Can you set errors to show for anyone on the front end?
Admin › System Preferences › Output and Debugging Preferences Debug Preference
Then visit the test page again.
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
March 29, 2010 7:58am
Subscribe [3]#16 / Mar 30, 2010 11:07am
Can you set errors to show for anyone on the front end?
Admin › System Preferences › Output and Debugging Preferences Debug Preference
Then visit the test page again.
#17 / Mar 30, 2010 12:01pm
I have done that.
#18 / Mar 30, 2010 12:35pm
What do you have in your path.php file?
#19 / Mar 30, 2010 1:06pm
<*php
// ------------------------------------------------------
// DO NOT ALTER THIS FILE UNLESS YOU HAVE A REASON TO
// ------------------------------------------------------
// Path to the directory containing your backend files
$system_path = "./poborsky/";
// ------------------------------------------------------
// MANUALLY CONFIGURABLE VARIABLES
// See user guide for more information
// ------------------------------------------------------
$template_group = "";
$template = "";
$site_url = "";
$site_index = "";
$site_404 = "";
$global_vars = array(); // This array must be associative
*>#20 / Mar 30, 2010 6:58pm
Hi SNM,
I notice your path.php appears to start with:
<*phpinstead of:
<?phpIs that just a copy and paste error? Obviously the first piece of code won’t work.
Then, did you find the wiki article on blank screens? It has a few good things to try. Also see this article on enabling error reporting, as it sounds like your PHP configuration may still be suppressing an error (regardless of the setting in EE’s Control Panel).
#21 / Mar 31, 2010 6:35am
I replaced the ?s with *s in case pasting PHP code in full caused forum errors - the file has correct syntax.
I have looked at the wiki articles, Googled the hell out of it, and already have error reporting on, as well as all the other suggestions already made. I’m baffled, as there appears to be absolutely no reason why none of the external templates are showing!!
#22 / Mar 31, 2010 10:01am
Have you seen: EEWiki:// HowTo Determine Memory Limits
How much memory is allocated to PHP?
#23 / Mar 31, 2010 11:31am
32M
#24 / Mar 31, 2010 4:53pm
Yes, that should be sufficient. Are you running any extensions? Also, did you change the path.php file your posted here? The system directory appears not to be correct.
#25 / Apr 01, 2010 7:18am
All extensions have been turned off for this. I haven’t changed anything in path.php - is there something I should add to it, then?
#26 / Apr 01, 2010 12:16pm
If I navigate to the path you have specified, I get a file not found error.
#27 / Apr 07, 2010 7:35am
If I navigate to the path you have specified, I get a file not found error.
Which path?
#28 / Apr 07, 2010 8:32am
The path to your system folder. You posted the contents of your path.php file, so I attempted to visit that folder.