This has only just started happening. But when I install the wordpress package, I get an install error. This is the nginx log: HTML: 2013/12/03 12:24:11 [error] 17422#0: *47 open() "/usr/local/ispconfig/interface/web/sites/aps_install_package.php/sites/aps_meta_packages/WordPress-3.6-4.app.zip/icon.png" failed (20: Not a directory), client: 14.200.251.155, server: _, request: "GET /sites/aps_install_package.php/sites/aps_meta_packages/WordPress-3.6-4.app.zip/icon.png HTTP/1.1", host: "mydomain.com.au:8080", referrer: "https://mydomain.com.au:8080/index.php" Any idea how to trouble shoot this?
I uess the above error is not related to the install problem, as its a interface and not s erver error. To trobleshoot server errors, see debug instructions here: http://www.howtoforge.com/forums/showthread.php?t=58408
Ah, ok. So the report come up with this [WARN] Could not connect to mysql with given user data. Could be a result of changing the Mqsql password. I am surpised that this is the first thing to trigger an error. Anyway, is there a config file that sets this? I can't find anything in the manual except the options set at install time.
Updated the pw here: /usr/local/ispconfig/server/lib/mysql_clientdb.conf which fixed the problem. Thanks.