We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does anyone was able to make it work and could help with some detailed information?
I've been trying for weeks, searched everywhere and it just seems impossible :/
The text was updated successfully, but these errors were encountered:
Is not impossible.
I had 3 problems:
260 $red_pid = trim(file_get_contents('/var/run/red5.pid')); 261 $rdb_pid = trim(file_get_contents('/var/run/redis.pid')); 262 $tom_pid = trim(file_get_contents('/var/run/tomcat6.pid'));
32 # fastcgi_pass 127.0.0.1:9000; 33 fastcgi_pass unix:/var/run/php5-fpm.sock;
Restart nginx and if everythig is fine, browse to http://bbb-server/bbd
Sorry, something went wrong.
Hi! I'm just on point to get it work but I have one error..
Fatal error: Class 'Redis' not found in /opt/edoceo/bbd/lib/bbd.php on line 23
I installed redis .."pecl install redis" and I can connect with redis-cli...
Please can you help me?
Thanks in advance! Marcelo
djbusby
No branches or pull requests
Does anyone was able to make it work and could help with some detailed information?
I've been trying for weeks, searched everywhere and it just seems impossible :/
The text was updated successfully, but these errors were encountered: