I've got full shell access, and phpMyAdmin, and I need to get this site working on a dev domain/new path (remote server, also hosts production site). Notably, I do not have server error logs.
It's worth pointinjg out that I have had luck at getting it to work on my local server, I understand about updating the unsecure & secure basurl's in the core_config_data
table, but I can't seem to get the site working on our remote dev server, I just get white-screen. (To be sure, I've tried bumping up my error_reporting and error_level in index.php, changed nothing... that was about all I could glean from the webs, other than enabling it in the admin, which isn't an option currently).
Alright, thanks in advance, any advice appreciated.
Edit: Things I've done so far:
- error reporting is set at the top of index.php to
error_reporting(E_ALL); ini_set('display_errors', 'On');
- checked that logging was enabled in the database (it already was)
- I am able to die/echo output (using something like
die('arf');
) right up until the very last line of the index.php script, where it executesMage::run($mageRunCode, $mageRunType);
I haven't dove into that process, I'm sure it's just straight into the core & my problem is likely elsewhere. - enabled
Mage::setIsDeveloperMode(true);
- no new files are being written to var/report
Edit #2:djot's answer below gave me a push in the right direction, and got me some output. 7800 lines of it actually, so here's the very last few lines before it ends, and i'll update this more later after i have some time to grok it a bit further:
File: /var/www/vhosts/somesite.com/subdomains/dev/httpdocs/shop/errors/processor.php[472]<br>
<script type="text/javascript">File: /var/www/vhosts/somesite.com/subdomains/dev/httpdocs/shop/errors/processor.php[475]<br>
window.location.href = 'http://dev.somesite.com/shop/errors/report.php?id=498275850056&skin=default';File: /var/www/vhosts/somesite.com/subdomains/dev/httpdocs/shop/errors/processor.php[476]<br>
</script>File: /var/www/vhosts/somesite.com/subdomains/dev/httpdocs/shop/errors/processor.php[477]<br>