PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Bug Reports (http://www.photopost.com/forum/classifieds-bug-reports/)
-   -   Message in error log (http://www.photopost.com/forum/classifieds-bug-reports/143897-message-error-log.html)

AfterWorldForum September 8th, 2010 12:53 AM

Message in error log
 
Hi,

When checking my errorlog I came across this statement. It's not happenning a lot, but the less I see in my error log, the better:

Quote:

[Wed Sep 08 00:11:06 2010] [error] [client <ip removed>] PHP Fatal error: Call to undefined function ppmysql_query() in /var/www/vhosts/<site removed>/httpdocs/forums/classifieds/cron.php on line 29, referer: http://<site removed>.com/forums/classifieds/
Any ideas? :)

Thanks in advance.

Chuck S September 8th, 2010 06:22 AM

well I do not know why you would see such an error in your error log unless your trying to run that script by hand which it is not designed to be run that way.

AfterWorldForum September 11th, 2010 01:53 AM

Quote:

Originally Posted by Chuck S (Post 1275753)
well I do not know why you would see such an error in your error log unless your trying to run that script by hand which it is not designed to be run that way.

Chuck,

I'm not trying to run it by hand.

Cheers,

Peter

Chuck S September 11th, 2010 01:17 PM

Maybe a bot is scanning your site. Maybe adding cron.php to your robots.txt file as not indexable will help

AfterWorldForum September 13th, 2010 02:37 AM

I'll have a look at that. Thanks, Chuck :)

Chuck S September 13th, 2010 06:34 AM

adding that file to the robots.txt file in your classifieds would help like this contents inside a file.

Code:

Content visible to verified customers only.


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

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


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97