-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$start_text keeps getting send (update) #2
Comments
You need memcached for this script. |
I do have memcached installed and configured. |
Can you paste your full config file (obviously without the API keys..)? |
|
Looks like the memcached-server is hosted on another IP (also the mysql). |
Looks like my memcached is installed but the server is refusing to connect. I also tried Memcached Cloud (https://redislabs.com/memcached-cloud) but no working either. |
Ok, now I think what the problem is, my php.log shows the following:
[Fri Jul 10 10:25:23 2015] [error] [client 12x.9.6.12x] PHP Fatal error: Class 'Memcached' not found in /var/lib/openshift/user/app-root/runtime/repo/bot.php on line 115
14x.15x.16x.20x - - [10/Jul/2015:10:25:22 -0400] "POST /bot.php?sender=telegram HTTP/1.1" 500 - "-" "-"
line 115 for my file is:
$m = new Memcached();
Any clues? Im running this on OpenShift
The text was updated successfully, but these errors were encountered: