By michaeltt on
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
It could be a lack of PHP memory
Try adding
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
Paddy.
http://deburca.org
PHP memory
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
this may be helps you
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
node_validate_title
i commented this out. Unfortunately it did not solve the problem.
Michael