How To Solve Widgetkit Issues
If you are having trouble or issues with Widgetkit, this can have numerous causes. First of all, take a look at our built-in system check in the Widgetkit administration. It helps you to detect and determine common issues. Should the system check find any issues, the alert box will automatically appear in your Widgetkit admin area.
Here are some more commen issues that might arise:
Widgetkit Administration is unstyled
This is caused by Javascript conflict in the adminstration area. Most likely another jQuery library is loaded by a 3rd party extension or plugin. Please read this tutorial on how to resolve this issue.
Javascript Effects stop working
If you are having trouble with Javascript effects, this might be due to a jQuery conflict. Please read this tutorial on how to detect and resolve the problem.
No gallery images being loaded
This might be due to permission issues. Please read this tutorial on how to detect and resolve the problem.
Blank Page
This is most likely due to a php error being thrown. Please enable the display_errors parameter in your php.ini. Only with an error message the problem can be found.
Another way to check for PHP errors, is to have a look at your PHP error log. The PHP log shows information on errors and warnings thrown by PHP. Your host should have configured PHP to write that information to a log rather than output them on screen.
Please check this guide to PHP error messages for webdesigners for a more thourough view on the subject.
