-
MODX Staff
- 10,725 Posts
It will if it encounters a FATAL PHP error on the page that is designated as the error_page, yes. Was this traditional or advanced package? Did you verify all the files got uploaded properly (FTP failures on one or two files from a large package are common occurrences)?
As OpenGeek says, it's fairly common for one or more files to be corrupted or missing, or for them to fail to overwrite existing files -- especially if you used FTP.
It might be worth temporarily changing the error reporting line it the index.php file in the root to just E_ALL.
Assuming that the files are OK, in my experience, a plugin is more likely to be the culprit than a snippet. Simply disabling all plugins is often a good diagnostic step.
If the problem goes away, you can bring them back one at a time to see which one is causing the trouble.
If it's not a plugin, you can try disabling snippets by putting a space between the opening square brackets.
[ed. note: BobRay last edited this post 14 years, 11 months ago.]