By Céline ROBERT on Tuesday, 26 February 2019
Posted in General Issues
Replies 2
Likes 0
Views 395
Votes 0
hello i have a problem with inode and siteground ...
they bloc my site because
"Furthermore, I have discovered thousands of files of the following kind:
Code:
-rw-r--r-- 1 lemouvem lemouvem 2430 Jan 27 02:25 index.php?option\=com_easysocial&cron\=1.99996
-rw-r--r-- 1 lemouvem lemouvem 2430 Jan 27 02:30 index.php?option\=com_easysocial&cron\=1.99997
-rw-r--r-- 1 lemouvem lemouvem 2430 Jan 27 02:35 index.php?option\=com_easysocial&cron\=1.99998
-rw-r--r-- 1 lemouvem lemouvem 2430 Jan 27 02:40 index.php?option\=com_easysocial&cron\=1.99999"
Can you explain to clear this problem ?
regards
Most likely this automatically created those file on your server is because your cronjob command is not handling well for this.

Perhaps you can try check your current Easysocial cron command on your server cronjob configuration page then try modify that command and append this >/dev/null


For example :

[gist type="php"]
/usr/bin/wget -O /dev/null "http://yoursite.com/index.php?option=com_easysocial&cron=1"; >/dev/null
[/gist]

By the way, It looks like your subscription has expired and in order for you to continue requesting for support, you will need an active subscription. If you have already renewed, please let us know so that we can correct this for your account.

Thank you for understanding.
·
Tuesday, 26 February 2019 10:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post