So i setet a cronjob on this cli file but I'm receiving mail with following error from it.
As I can see is that it's trying to access whole different server and domain and such. which I'm confused? Why is it trying to access rodolfoberrios.com and it's email and such and not my own chevereto??
So it seems it cannot run properly because of this and it idk if anyone else have this?
Update: After re-looking at cli.php I found this under <?php
So I wonder if this is part doing it?
Code:
/home/user/public_html/gallery/cli.php: line 1: ?php
: No such file or directory
/home/user/public_html/gallery/cli.php: line 2: /backup: Is a directory
/home/user/public_html/gallery/cli.php: line 3: $'\r': command not found
/home/user/public_html/gallery/cli.php: line 4: $'Chevereto\r': command not found
/home/user/public_html/gallery/cli.php: line 5: https://chevereto.com/
: No such file or directory
/home/user/public_html/gallery/cli.php: line 6: $'\r': command not found
/home/user/public_html/gallery/cli.php: line 7: http://rodolfoberrios.com/: No such file or directory
/home/user/public_html/gallery/cli.php: line 8: inbox@rodolfoberrios.com: No such file or directory
/home/user/public_html/gallery/cli.php: line 9: $'\r': command not found
/home/user/public_html/gallery/cli.php: line 10: syntax error near unexpected token `C'
/home/user/public_html/gallery/cli.php: line 10: ` Copyright (C) Rodolfo Berrios A. All rights reserved.
'
As I can see is that it's trying to access whole different server and domain and such. which I'm confused? Why is it trying to access rodolfoberrios.com and it's email and such and not my own chevereto??
So it seems it cannot run properly because of this and it idk if anyone else have this?
Update: After re-looking at cli.php I found this under <?php
Code:
/* --------------------------------------------------------------------
Chevereto
https://chevereto.com/
@author Rodolfo Berrios A. <http://rodolfoberrios.com/>
<inbox@rodolfoberrios.com>
Copyright (C) Rodolfo Berrios A. All rights reserved.
BY USING THIS SOFTWARE YOU DECLARE TO ACCEPT THE CHEVERETO EULA
https://chevereto.com/license
--------------------------------------------------------------------- */
So I wonder if this is part doing it?