[solved] Compatibility issue on "upgrading" to J3

More
9 years 1 month ago - 9 years 3 weeks ago #27751 by nordmograph
Code:
ALTER TABLE `#__vm2wishlists_lists` DROP `auprule_prefix`; ALTER TABLE `#__vm2wishlists_lists` CHANGE `list_description` `list_description` TEXT NOT NULL; ALTER TABLE `#__vm2wishlists_lists` CHANGE `privacy` `privacy` INT(11) NOT NULL; ALTER TABLE `#__vm2wishlists_lists` ADD `asset_id` INT(10) UNSIGNED NOT NULL DEFAULT '0' AFTER `id`; ALTER TABLE `#__vm2wishlists_lists` ADD `icon_class` VARCHAR(180) NOT NULL AFTER `list_description`; ALTER TABLE `#__vm2wishlists_lists` ADD `forbidcatids` VARCHAR(180) NOT NULL AFTER `privacy`, ADD `onlycatids` VARCHAR(180) NOT NULL AFTER `forbidcatids`, ADD `adders` TINYINT(1) NOT NULL AFTER `onlycatids`, ADD `amz_link` TINYINT(1) NOT NULL AFTER `adders`, ADD `amz_base` VARCHAR(4) NOT NULL AFTER `amz_link`, ADD `amz_prefix` VARCHAR(180) NOT NULL AFTER `amz_base`; ALTER TABLE `#__vm2wishlists_items` CHANGE `list_id` `listid` INT(11) NOT NULL;

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.
Last edit: 9 years 3 weeks ago by nordmograph.

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #27754 by silke
Thanks for puplishing :)

Please Log in or Create an account to join the conversation.

More
9 years 1 month ago #27779 by nordmograph
You're welcome,
I just updated the component.
- RSS has been improved
- Twitter and Facebook share fixed.
- Support add2cart button and addtocart layout position vmcustom plugins.
You'll need to update the plugins too.

Let me know if these feautres work for you too

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

Please Log in or Create an account to join the conversation.

Time to create page: 0.307 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.