ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thanks mc12345678, gave that a go but still the same result unfortunately!
Going further into this error / IH code....
The "No Image Handler information found." message is just a result of checking if the version number is in the database or not, BUT the real problem is the rest of the IH page - there are no options / it's not possible to add/edit photos like previously, from this screen or the product/category page in admin.Code:<div style="float:left; padding: 8px 5px;"> <h1><?php echo HEADING_TITLE; ?></h1> <?php if (defined('IH_VERSION')) { echo IH_VERSION_VERSION . ': ' . IH_VERSION . '<br />'; } else { echo IH_VERSION_NOT_FOUND . '<br />'; } ?> </div>
So why would the Version number not being in the database stop the whole editing / uploadingfrom working?!
Because of the action to be taken later when one the current "page" is not assigned on the url and it appears that IH is no longer present or is in the process of being removed as identified on or about line 406:
This condition sets $page = 'admin', and the code that follows expects it to be set as 'manager' or the value of the url parameter 'page' (Guess you could try adding &page=manager on the end of your admin url and see how things "go", but I have a feeling not so well.. :) )Code:$page = isset($_GET['page']) ? $_GET['page'] : ((!defined('IH_VERSION') || (IH_VERSION == 'REMOVED')) ? 'admin' : 'manager');
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Thanks again mc12345678, that SQL Patch fixed it!
Phew!
(I think configuration_tab is new? I'm using v1.5.4 in this install.)
Cheers
Still have some "errant" assignment in the database. Won't directly cause a problem but also may cause confusion in the future if it remains. Recommend finding that one (seeing you seem to be able to navigate myphpadmin and should be easy to find) and removing that assignment described above as successful.
As to the configuration_tab, that would be because of some other install at some point in the life of the database as it is not a default column in ZC 1.5.4. (Was looking at the install sql for a vanilla copy of ZC when above was provided.)
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Hi guys
having trouble with my ih4 install , install goes great but the popup image on the product pages dont resize. It is easier if i show what i mean . Tried in chrome and IE with no change. running 1.5.4 . thanks in advance .Paul
http://www.raremanuals.com/zencart/i...roducts_id=655