-
Content Count
56 -
Joined
-
Last visited
-
Days Won
1
DavidCK last won the day on July 19 2016
DavidCK had the most liked content!
Community Reputation
1 NeutralAbout DavidCK
-
Rank
Advanced Froxie
- Birthday 10/05/1990
Profile Information
-
Gender
Male
Recent Profile Visitors
1899 profile views
-
Database version doesn't match after updating
DavidCK replied to DavidCK's question in General Discussion
Solved. Make a backup of your server, run: service apache2 stop (if you're usinge apache) service apache2 start run the froxlor cronjob, if the error 500 continues, restart your server: sudo reboot login to your panel as admin, follow the instructions. run froxlor's cronjob. -
Database version doesn't match after updating
DavidCK replied to DavidCK's question in General Discussion
Thanks man, I'll be working on this today. I'll let you know if I can solve it. -
Database version doesn't match after updating
DavidCK replied to DavidCK's question in General Discussion
No, I don't. I have a clean froxlor installation. -
Database version doesn't match after updating
DavidCK replied to DavidCK's question in General Discussion
Yes, php - 7.0.33 Error log: AH01071: Got error 'PHP message: PHP Parse error: syntax error, unexpected '\\' (T_NS_SEPARATOR), expecting identifier (T_STRING) in /var/www/froxlor/lib/init.php(521) : eval()'d code on line 6\n' -
Hi Everyone! I upgraded my froxlor installation to the last version, but I got error 500 after auto updating on admin page. I went to the terminal and found this: Possible reason: Froxlor update Information: Current version in database: 0.9.40.1 (DB: 201809280) - version of Froxlor files: 0.10. 8 (201911220)) Solution: Please visit your Froxlor admin interface for further information. I can't visit froxlor admin interface because it's down (error 500) Any idea? Thanks in advance.
-
Hi. I have the latest version running on Digital Ocean, AWS, and google. Send me a direct message. I can help you.
-
Not enough memory? Feb 4 01:10:42 kernel: [10323.321102] Out of memory: Kill process 6700 (mysqld) score 170 or sacrifice child Feb 4 01:10:42 kernel: [10323.338759] Killed process 6700 (mysqld) total-vm:646748kB, anon-rss:85280kB, file-rss:0kB, shmem-rss:0kB Feb 4 01:10:42 systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL Feb 4 01:10:42 systemd[1]: mariadb.service: Unit entered failed state. Feb 4 01:10:42 systemd[1]: mariadb.service: Failed with result 'signal'. Feb 4 01:10:47 systemd[1]: mariadb.service: Service hold-off time over, schedu
- 5 replies
-
- error connection
- debian 9
-
(and 1 more)
Tagged with:
-
Feb 4 00:24:03 froxlor[4011]: SQLSTATE[HY000] [2002] Connection refused Feb 4 00:24:03 froxlor[4012]: SQLSTATE[HY000] [2002] Connection refused Feb 4 00:24:03 froxlor[4012]: --- DEBUG: #0 /var/www/froxlor/lib/classes/database/class.Database.php(297): PDO->__construct('mysql:dbname=st...', 'stuser', 'DB_UNPRIV_PWD...', Array) #1 /var/www/froxlor/lib/classes/dat$ Feb 4 00:24:03 froxlor[4011]: --- DEBUG: #0 /var/www/froxlor/lib/classes/database/class.Database.php(297): PDO->__construct('mysql:dbname=st...', 'stuser', 'DB_UNPRIV_PWD...', Array) #1 /var/www/froxlor/lib/classes/da
- 5 replies
-
- error connection
- debian 9
-
(and 1 more)
Tagged with:
-
Hello, I've been getting database connection errors on my websites for more than week. I got this error: froxlor[3673]: SQLSTATE[HY000] [2002] Connection refused froxlor[3673]: --- DEBUG: #0 /var/www/froxlor/lib/classes/database/class.Database.php(297): PDO->__construct('mysql:d bname=st...', 'stuser', 'DB_UNPRIV_PWD...', Array) #1 /var/www/froxlor/lib/classes/database/class.Database.php(183):
- 5 replies
-
- error connection
- debian 9
-
(and 1 more)
Tagged with:
-
DavidCK changed their profile photo
-
Error 503 only for Froxlor after changing to php7/fpm
DavidCK replied to zed's question in General Discussion
Hi, Docho. Can you paste the cronjob output here? -
hahaha. Thank you! It is working. I used to have froxlor running on Ubuntu, so I got confused when I didn't error restarting apache2. Solution: 1) /etc/init.d/apache2 stop 2) a2dismod suexec proxy_fcgi actions 3) a2enmod php7.0 4) rm vhost located in /etc/apache2/sites-enabled/ 5)/etc/init.d/apache2 start 6) Open your panel http(s)://(your ip) 7) Check settings. In my case (Use libnss-extrausers instead of libnss-mysql ) was unchecked. 8 ) Go to configuration and follow the config files webserver, cronjob, libnss-extrausers, and PHP-FPM Regar
-
Hi Pineo. Could run the master cronjob command adding --force --debug? copy the input here. Try stopping and starting apache2 or the web server that you are using looking for any error. If you provide these info it could be easier to help you. Regards,
-
Hi d00p, how can I change the path if the web panel interface is not working? I've looking for that file in /etc/php/7.0/ but the pool.d folder is empty. Do you know where can I find that file? Thanks.
-
Hi Guys! I started a fresh froxlor installation on Debian 9.5. Everything worked great until I finished the setup for the PHP-FPM. I got a 503 error in all the pages including the main panel website. I don't know where I can start looking for errors. I ran the cronjob code and I don't get any error. Apache is stopping, running, loading, and starting without errors. Does anyone can help me? *UPDATE* I found this line: [information] apache::reload: fpm config directory "/etc/php/7.0/fpm/pool.d/" is empty. Creating dummy. after running the master cronjob command. Could it be relat
-
Hello Everyone. I tried to update my server to the last version of froxlor, but the the auto-update extract the new files in /var/www/html/ and my panel installation is located in /var/www/html/froxlor so I can not update my panel. Can anyone help me? Thanks