PhotoPost Photo Gallery Sales PhotoPost Sales Toll Free Phone Number
Mon-Fri 9am-4pm EST
  PhotoPost Photo Sharing Photo Gallery    Visualize community tm
| | | | | | | | |

Go Back   PhotoPost Community > PhotoPost Support > PhotoPost Classifieds Support > Classifieds Bug Reports

Classifieds Bug Reports Post any problems you may be having with Classifieds here.

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old November 8th, 2011, 06:34 PM   #1 (permalink)
Senior Member
Verified Customer
 
Join Date: Oct 2003
Location: Ottawa, Canada
Posts: 833
Odd server error logs

I am getting the following (or similar) error logs over and over again within seconds of each occurrence;

[Tue Nov 08 18:54:01 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:54:01 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:54:01 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:54:01 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:53:11 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:53:11 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:53:11 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:53:11 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:50:10 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:50:10 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:50:10 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:50:10 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:49:42 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:49:42 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:49:42 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:49:42 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:49:29 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:49:29 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:49:29 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:49:29 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:46:34 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4
[Tue Nov 08 18:46:34 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data3
[Tue Nov 08 18:46:34 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data5
[Tue Nov 08 18:46:34 2011] [error] [client 70.39.232.97] File does not exist: /home/stoneb6/public_html/sugarbush.info/forsale/data4


Now... looking at the path the issue seems to be the trailing slash is missing from the data directory however, I have yet to determine where this call is coming from. The IP address quoted is my own host but there is no referring page quoted. I asked support and they tell me they do not support internal errors. A little investigation work determined that the errors refer to the last four uploads at any given time. I have the last four uploads listed on the classifieds home and again on VB Forum home. I disabled both yet the errors continue. I searched the source code for both forum home and classifieds for data4 but no matches found. I edited global options in classifieds admin for the path to the data directory to include a trailing / but that didn't change any thing either. I just don't know where else to look for the last four ads being rendered. Any suggestions?
Bryan Ex is offline   Reply With Quote
Old November 9th, 2011, 06:40 AM   #2 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
any server paths for data should have a trailing slash

I can tell you nowhere in our code do we reference a data server path like that because if you remember in your global options where we store our data dir path it absolutely states you must have a trailing slash so I would suggest you look at any hacks mods.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 9th, 2011, 06:48 PM   #3 (permalink)
Senior Member
Verified Customer
 
Join Date: Oct 2003
Location: Ottawa, Canada
Posts: 833
After a process of elimination I believe I have this narrowed down to inc_ads.php being included on Forum Home. Still not sure what is causing the server log error as there doesn't seem to be an issue online but will let you know if I find anything as I check through the code.
Bryan Ex is offline   Reply With Quote
Old November 9th, 2011, 08:15 PM   #4 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Maybe try setting the line in that file like this incase you do not have a trailing slash on that variable

Code:
Content visible to verified customers only.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Old November 10th, 2011, 04:08 PM   #5 (permalink)
Senior Member
Verified Customer
 
Join Date: Oct 2003
Location: Ottawa, Canada
Posts: 833
That's it Chuck... thanks. I do have trailing slashes on the data directory config settings but for whatever reason that variable link wasn't including them. It doesn't seem to make a difference on the actual web site, it was just inundating my server error logs.
Bryan Ex is offline   Reply With Quote
Old November 10th, 2011, 05:17 PM   #6 (permalink)
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Okay glad to help enjoy your evening.
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
odd error on particular catetory tugbrian Classifieds How do I...? 17 March 6th, 2007 01:18 PM
error logs cookie Photopost Pro Bug Reports 3 October 17th, 2006 11:42 AM
RP in my error logs ace67 ReviewPost How do I...? 3 January 9th, 2006 07:54 PM
Warning showing up in error logs(NOT A BUG) Ted S Photopost Pro Bug Reports 2 July 31st, 2005 10:49 PM
Odd error when logging in dannydp Photopost Pro Installation & Upgrades 2 May 3rd, 2005 10:08 AM


All times are GMT -5. The time now is 06:45 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0