Advice please - I have PHP5 and MySQL 5. I installed Liquid Wiki, and created the MySQL tables.
When I activated the Liquid Core module and saved settings, the module page went blank.
I had to remove the Liquid folder from modules to get it working again.
Any ideas why the core module causes the modules admin function to crash?
Thanks
Michael

Comments

paddy_deburca’s picture

Try adding

ini_set('memory_limit',             '16M');

to your sites/default/settings.php file. Do you have a possibility to view your http server activity logs - with apache there is an error log that shows more information than just a blank page...

Paddy.

http://deburca.org, and http://amadain.net

michaeltt’s picture

Thanks - but the change didn't make any difference
I am using Abyss web server on windows at the moment - and I can't find any logs to tell me where it falls over.
Michael

itsdipak’s picture

hi i also face some problem initially but by applying fallowing patch it solves my problem
just check it out whether it helps you or not...Some time changing theme also solve some problems.

http://drupal.org/node/57490

michaeltt’s picture

i commented this out. Unfortunately it did not solve the problem.
Michael