JNdev Posted January 20, 2017 Author Report Posted January 20, 2017 Php module: wpfastes@s3 [~]# php -m [PHP Modules] bcmath bitset bz2 bz2_filter calendar Core ctype curl date dom ereg exif fileinfo filter ftp gd gender gettext gmp gnupg hash htscanner http iconv igbinary imagick imap inotify intl ionCube Loader jsmin json ldap libevent libxml lzf mailparse mbstring mcrypt memcache memcached mhash mongo mysql mysqli mysqlnd ncurses OAuth oci8 odbc openssl pcntl pcre PDFlib PDO pdo_dblib PDO_Firebird pdo_mysql PDO_ODBC pdo_sqlite Phar posix propro pspell quickhash radius raphf rar readline recode Reflection rsync session shmop SimpleXML snmp soap sockets SPL SPL_Types sqlite3 ssh2 standard stats stem Stomp suhosin sysvmsg tidy timezonedb tokenizer trader translit uploadprogress uri_template uuid wddx Weakref xml xmlreader xmlrpc xmlwriter xrange xsl yaml yaz Zend Guard Loader Zend OPcache zip zlib [Zend Modules] Zend Guard Loader Zend OPcache the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) Quote
JNdev Posted January 21, 2017 Author Report Posted January 21, 2017 Did anyone have any idea how to repair/fix the database? maybe with the repairs can fix some errors that I have experienced. As previously in older phpmyadmin and mysql standards, I moved to a new server with MariaDB. I try with import plugin but always invalid code aes. Quote
Kurogane Posted January 21, 2017 Report Posted January 21, 2017 Its not PHP and DB issue here is something else. What OS and Panel Control you have? Quote
JNdev Posted January 21, 2017 Author Report Posted January 21, 2017 First i use centos 7 with virtualmin, and now moving to cloudlinux with cpanel, move to cloudlinux for test and debug whether the problem still persists. I will return to the old server. If run cron manually from admin, all normal: Attempting to run all tasks for Wpfastest. Attempting to apply credits to open invoices. There are no invoices to which credits may be applied. The apply credits task has completed. Attempting to deliver invoices scheduled for delivery. Successfully delivered 1 invoice to client #3163 via Email. Successfully delivered 2 invoices to client #3583 via Email. Successfully delivered 1 invoice to client #3584 via Email. Successfully delivered 1 invoice to client #3585 via Email. Successfully delivered 1 invoice to client #3586 via Email. Successfully delivered 1 invoice to client #3587 via Email. Successfully delivered 1 invoice to client #3588 via Email. Successfully delivered 1 invoice to client #3589 via Email. Successfully delivered 1 invoice to client #3590 via Email. Successfully delivered 1 invoice to client #3591 via Email. Successfully delivered 1 invoice to client #3592 via Email. Successfully delivered 1 invoice to client #3593 via Email. The deliver invoices task has completed. Attempting to provision paid pending services. The paid pending services task has completed. Attempting to unsuspend paid suspended services. The unsuspend services task has completed. Attempting to process service changes. The process service changes task has completed. Attempting to process renewing services. The process renewing services task has completed. Attempting plugin cron for order accept_paid_orders. Finished plugin cron for order accept_paid_orders. Attempting plugin cron for support_manager poll_tickets. Finished plugin cron for support_manager poll_tickets. Attempting plugin cron for support_manager close_tickets. Finished plugin cron for support_manager close_tickets. Attempting plugin cron for mass_mailer export. Finished plugin cron for mass_mailer export. Attempting plugin cron for mass_mailer mass_mail. Finished plugin cron for mass_mailer mass_mail. All tasks have been completed. Attempting to run all system tasks. All system tasks have been completed. Quote
Blesta Addons Posted January 21, 2017 Report Posted January 21, 2017 i vote for this 4 hours ago, Kurogane said: Its not PHP and DB issue here is something else. What OS and Panel Control you have? have you tried php 5.6 instead of php 7 ? Quote
JNdev Posted January 22, 2017 Author Report Posted January 22, 2017 12 hours ago, Blesta Addons said: i vote for this have you tried php 5.6 instead of php 7 ? Yes, more than a month I experimented with various os and php 53, 54, 56, 70. Did anyone ever had a problem with fcgi or mod_php ? Quote
Paul Posted January 23, 2017 Report Posted January 23, 2017 On 1/21/2017 at 7:31 AM, Jawanet said: If run cron manually from admin, all normal: If running the cron manually under Settings > System > Automation works as expected, it should work the same exact way if you set up your cron to use wget, GET, or lynx which simulate a web browser. From https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-4.SetupaCronJob Quote Running the cron via the web Using CLI is always recommended, but the cron may be run by accessing https://www.yourdomain.com/blesta/install/path/cron/?cron_key=CRONKEY where CRONKEY is your cron key as displayed under "Update Cron Key" wget method /usr/bin/wget -q https://www.yourdomain.com/blesta/cron/?cron_key=CRONKEY >/dev/null 2>&1 If you do not have mod_rewrite, the URL will need to include index.php, for example: https://www.yourdomain.com/blesta/install/path/index.php/cron/?cron_key=CRONKEY where CRONKEY is your cron key as displayed under "Updated Cron Key" Quote
JNdev Posted January 23, 2017 Author Report Posted January 23, 2017 13 hours ago, Paul said: If running the cron manually under Settings > System > Automation works as expected, it should work the same exact way if you set up your cron to use wget, GET, or lynx which simulate a web browser. From https://docs.blesta.com/display/user/Installing+Blesta#InstallingBlesta-4.SetupaCronJob With wget/browser & Cli ==> invoice and other mail work but automation/service change not working. Ok, I will try once again with CentOS 7, Apache 2.4.6, php 5.6.30/fcgi. Tested with another vm but same. I create a ticket to discuss this issue Quote
JNdev Posted January 24, 2017 Author Report Posted January 24, 2017 I leery the problem cli with mod-cgi and fastcgi similar to this case: https://github.com/owncloud/core/issues/13651 Quote
JNdev Posted January 29, 2017 Author Report Posted January 29, 2017 Fixed by manual add symlink to fastcgi/cgi & php location in .bashrc profile assisted from virtualmin support. I did not know why not be able to read the location. Test from 2 os, centos 7.3 w virtualmin & cloudlinux OS 7 w cpanel. Michael and Paul 2 Quote
Blesta Addons Posted January 29, 2017 Report Posted January 29, 2017 3 hours ago, Jawanet said: Fixed by manual add symlink to fastcgi/cgi & php location in .bashrc profile assisted from virtualmin support. I did not know why not be able to read the location. Test from 2 os, centos 7.3 w virtualmin & cloudlinux OS 7 w cpanel. Uff , finally.... JNdev and Michael 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.