PDA

View Full Version : "Current Integrated Pages" not clearing.


ButtKrust
02-23-2009, 06:17 PM
I'm having a problem where in the integration option under the "Current Integrated pages" section, i see several lines like this:

Other file names to integrate:
0 =====> [Remove]
1 =====> [Remove]
2 =====> [Remove]

ect. all the way down through 61! Choosing the remove option and updating does not remove them. I don't have any integration pages right now, and yet they won't go away. Any ideas on how to get rid of these? I think this started when i entered and invalid option into the "other files" integration box trying to integrate a page.

Do i need to go into an actual file somewhere on my server and remove these?

Brian
02-25-2009, 11:49 AM
Can't say I've ever heard of an issue like that, but you can reset the integration settings by running the following query:
UPDATE adv_setting SET value = 'a:4:{s:11:"vbfilenames";a:0:{}s:11:"otfilenames";a:0:{}s:10:"thisscript";a:0:{}s:8:"vba_page";i:0;}' WHERE varname = 'portal_integrate';

Note you will likely need to save your settings (Admin CP => vBa CMPS => Default Settings - save any group) to rebuild the settings cache after running that query.

Our Sponsors
 

ButtKrust
02-25-2009, 01:12 PM
Thanks that fixed it. The problem started when i accident put just the number "5" into the "other filenames" integration box. It started a bad chain reaction that is hard to explain, perhaps you could look into it. But it shouldn't happen again, thanks for your help!