By bejii on
For some strange reason, today I was unable to create a page/story...basically anything that involves the fckeditor.
In internet explorer, I get this message: internet explorer cannot display the webpage when trying to go to the node/add/page
In firefox I just get a blank page. How is this possible?
Comments
???
Now I'm getting the same blank/cannot display the webpage on all of my pages. Help!
Did you recently install a
Did you recently install a module?
Solved
Whoa that was scarry...
No modules installed, I did however change my .httaccess for a redirect to a subfolder. When I did that, I deleted my previous memory limit.
I added this code in the .httaccess:
php_value memory_limit 64M
This code in the index.php allowed me to see the problem:
error_reporting(E_ALL);
ini_set('display_errors', TRUE);
ini_set('display_startup_errors', TRUE);