SmartFAQ is developed by The SmartFactory (https://www.smartfactory.ca), a division of InBox Solutions (https://www.inboxsolutions.net)

Why does nothing happen, when I submit forms?
Some modules (not all, but quite a lot) use a way to access parameters given through the URL or via forms that is being phased out by the PHP developers in PHP 5, but is still usable in PHP 4.

Specifically the modules use $HTTP_GET_VARS and $HTTP_POST_VARS (there are more, but these are the most common) that only work with PHP 5 if a directive called register_long_arrays is set to on in the PHP configuration on the webserver.

So if you run PHP 5 and this directive is not set to on, the modules in question will not receive the parameters and may malfunction, give blank pages or just refresh the page.

The XOOPS core uses the updated way using short parameter arrays ($_GET and $_POST etc.) since 2.0.9


The comments are owned by the author. We aren't responsible for their content.


Login

Who's Online

248 user(s) are online (2 user(s) are browsing XOOPS FAQ)


Members: 0


Guests: 248


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Did you know ?

The basic structure of a XOOPS theme is similar to that of any other static website template. The primary difference is the addition of Smarty variables that interact with XOOPS to output your dynamic content.

Random question

How do I use a different logo in a theme?