Can not install World Map Dolphin 7.1

Modules

 

Operation Results
 
Installation of: World Map Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
INSERT INTO `sys_menu_top` (`Parent`, `Name`, `Caption`, `Link`, `Order`, `Visible`, `Target`, `Onclick`, `Check`, `Editable`, `Deletable`, `Active`, `Type`, `Picture`, `Icon`, `BQuickLink`, `Statistics`) VALUES(138, 'World Map', '_bx_wmap_search_submenu', 'modules/?r=wmap/home', @iCatOrder, 'non,memb', '', '', '', 1, 1, 1, 'custom', '', '', 0, '');

 

Quote · 14 Feb 2013

Is that the entire error or have you cut some off?

Quote · 14 Feb 2013

If this was an update from 7.0.9 to 7.1, you were to totally delete the old Map module before updating.

Did you?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Feb 2013

 

Is that the entire error or have you cut some off?

 As long as you are using the horizontal scroll bars then yes that is the entire error being produced on the "add/manage" modules page.

 

If this was an update from 7.0.9 to 7.1, you were to totally delete the old Map module before updating.

Did you?

Sure did. I deleted the old module as instructed prior to upgrade. I suppose I should try removing the world map folder in the modules folder and re upload that module again.

Quote · 14 Feb 2013

I just uploaded a fresh world map module from the upgrade pack and still the same error.

Quote · 14 Feb 2013

 

I should try removing the world map folder in the modules folder and re upload that module again.

before you started the upgrade..

Uninstall "Wall" and "Spy" modules. These modules were changed a lot and can not be upgraded. After upgrade is completed you can install these modules again.

[edit] did you uninstall these before you started?

ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Feb 2013

Is that what happened?

You should be able to run the old module uninstall sql file (via phpMyAdmin) and remove the data from the database and then install the new module.

uninstall.sql · 2.1K · 299 downloads
ManOfTeal.COM a Proud UNA site, six years running strong!
Quote · 14 Feb 2013

This problem is caused on sites that has a customized top menu. You will have the same problem in most of the other mods too (Events, Groups etc.). Do not un-install or remove anything, see quick solution below :

In modules/boonex/world_map/install/sql/install.sql

Find the line :


 (138, 'World Map', '_bx_wmap_search_submenu', 'modules/?r=wmap/home', @iCatOrder, 'non,memb', '', '', '', 1, 1, 1, 'custom', '', '', 0, '');

Replace with :

 (138, 'World Map', '_bx_wmap_search_submenu', 'modules/?r=wmap/home', ifnull(@iCatOrder,1), 'non,memb', '', '', '', 1, 1, 1, 'custom', '', '', 0, '');

 

Notice the sections in bold. You can follow this same principle for any other module you have the problem with.



Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 14 Feb 2013

You misunderstood my quote you used newton. I had already done this prior to the upgrade. Those quotes reference the new world map module that I would remove it and reinstall it through FTP to make sure I did not corrupt or lose a file. Thanks for taking the time trying to get me in the right direction though its much appreciated.

 

Modzzz. I would have never in this lifetime made any connection that it was related with my custom top menu. Gratefully so I have not had any problems with any other mod installs so far.  Your quick tip there of course once again fixed my issue. You've been really helpful in the past and especially this week for me. I now have a world map. ;)

Quote · 14 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.