ok i knew where the php file, when i try to set cron it says
PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/mysite/public_html/ow_core/singleton.php on line 13
I would not have charged you anything because it does not seem like a difficult problem, it must be a cron configuration problem, some corrupted database table, or a PHP version higher than 7.0 ...
But now you know what you have to do.
Pay one of the many that are offered here for their professional services.
They will also ask you for access information, you can not fix a car if you do not open the doors.
Good luck.
thank you for trying to help Patricia Zorrilla Bcn
i'm trying to grow big with this oxwall software and i don't mind sharing my access info with official oxwall team, i searched the forum and some people mentioned php must be higher than 5.4 i tried 5.5 and 5.6 and 7.0 nothing fixed the issue
My advice is to use PHP 5.6x which is compatible with everything.
The advantages that the most recent versions bring are not used in any plugin or in the OxWall kernel, and there is a long list of things that in 7.0 generate warnings and in 7.1 and 7.2 they have been promoted to errors.
If there is an increase in speed in 7.0 but it is not noticeable in our case, since what slows down the most is queries to the database and the transmission of graphics over the internet.
It does not compensate to use 7.0, it will have scattered errors by the web difficult to look for and to solve.
I'm doing a chess plugin that I have almost ready, there is a lot of note ... because it is 99.99% calculation.
My advice is to use PHP 5.6x which is compatible with everything.
The advantages that the most recent versions bring are not used in any plugin or in the OxWall kernel, and there is a long list of things that in 7.0 generate warnings and in 7.1 and 7.2 they have been promoted to errors.
If there is an increase in speed in 7.0 but it is not noticeable in our case, since what slows down the most is queries to the database and the transmission of graphics over the internet.
It does not compensate to use 7.0, it will have scattered errors by the web difficult to look for and to solve.
I'm doing a chess plugin that I have almost ready, there is a lot of note ... because it is 99.99% calculation.
Check SMT information.
Check mod_sec status on your server
Please allow PHP and check the version.
Check your Cron settings.
Please send your log as PM,
Senior Developer.
Attach this 2 files "ow_log/cron_error.log" and "ow_log/error.log". Lets see what is happening and I will try to help you fix it.
Senior Developer.