First, thanks for the wonderful software that is ISPConfig. After a problem with the apache web server, the logs are not refreshed in ISPConfig 3. I have reviewed the logs and can not find errors, just shows me data from a previous date and was never updated Any idea what might be wrong? Thanks Pedro Alcaraz
Please ensure thet the cron daemon is running on your server and that you have nozt changed the mysql password of the ispconfig database user manually.
The jobqueue table sys_datalog has to contain all records for at least 30 days for all servers and the status of every record has to be "pending" as this field is not used.
1) Check this: http://www.howtoforge.com/forums/showpost.php?p=226692&postcount=2 2) If this wont help, enable debugging in ispconfig and then check the ispconfig.log for errors. http://www.faqforge.com/linux/controlpanels/ispconfig3/how-to-enable-debugging-in-ispconfig-3/
Nothing happens. The field "updated" of table "server" has the value 2091. The value of the field "datalog_id" has grown and now has the 2095 value. I enabled debug mode, and ispconfig.log file has a size of 0 bytes. It's frustrating silence, can we do more? Thanks Pedro Alcaraz
It works, but logs are not updated. I do not know what is wrong. Is it possible to reinstall ISPConfig? Thanks Pedro Alcaraz
Sorry to insist, but I've noticed that are not created databases, and I can not change them. There is no error, but no changes are made. Thanks Pedro Alcaraz
In the server.php script I see that you run the query $server_db_record = $app->db->queryOneRecord("SELECT * FROM server WHERE update = 1 AND server_id = ".$conf["server_id"]); that if I run in phpmyadmin SELECT * FROM server WHERE update=1 AND server_id = 1 gives me an error #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'update=1 AND server_id = 1 LIMIT 0, 30' at line 1 and it's because the field "update" is called "updated", I have wrong server.php script field name? Thanks Pedro Alcaraz
No, thats not the case. As you see in the sourcecode, this part is commented out and not used by ISPConfig. You can be assured that there is no bug in the code, otherwise you would find herre a few thousand posts already if there would be such an issue as ispconfig has about 15 - 20 thousand new installs per month. See here: http://www.howtoforge.com/forums/showthread.php?t=47674
SOLVED! The problem is mine, was improperly configured parameter extension_dir in the php.ini file for php-cli. So do not run mysql queries, nor was error in the log files, etc. Thank you very much for your patience Till Pedro Alcaraz