-
April 3rd, 2017, 22:30
#1
عضو انجمن
مشکل تابع apc
درود
این تابع apc درست کار نمی کند.
بعضی موقع ها کار میکنه ولی اکثر اوقات ارور میده :
[02-Apr-2017 08:07:01 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:07:03 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:07:07 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:07:15 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:07:31 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:08:03 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:09:03 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:10:03 UTC] PHP Fatal error: Call to undefined function apc_store() in /home/....../public_html/bot/bot_index.php on line 33
[02-Apr-2017 08:35:02 UTC] PHP Warning: apc_store(): apc_store expects key parameter to be a string or an array of key/value pairs. in /home/....../public_html/bot/bot_index.php on line 11
[02-Apr-2017 08:35:03 UTC] PHP Warning: apc_store(): apc_store expects key parameter to be a string or an array of key/value pairs. in /home/....../public_html/bot/bot_index.php on line 11
[02-Apr-2017 08:35:04 UTC] PHP Warning: apc_store(): apc_store expects key parameter to be a string or an array of key/value pairs. in /home/....../public_html/bot/bot_index.php on line 11
[02-Apr-2017 08:35:19 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:21 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:28 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:30 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:34 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:42 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:35:59 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
[02-Apr-2017 08:36:31 UTC] PHP Parse error: syntax error, unexpected end of file in /home/....../public_html/bot/bot_index.php on line 128
در ضمن تو php version هم apc رو فعلا کردم .
با تغییر ورژن php هم مشکل حل نشد.
-
-
April 3rd, 2017 22:30
# ADS
-
April 3rd, 2017, 22:36
#2
عضو دائم
پاسخ : مشکل تابع apc
سلام. cgi نصب هست یا fastcgi ؟
-
-
April 3rd, 2017, 23:07
#3
پاسخ : مشکل تابع apc
suhosin نصب هست ؟
در php.ini اضافه کنید اگر نصب هست :
suhosin.apc_bug_workaround = Off
-