By carlbowles100 on
When I click on Admin> structure i just get a white page. Then when I go back to my homepage, I get the following message:
http://s1287.photobucket.com/user/carlbowles/media/structure-erro_zpsd43...
When I go to example.com/admin/structure I get the white screen still.
Thanks
Comments
You can check for a
You can check for a particular error by pasting below code under index.php on top of file :
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);
and visit that page to track an error.
Hope it helps.
Abhishek Sawant
Drupal Developer
thanks will give this a try,
thanks will give this a try, where abouts in index.php do I paste this code? Just add it to the bottom?
=-=
what version of views.module and ctools.module ?
are you sure you uploaded the full contents of both modules folders?
is the views_ui.module (uincluded with the views module) enabled?
are you sure the file mentioned in the first few lines of the error are indeed in the installation?
have you compared the file with a new download to make sure there isn't any corruption in the file currently in use?