i installed the liquid wiki. a couple of errors. when anonymous user would go to the main page, they would get page not found and then get an error.

i uninstalled it and reinstalled it. now anonymous users are not able to see new content posted on the front page, only authenticated users

Comments

sorenp’s picture

From the information provided, I guess you are running the liquid_access module.

One of the new features of liquid_access is that you can now control view access for wiki-bound content. The problems you are describing would be a consequence of your users not having the permission "view wiki content". Please set this for all user roles and you should be back on the road.

If the error persists: try to find out which of modules causes the problem (you would have to keep the base module in, but try to remove the others one by one). Are you sure that authenticated users can see wiki contnet? or have you just tried with user 0 who can do anything? You say that you got an error when trying to view the main_page. What about actually posting the errors? Did these errors go away after your reinstall? And finally: did you install Liquid 0.2 on a new setup or are you trying to upgrade from the heavily patched Liquid 0.1 (upgrades are not supported and require some poking around in the database)?

Regards

Soren

dc35’s picture

i uninstalled the liquid wiki and the issue still exists. how do i complete uninstall the wiki?

when i install it, i get the error - Fatal error: Call to undefined function: arg() in /home/kappat2/public_html/sites/all/modules/liquid/liquid.module on line 64

which makes the site unviewable to all. i downloaded the latest version posted from http://drupal.org/project/liquid as of 2/10/07

dc35’s picture

FYI.

i reinstalled it, received the same errors, both published info not showing up for users ( correction on first post - it was for all anon and auth) and the fatal error on line 64.

i enabled view wiki content for all users, i disabled cache and breadcrumbs and now everything appears to be working. will post more info as it happens.

sorenp’s picture

There seams to be two problems here:

1. Not enabling "view wiki content" will make content unviewable

2. I somehow managed to mess up when I submitted the fix for the "arg" error. The error has been fixed in head, but Drupal-5-x-dev still contains an old version of the file. I'm no expert on CVS (I use SVN), but I'll try to find out how to update the correct branch so that the updated version can be downloaded.

Regards,

Soren

dc35’s picture

thank you very much Soren

sorenp’s picture

Status: Active » Fixed

No problem!

Thanks for pointing out my mistake in using CVS!

It turned out that I forgot to update to the newly created DRUPAL-5 branch before i submitted the changes. Thus, I was still modifying HEAD. I have now updated the DRUPAL-5 branch to the state of HEAD so the problem should be solved now.

I don't know how long it takes before the downloadable dev package gets updated, but when it does things should work out fine.

// Soren

Southpaw’s picture

Heh, and I thought I was just being a little tired that day... :)

dc35’s picture

Soren,

uploaded updated package, enabled breadcrumbs and cacheing and everything appears OK. and newly created content appears for all members. awesome.

sorenp’s picture

Status: Fixed » Closed (fixed)

Nice!