May 5th, 2011, 1:12 PM
Sure! You could just email me the files & I could take a look.
Also one tip I should have mentioned: if you haven't already done so, add this to your /global/config.php file:
That will output all errors/warnings/notices that occur. You should probably remove it when you're done, but I find it invaluable for debugging.
- Ben
Also one tip I should have mentioned: if you haven't already done so, add this to your /global/config.php file:
PHP Code:
$g_default_error_reporting = 2047;
That will output all errors/warnings/notices that occur. You should probably remove it when you're done, but I find it invaluable for debugging.
- Ben