![]() |
php help..
does anybody know what this means..
PHP has encountered an Access Violation at 77FC8DBD the script is getting 50 - 100 clicks per second.. im using this script as my counter.php for my traffic.. it seems like 1 out of 4 times it says this error :helpme |
how is your counter script storing it's increment (count) ? if it's in a text file that keeps getting rewritten you could have a concurrency issue with multiple processes trying to access the file at once.
|
<?php
$pathtoscript = "http://www.domain.com/click.php"; fopen($pathtoscript . "?null", "r"); ?> the box just like blew up or something.. that is the whole script.. the cpu usage just ran to 100% and it says maximum sockets are in use |
you also have an fclose($pathtoscript) ?
|
thanks for helping i think it's ram i need tho.. says im using 280,000 k ram when i only got 225 on that pc.. i don't think that's good
|
According to the php bug database your error code is PDF related.
http://www.geocrawler.com/archives/3.../5/0/10471682/ 23542 Open IIS/ISAPI: PHP has encountered an Access Violation at 77FC8DBD |
All times are GMT -7. The time now is 10:30 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123