PDA

View Full Version : Yet Another Integration Problem


stapler2025
09-30-2007, 05:11 AM
Yep...searched the forums to no avail, no matter what I try this just doesn't work.

I've followed the instructions, and created a Module page, saved with the correct information (didn't disable the custom page content module, per instructions) and when I go to the integration link, i get

You do not currently have any pages that meet the qualifications necessary to be used for integration. Click here to add a new "Module" page to be used for the integration.

Also, when I go to edit my Module Page, I have the option to change my page type, and this is what it says:
Change Page Type
You are about to change this Page from a Page to a Module Page. Please note that once you hit the 'Save' button below any previous information that was stored in the ' Page Type Options' will be lost. However, you may change the type of this Page back at any time.

BUT. When I try to do this, it give's me the oh so magical error saying that you guys forgot to code in an update function :)

Cheers, and here's to a hopeful resolution!

Mckormick
09-30-2007, 07:55 AM
Hi - I'm having this same issue. I just want to include modules from vba on the main forum pages, can anyone help?

cheers

Our Sponsors
 

Brian
09-30-2007, 10:30 AM
You are about to change this Page from a Page to a Module Page.
From that, it sounds like the page type is not being saved properly, which is usually due to your host not allowing enough POST data to be sent.

http://www.vbadvanced.com/forum/showthread.php?t=23488.

Try using the script in post #12 there. If it doesn't make it to 500 when you submit it, then it's the same problem with your host not allowing enough POST data to be sent and you will need to contact them to correct the issue.

stapler2025
10-01-2007, 10:52 AM
Thanks! Stupid suhosin! Fixed the problem, and it's all good now ;)