Hi everyone, I use ISPconfig 3.0.5.2 Debian 7 64bit server. Yesterday upgraded APS package list and now if I want to install WordPress i get error "INVALID ID" APS package list was wordpress old version 3.5 now updated to version 3.6 it seems that other scripts work, only wordpress get error. How to fix this problem? Sorri my bad english, i use google trantslator.
Wordpress work nice. Problem is ISPconfig-3 APS installers. After APS package upgrade can not install WordPress. after than click wordpress link i get error
I have the same thing. Like the OP, I updated the APS list and then went to install Wordpress but confronted with Invalid ID
I got the same problem, I have tried the patch indicated above but for now it is not working, someone else?
I also tried the patch, might have made a mistake though. If anyone wants to check it out https://dl.dropboxusercontent.com/u/51790358/aps_crawler.inc.php But this really sucks, Joomla and Wordpress don't work.
This a bug that needs to be fixed. Unfortunately there is some errors in the patch-file provided in the bug-report, http://bugtracker.ispconfig.org/index.php?do=details&task_id=2962 . Code: web:/usr/local/ispconfig/interface/lib/classes# patch </root/aps_crawler.diff patching file aps_crawler.inc.php patch: **** malformed patch at line 4: $namespaces = $sxe->getDocNamespaces(true); Probably the bugtracker that did some changes to the text... /Fredrik
Manually patched the file only to realize that that this maybe isn't the problem? I still get the error when trying to open wordpress 6.1-4 ... Could it be something with that on http://apsstandard.org/applications#searchterm=wordpress&addon=false There is two WordPress, one with a newer APS-version 1.2 ?
I found the solution... open the file: /usr/local/ispconfig/interface/lib/classes/aps_guicontroller.inc.php Function: getNewestPackageID After the line: PHP: WHERE name = (SELECT name FROM aps_packages WHERE id = ".$app->db->quote($id).") add the line: PHP: AND package_status = 2 This solved the problem.