Thanks lat9 for pointing this out....sorry for the elementary mistake.
I have removed this file and it has restored my development site.
Thanks again for your help.
Thanks lat9 for pointing this out....sorry for the elementary mistake.
I have removed this file and it has restored my development site.
Thanks again for your help.
In doing some testing this morning now that this site is working properly....
I received this error:
--> PHP Fatal error: MySQL error 1146: Table 'new2121.zen_products_xsell' doesn't exist :: SELECT p.products_id, p.products_image, pd.products_name
FROM zen_products_xsell xp
INNER JOIN zen_products p
ON p.products_id = xp.xsell_id
INNER JOIN zen_products_description pd
ON pd.products_id = p.products_id
AND pd.language_id = 1
WHERE xp.products_id = 100
AND p.products_status = 1 ORDER BY xp.sort_order ASC ==> (as called by) C:\wamp64\www\new2121\includes\modules\xsell2_products.php on line 49 <== in C:\wamp64\www\new2121\includes\classes\db\mysql\query_factory.php on line 733.
I remember in a previous version several years ago that you had to manually add in this table. Is this user error once again??
Please disregard my last post (#162) above. When I logged into my Admin panel....I received the Confirmation of the install of the Cross Sell plugin.....so this error I posted above was only due to my previous misplacement of a file.
It all works without error now.
Sorry 'bout that.
Hello there,
I get this error on 2.10, though previous poster also seemed to be able to install. I used to have cross sell, but actually its the one where is did xsell by related keywords and the tables are different names in sql to the normal / advanced. Or maybe its registered cross sell in admin pages, hence the error? If I take the code out here, it won't install I believe:-
PHP Fatal error: Uncaught Error: Undefined constant "XSELL_VERSION" in /home/******/public_html/leesa/includes/init_includes/init_xsell_config.php:108
I know that the code hasn't been updated for 2.xx, but I have managed to install the SQL files and have the other files where they need to be in Ver 2.2.2. The issue for now is config page and the xsell.php does not show in the appropriate drop menus in the Admin. Would anyone suggest what to look for to have the menu choices added?
I found the registration code and manually added.
This is a fresh install, with migrating data from a previous install.
I ended up removing xsell. There are additional errors produced on the template end and I don't have the time to sort them out.