turn joomla error reporting to maximum and if you do not see an error message you must check your php error_log.
this is what i can see in my error log (maximum setting on joomla didnt report any errors) i cant make sense of any of this :S
[Thu Jan 04 03:12:35 2007] [error] [client 87.106.50.11] client sent HTTP/1.1 request without hostname (see RFC2616 section 14.23): /w00tw00t.at.ISC.SANS.DFind:) [Thu Jan 04 03:35:51 2007] [error] [client 80.3.0.10] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/persianhiphop.com [Thu Jan 04 03:35:54 2007] [error] [client 80.3.0.10] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/persianhiphop [Thu Jan 04 03:35:58 2007] [error] [client 80.3.0.10] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/persianh [Thu Jan 04 04:10:19 2007] [error] [client 87.106.101.232] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/persianhiphop.com [Thu Jan 04 12:39:54 2007] [error] [client 74.6.74.226] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/robots.txt [client 74.6.71.158] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat [client 74.6.72.78] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat [Thu Jan 04 12:41:12 2007] [error] [client 217.219.26.71] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/forum, referer: http://www.google.com/search?hl=en&q=khoshgeltarin [client 217.219.26.71] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat, referer: http://www.google.com/search?hl=en&q=khoshgeltarin [Thu Jan 04 12:42:00 2007] [error] [client 85.185.150.118] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/modules, referer: http://music-iran.blogsky.com/?Date=1384-08 [Thu Jan 04 12:43:57 2007] [error] [client 85.198.17.209] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/downloads [Thu Jan 04 12:43:58 2007] [error] [client 85.198.17.209] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/downloads [client 74.6.68.34] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat [client 207.59.120.81] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat, referer: http://en.wikipedia.org/wiki/Nazanin_Mahabad_Fatehi [client 85.185.107.252] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat, referer: http://search.yahoo.com/bin/search?p=persian%20rap%20download [client 71.65.97.99] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat, referer: http://www.google.com/search?client=safari&rls=en-us&q=Bale%2Bfarez&ie=UTF-8&oe=UTF-8 [client 195.229.241.182] PHP Warning: Invalid argument supplied for foreach() in /var/www/vhosts/persianhiphop.com/httpdocs/test/php/test.php on line 12, referer: http://www.persianhiphop.com [client 74.6.70.34] script '/var/www/vhosts/persianhiphop.com/httpdocs/index.php' not found or unable to stat [Thu Jan 04 12:49:54 2007] [error] [client 74.6.74.223] File does not exist: /var/www/vhosts/persianhiphop.com/httpdocs/robots.txt
« Last Edit: January 08, 2007, 02:36:34 AM by purepersian2 »
this is what i can see in my error log (maximum setting on joomla didnt report any errors) i cant make sense of any of this :S
That looks like your apache log, not your php error_log. It is just showing that some of the files being requested do not exist. Check for your php error_log.
Also have blank screen when patching Joomla index file. Seems to be conflicting with both VirtualMart and Product Book components :-( Any ideas?
You can try starting a session just before the inclusion of SMF's SSI file. do this by adding session_start() just before the line like this in your joomla index.php"
no idea about the product book component... I do know the inclusion of SMF's SSI sometimes problems. Please run through the steps to get more information from the php error_log.
Have very little idea about php, so this is bound to be wrong :-?
Web host is 1&1 and their FAQs imply that I don't have access to a PHP error log, but I might be able to create it http://faq.1and1.com/scripting_languages_supported/php/8.html. This is beyond me! However, I seem to have generate some output by trying what they suggest so it might help, if not any ideas on how I get 1&1 code into Joomla to generate error log.
This is what site now reads, error_reporting(0); $old_error_handler = set_error_handler("userErrorHandler"); function userErrorHandler ($errno, $errmsg, $filename, $linenum, $vars) { $time=date("d M Y H:i:s"); // Get the error type from the error number $errortype = array (1 => "Error", 2 => "Warning", 4 => "Parsing Error", 8 => "Notice", 16 => "Core Error", 32 => "Core Warning", 64 => "Compile Error", 128 => "Compile Warning", 256 => "User Error", 512 => "User Warning", 1024 => "User Notice"); $errlevel=$errortype[$errno]; //Write error to log file (CSV format) $errfile=fopen("errors.csv","a"); fputs($errfile,"\"$time\",\"$filename: $linenum\",\"($errlevel) $errmsg\"\r\n"); fclose($errfile); if($errno!=2 && $errno!=8) { //Terminate script if fatal errror die("A fatal error has occured. Script execution has been aborted"); } } Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/7/d183703408/htdocs/interaktiv/cms/errors.php:11) in /homepages/7/d183703408/htdocs/interaktiv/cms/index.php on line 66
that is the php error logging, however those are only notices which will not cause blank screens. If you try it again do you see a fatal error in the log?
thats why you aren't getting a log, but your previous is the error log. Do you have your .htaccess setup? If so, add this
Code:
php_flag log_errors on
Either way, try again and look for a fatal error. If not pm me some connection info along with the problem(so I don't confuse you with others) and I can take a look.
Joomla Hacks is a Joomla Components, Joomla Modules, Joomla Templates, & Joomla Mambots resource portal. None of the text or images in this public website may be copied without the expressed written consent of the authors. Copyright 2005 by JoomlaHacks.com. Powered by Joomla. All rights reserved.
Terms of Use