PHP Includes

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

That's right.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ErikvdB
Posts: 11
Joined: Wed 12. Jul 2006, 16:03

Post by ErikvdB »

Hmm, okay, then it's strange..

Do you have any clue where I can start debugging?

Kind regards,
Erik
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

yes check your scripts - seems you are resetting $_POST somewhere.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
ErikvdB
Posts: 11
Joined: Wed 12. Jul 2006, 16:03

Post by ErikvdB »

While searching, I get puzzled even more, as no form (except for the guestbook) seems to be posted. When I place

Code: Select all

print_r($_POST);
at the top of my index.php, I get 1 all the time. Is it possible that this has to do with the browser being forwarded and then loosing the POST-information or something like that?
User avatar
Oliver Georgi
Site Admin
Posts: 9900
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Maybe. But then it is not phpwcms' fault. Check your configuration and version of PHP.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Post Reply