Jump to content

Logs


user4fun

Recommended Posts

My entire website is in php and html.It is at near completion and my scripts file in my logs directory. is showing a bunch of errors ( 404 NOT FOUND)I have went to 4 computer and visitied the website and clicked on every thing a lot of times and everything came up fine?What could this possibly mean.Please help

Link to comment
Share on other sites

I have went to 4 computer and visitied the website and clicked on every thing a lot of times and everything came up fine?
Is that a question or a statement?The server should report the URL for resources that it is reporting a 404 on. Can you see the list of resources?
Link to comment
Share on other sites

it is a statment, excuse my ? at the end.i use the include function often in my pages, the script file is full of error with teh include " file stuff"but the files do show up fine form my computer and other places thati visited the site.Is ther some kind of include error that happen with certain browsers or operating systems?

Link to comment
Share on other sites

No, file includes are done by the server and don't have anything to do with the user that is connecting. A 404 just means that the server can't find the file. The server should not issue a 404 error if it can't find an include file, because 404 is an HTTP response code, and an include is not an HTTP operation (unless you are including a file starting with http://). If it couldn't find the include file PHP would issue a warning and keep going, or it would issue an error and quit if you used require instead of include. But it wouldn't give any HTTP response code. 404 messages come from users trying to access pages that aren't there. What are the filenames that the server is reporting a 404 on? Check that they exist. Some files, like robots.txt or favicon.ico or whatever that you may see come up as 404 errors you can just ignore unless you want to use those files.

Link to comment
Share on other sites

Great explanations, thank you for very for the information. Wold be okay to send you a copy of my scripts file and you can tell me what you see. It seems like there are error dated back in mid april that don't show up anymore. I am guess i can just ignore those.But the newer one as new at april 29 i just dont understand them.If you dont mind seeing my file email me atcreative_inventor@yahoo.com. It is txt file (19 KB)

Link to comment
Share on other sites

I'm sure you can just paste it here if you want anyone to look at it, there shouldn't be anything sensitive in there. But all you really need to do is look for things that you think should be online but you are getting 404s for. If you see things misspelled in the log, that usually means you have a broken link somewhere. I guess I'm not sure what you mean by "scripts file" though. Web servers record their requests and responses in a log file somewhere, it doesn't have anything to do with scripting. If your web server uses a log file for script errors instead of displaying them in the browser, that may be what you are seeing, but those errors are the normal PHP errors you would see on a web page where the script has an error, some servers are set up to save the errors to a log instead though. You can set that in php.ini.

Link to comment
Share on other sites

Here it isI made the erros in seperate lines so it would easier to see.Thank you[11-Apr-2007 01:01:57] PHP Parse error: parse error, unexpected T_STRING in /consumer/sending_error_inquiry.php on line 20[11-Apr-2007 01:05:06] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 01:05:06] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 01:05:42] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 01:05:42] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 01:05:45] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 01:05:45] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 04:35:41] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 04:35:41] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 04:37:08] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 04:37:08] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 04:42:02] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 04:42:02] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 04:51:58] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 04:51:58] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 04:54:01] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 04:54:01] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 05:04:12] PHP Warning: main(/inc/business_main_header.inc): failed to open stream: No such file or directory in /business/process.php on line 10[11-Apr-2007 05:04:12] PHP Warning: main(): Failed opening '/inc/business_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /business/process.php on line 10[11-Apr-2007 05:05:50] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 05:05:50] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 05:05:53] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 05:05:53] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 05:05:55] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[11-Apr-2007 05:05:55] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[11-Apr-2007 05:06:02] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 2[11-Apr-2007 05:06:02] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 2[11-Apr-2007 05:06:05] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 2[11-Apr-2007 05:06:05] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 2[11-Apr-2007 05:06:09] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 2[11-Apr-2007 05:06:09] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 2[11-Apr-2007 05:08:31] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[11-Apr-2007 05:08:31] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[11-Apr-2007 05:11:21] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[11-Apr-2007 05:11:21] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[11-Apr-2007 05:11:25] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[11-Apr-2007 05:11:25] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[11-Apr-2007 05:11:28] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[11-Apr-2007 05:11:28] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[11-Apr-2007 15:49:16] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[11-Apr-2007 15:49:16] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[13-Apr-2007 16:27:31] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[13-Apr-2007 16:27:31] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[16-Apr-2007 04:59:00] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[16-Apr-2007 04:59:00] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[18-Apr-2007 19:18:24] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[18-Apr-2007 19:18:24] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[18-Apr-2007 19:19:20] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[18-Apr-2007 19:19:20] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[18-Apr-2007 19:19:59] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[18-Apr-2007 19:19:59] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[19-Apr-2007 05:22:16] PHP Parse error: parse error, unexpected '=', expecting ',' or ';' in /consumer/save_email.php on line 11[19-Apr-2007 05:29:07] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 16[19-Apr-2007 05:29:07] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 16[19-Apr-2007 05:29:07] PHP Warning: mysql_query(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46) in /consumer/save_email.php on line 18[19-Apr-2007 05:29:07] PHP Warning: mysql_query(): A link to the server could not be established in /consumer/save_email.php on line 18[19-Apr-2007 05:31:31] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 16[19-Apr-2007 05:31:31] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 16[19-Apr-2007 05:31:31] PHP Warning: mysql_query(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (46) in /consumer/save_email.php on line 18[19-Apr-2007 05:31:31] PHP Warning: mysql_query(): A link to the server could not be established in /consumer/save_email.php on line 18[19-Apr-2007 05:33:06] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 16[19-Apr-2007 05:33:06] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 16[19-Apr-2007 05:51:51] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 13[19-Apr-2007 05:51:51] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 13[19-Apr-2007 05:53:23] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 13[19-Apr-2007 05:53:23] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 13[19-Apr-2007 05:57:56] PHP Parse error: parse error, unexpected T_STRING in /consumer/save_email.php on line 23[19-Apr-2007 06:09:02] PHP Warning: main(/inc/consumer_main_header.inc): failed to open stream: No such file or directory in /consumer/save_email.php on line 13[19-Apr-2007 06:09:02] PHP Warning: main(): Failed opening '/inc/consumer_main_header.inc' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/save_email.php on line 13[19-Apr-2007 06:25:54] PHP Warning: main(../inc/consumer_soft_header.php): failed to open stream: No such file or directory in /consumer/status_details.php on line 10[19-Apr-2007 06:25:54] PHP Warning: main(): Failed opening '../inc/consumer_soft_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /consumer/status_details.php on line 10[19-Apr-2007 06:27:59] PHP Parse error: parse error, unexpected '<' in /consumer/thank_you_email.php on line 9[19-Apr-2007 06:28:42] PHP Parse error: parse error, unexpected T_VARIABLE in /consumer/thank_you_email.php on line 13[19-Apr-2007 06:29:19] PHP Parse error: parse error, unexpected T_VARIABLE in /consumer/thank_you_email.php on line 13[23-Apr-2007 03:50:14] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[23-Apr-2007 03:53:35] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[23-Apr-2007 03:54:31] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[23-Apr-2007 03:55:15] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[23-Apr-2007 03:59:23] PHP Warning: Division by zero in /business/pro_cal_results.php on line 43[23-Apr-2007 03:59:23] PHP Warning: Division by zero in /business/pro_cal_results.php on line 52[25-Apr-2007 03:26:04] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[25-Apr-2007 03:26:04] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[25-Apr-2007 03:27:21] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[25-Apr-2007 03:27:21] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[25-Apr-2007 03:28:56] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[25-Apr-2007 03:28:56] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[25-Apr-2007 06:40:56] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/contact_sites.php on line 48[25-Apr-2007 06:48:08] PHP Parse error: parse error, unexpected T_VARIABLE, expecting ',' or ';' in /associate/contact_sites.php on line 43[25-Apr-2007 06:49:06] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/contact_sites.php on line 41[25-Apr-2007 06:49:36] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/contact_sites.php on line 41[25-Apr-2007 07:08:08] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/contact_sites.php on line 41[25-Apr-2007 17:25:46] PHP Parse error: parse error, unexpected '/' in /associate/contact_sites.php on line 20[25-Apr-2007 17:26:28] PHP Parse error: parse error, unexpected '/' in /associate/contact_sites.php on line 20[25-Apr-2007 17:45:55] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 15[25-Apr-2007 17:47:24] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 16[25-Apr-2007 17:49:13] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 16[25-Apr-2007 18:13:34] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[25-Apr-2007 18:13:34] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[25-Apr-2007 18:26:13] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 17[25-Apr-2007 18:28:50] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 17[25-Apr-2007 18:31:50] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 17[25-Apr-2007 18:32:56] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 17[25-Apr-2007 19:09:36] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[25-Apr-2007 19:11:34] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 9[26-Apr-2007 01:40:00] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /consumer/sending_family_help.php on line 40[26-Apr-2007 01:41:11] PHP Parse error: parse error, unexpected ';' in /consumer/sending_family_help.php on line 35[26-Apr-2007 01:43:27] PHP Parse error: parse error, unexpected ';' in /consumer/sending_family_help.php on line 35[26-Apr-2007 01:44:08] PHP Parse error: parse error, unexpected ';' in /consumer/sending_family_help.php on line 35[26-Apr-2007 05:02:50] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[26-Apr-2007 05:02:50] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[26-Apr-2007 05:04:32] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[26-Apr-2007 05:04:32] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[26-Apr-2007 05:07:22] PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /associate/send_negative.php on line 10[26-Apr-2007 17:24:14] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[26-Apr-2007 17:24:14] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[26-Apr-2007 18:19:41] PHP Parse error: parse error, unexpected '@' in /business/promo_email/standard_form.php on line 5[26-Apr-2007 20:49:54] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[26-Apr-2007 20:49:54] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[29-Apr-2007 20:40:09] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[29-Apr-2007 20:40:09] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[29-Apr-2007 20:40:46] PHP Warning: main(../stats.htm): failed to open stream: No such file or directory in /associate/signup.php on line 11[29-Apr-2007 20:40:46] PHP Warning: main(): Failed opening '../stats.htm' for inclusion (include_path='.:/include:/usr/lib/php') in /associate/signup.php on line 11[29-Apr-2007 20:40:53] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[29-Apr-2007 20:40:53] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[29-Apr-2007 20:41:05] PHP Warning: Division by zero in /business/pro_cal_results.php on line 43[29-Apr-2007 20:41:05] PHP Warning: Division by zero in /business/pro_cal_results.php on line 52[29-Apr-2007 20:41:43] PHP Warning: Division by zero in /business/pro_cal_results.php on line 43[29-Apr-2007 20:41:43] PHP Warning: Division by zero in /business/pro_cal_results.php on line 52[29-Apr-2007 20:41:45] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[29-Apr-2007 20:41:45] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4[29-Apr-2007 20:41:53] PHP Warning: main(/inc/consumer_buttom_header.php): failed to open stream: No such file or directory in /other/org.php on line 4[29-Apr-2007 20:41:53] PHP Warning: main(): Failed opening '/inc/consumer_buttom_header.php' for inclusion (include_path='.:/include:/usr/lib/php') in /other/org.php on line 4

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...