Jump to content

[URGENT] The invoice was sent every 5 minutes but invoice paid paypal


JNdev

Recommended Posts

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)

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

 

Link to comment
Share on other sites

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"

 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...