Jump to content
Froxlor Forum

DavidCK

Members
  • Posts

    56
  • Joined

  • Last visited

  • Days Won

    1

DavidCK last won the day on July 19 2016

DavidCK had the most liked content!

About DavidCK

  • Birthday 10/05/1990

Profile Information

  • Gender
    Male

Recent Profile Visitors

2335 profile views

DavidCK's Achievements

Contributor

Contributor (5/14)

  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In
  • First Post

Recent Badges

1

Reputation

4

Community Answers

  1. 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.
  2. Thanks man, I'll be working on this today. I'll let you know if I can solve it.
  3. No, I don't. I have a clean froxlor installation.
  4. 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'
  5. 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.
  6. Hi. I have the latest version running on Digital Ocean, AWS, and google. Send me a direct message. I can help you.
  7. 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, scheduling restart. Feb 4 01:10:47 systemd[1]: Stopped MariaDB 10.1.37 database server. Feb 4 01:10:47 systemd[1]: Starting MariaDB 10.1.37 database server... Feb 4 01:10:47 mysqld[7045]: 2019-02-04 1:10:47 140575933501888 [Note] /usr/sbin/mysqld (mysqld 10.1.37-MariaDB-0+deb9u1) starting as process 7045 ... Feb 4 01:10:48 systemd[1]: mariadb.service: Main process exited, code=exited, status=1/FAILURE Feb 4 01:10:48 systemd[1]: Failed to start MariaDB 10.1.37 database server. Feb 4 01:10:48 systemd[1]: mariadb.service: Unit entered failed state. Feb 4 01:10:48 systemd[1]: mariadb.service: Failed with result 'exit-code'. Feb 4 01:10:49 froxlor[7049]: SQLSTATE[HY000] [2002] Connection refused Feb 4 01:10:49 froxlor[7049]: --- 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$
  8. 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/dat$ Feb 4 00:24:03 ip-172-26-13-168 postfix/pickup[2534]: 99CAC8207F: uid=0 from=<root> Feb 4 00:29:18 kernel: [ 7839.329991] Out of memory: Kill process 4203 (mysqld) score 178 or sacrifice child Feb 4 00:29:18 kernel: [ 7839.334578] Killed process 4203 (mysqld) total-vm:646552kB, anon-rss:89300kB, file-rss:0kB, shmem-rss:0kB Feb 4 00:29:18 systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL Feb 4 00:29:18 systemd[1]: mariadb.service: Unit entered failed state. Feb 4 00:29:18 systemd[1]: mariadb.service: Failed with result 'signal'.
  9. 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): Database::getDB() #2 /var/www/froxlor/lib/cron_init.php(92): Database::__callStatic('query', Array) #3 /var/www/froxl or/scripts/froxlor_master_cronjob.php(20): include_once('/var/www/froxlo...') #4 {main} I've solved them with this command: sevice mariadb restart. However, I found today that the databases which my customers created are not working. For example, I ran a fresh wordpress installation today and the database created by customers is not connecting to complete the installation. Any guess? I appreciate your help.
  10. Hi, Docho. Can you paste the cronjob output here?
  11. 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 Regards,
  12. 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,
  13. 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.
  14. 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 related with the error?
  15. Hello I'm running a froxlor server on google cloud computers too. Do you have a problem with the mailling ports? thanks for your answer.
×
×
  • Create New...