Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 running fusion, in my case even when disabled, causes this. I had to uninstall fusion and could not have it installed. Link to comment
Richard.C Posted January 11, 2012 Share Posted January 11, 2012 we are running fusion and promenu together without issues, you just have to make sure you use fusion for header and disable its primary hooks, then use promenu for the primary nav Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 running fusion, in my case even when disabled, causes this. I had to uninstall fusion and could not have it installed. actually just disabling his hook for primary nav removal might have been enough ... though hard too say .. not sure what support/checks he has in place for Content these days .. but it was one of the reasons why I build this version .. too support all IPS products Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 I'll try disabling Fusion and see what happens :) Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 Ok, I disabled all the Fusion menu stuff and now have this error:Fatal error: Call to undefined method globalProMenuNavRemoval::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863 You can see it here: http://www.stdrivers.co.uk/forum/page/index.html/_/ford-offers-santa-an-ecoboost-powered-concept-s-r10 Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 as I said, disabling (or running in any manner) did not work for me. had to uninstall fusion fully. I even deleted it from apps so I would not accidentally reinstall. not positive but I may have had to reupload promenu files afterwards. then the recache everything afterwards of course. Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 as I said, disabling (or running in any manner) did not work for me. had to uninstall fusion fully. I even deleted it from apps so I would not accidentally reinstall. not positive but I may have had to reupload promenu files afterwards. then the recache everything afterwards of course. It's now erroring on globalProMenuNavRemoval: though, not Fusionmenu. I'm going to try changing my skin, see if it's related to cleancut. Edit - not skin related. It also only affects the Article View template I think. Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 you disabled. I uninstalled. disabling would not work for me. Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 It's now erroring on globalProMenuNavRemoval: though, not Fusionmenu. I'm going to try changing my skin, see if it's related to cleancut. not sure what your doing with Content to cause that ... as Content has nothing to do with my removal tools ... you have ipc set as default application without having it installed by chance? Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 you have ipc set as default application without having it installed by chance? No, it's installed: http://www.stdrivers.co.uk/forum/index.php?app=ccs&module=pages§ion=pages&folder=&id=2 Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 you alter your IPB default skin in any way recently? you may have lost your key .. make sure the template bits exist Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 Ok, not related to this menu, I just uninstalled ProMenu and get this error:Fatal error: Call to undefined method skin_global_10::user_popup() in /home/stdriver/public_html/forum/admin/applications_addon/ips/ccs/sources/pages.php(419) : eval()'d code on line 1863So, ignore my posts above! Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 cache issue? maybe rebuild css then recache? Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 cache issue? maybe rebuild css then recache? most likely the skin bug again Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 I had the sql queury saved somewheres but cannot find it now. Link to comment
Jinkler Posted January 11, 2012 Share Posted January 11, 2012 It was an IP.content issue of some sort, fixed it now. Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 I had the sql queury saved somewheres but cannot find it now. you dont really need one..there is a patch out..but I dont think its 100% solid .. best bet is to edit the master skin...reset the skin key and save..then don't edit it again .. not even the toggle making it visible/hidden .. if you have to for some reason .. make sure you reset the key again .. if not any application installs wont have a master key to work from Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 tried the patch did not help, ran the sql right from acp and worked instantly. and am able to edit stuff w/o issues now. swore I had saved it for fast reference Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 It was an IP.content issue of some sort, fixed it now. I was thinking skin issue (as its quite a pain) ... or an incorrect setup of IPC ... I was leaning toward skin bug .. as I know you've been template editing recently Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 tried the patch did not help, ran the sql right from acp and worked instantly. swore I had saved it for fast reference it prolly just places a key in that field for the default skin .. which editing it and manually adding the key would do the same thing simple enough query to make though .. if desired Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 even simpler if I saved the damn thing as planned LOL LOL :) Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 even simpler if I saved the damn thing as planned LOL LOL :smile: probably something like UPDATE skin_collections SET set_key = 'default' WHERE set_image_dir = 'master' and this one for the mobile skin as it seems to get lost too during edits UPDATE skin_collections SET set_key = 'mobile' WHERE set_image_dir = 'mobile' of coarse if you have renamed these skin folders .. you'd have to alter those accordingly Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 maybe, thought I had to make sure to add IP_ prefix somewheres (my tables use that) but I could be wrong. Link to comment
Robert Simons Posted January 11, 2012 Author Share Posted January 11, 2012 maybe, thought I had to make sure to add IP_ prefix somewheres (my tables use that) but I could be wrong. depends on where you run it .. from the tool box .. it shouldn't require the prefix .. from phpmyadmin it would be required Link to comment
Dmacleo Posted January 11, 2012 Share Posted January 11, 2012 I did run from toolbox. that may have been it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.