Re: 1.1.4 upgrade vs. Recommend module
David Dyess II <[email protected]>
| Newsgroups | gmane.comp.cms.xaraya.user |
|---|---|
| Organization | Xaraya |
| Message-ID | <[email protected]> |
Hi Jackson, At first glance I thought it was simply missing the xartables.php file, but there are also a few other things missing in the init as well. I'm working on a temp fix and i'll post a patch. HTH, David D jackson wrote: > Well I tried downloading the includes folder from the snapshot and replacing > it but that had no effect on the problem. > > Apache version 1.3.41 (Unix) > PHP version 4.4.8 > MySQL version 4.1.22-standard > > Any hints would be greatly appreciated. > > Yours/ > Peter/ > > ================================== > > On 4/21/08 10:29 PM, in article C432C5DB.DE1D%[email protected], > "jackson" <[email protected]> sed: > >> Xarayizens! >> >> After ugrading to v.1.1.4 I can't get the recommend module to install v1.1.1 >> without generating an error pasted below. I've removed the module and >> uploaded the latest snapshot but it hasn't helped. >> >> Any ideas? >> >> Yours/ >> Peter. >> >> =-=-=-=-=-=-=-=-=-= >> >> Bad Parameter >> >> /home/jackson/public_html/includes/xarDataDict.php(189): Invalid table name >> for function changeTable() in xarDataDict >> >> A parameter provided during this operation could not be validated, or was >> not accepted for other reasons. >> >> at changetable(xarDataDict.php:190) >> Array >> ( >> [0] => >> [1] => xar_recipientid I AUTO PRIMARY, >> xar_sentby_uid I NotNull DEFAULT 0, >> xar_senddate I NotNull DEFAULT 0, >> xar_recipient_email C(64) NotNull DEFAULT '', >> xar_extradata X NotNull DEFAULT '' >> ) >> >> at recommend_upgrade(xarinit.php:134) >> Array >> ( >> [0] => 1.0.2 >> ) >> >> at recommend_init(xarinit.php:44) >> at modules_adminapi_executeinitfunction(executeinitfunction.php:87) >> Array >> ( >> [0] => Array >> ( >> [regid] => 772 >> [function] => init >> ) >> >> ) >> >> at xarmodapifunc(xarMod.php:1002) >> Array >> ( >> [0] => modules >> [1] => admin >> [2] => executeinitfunction >> [3] => Array >> ( >> [regid] => 772 >> [function] => init >> ) >> >> ) >> >> at modules_adminapi_initialise(initialise.php:56) >> Array >> ( >> [0] => Array >> ( >> [regid] => 772 >> ) >> >> ) >> >> at xarmodapifunc(xarMod.php:1002) >> Array >> ( >> [0] => modules >> [1] => admin >> [2] => initialise >> [3] => Array >> ( >> [regid] => 772 >> ) >> >> ) >> >> at >> modules_adminapi_installwithdependencies(installwithdependencies.php:119) >> Array >> ( >> [0] => Array >> ( >> [regid] => 772 >> ) >> >> ) >> >> at xarmodapifunc(xarMod.php:1002) >> Array >> ( >> [0] => modules >> [1] => admin >> [2] => installwithdependencies >> [3] => Array >> ( >> [regid] => 772 >> ) >> >> ) >> >> at modules_admin_install(install.php:82) >> Array >> ( >> [0] => Array >> ( >> ) >> >> ) >> >> at xarmodfunc(xarMod.php:891) >> Array >> ( >> [0] => modules >> [1] => admin >> [2] => install >> ) >> >> at xarmain(index.php:91) >> > >