If your server logs shows the error “Notice: Undefined variable: HTTP_POST_VARS in ”
then
Use $_POST instead of $HTTP_POST_VARS
Or
Add the following line at the top of your script put:
$HTTP_POST_VARS = $_POST;
If your server logs shows the error “Notice: Undefined variable: HTTP_POST_VARS in ”
then
Use $_POST instead of $HTTP_POST_VARS
Or
Add the following line at the top of your script put:
$HTTP_POST_VARS = $_POST;
Error: Warning: Parameter 1 to modMainMenuHelper::buildXML() expected to be a ...
Error: javax.naming.NameNotFoundException: Name jdbc is not bound in this Context Solution ...
Page optimized by WP Minify WordPress Plugin
Optimized by SEO Ultimate
thanks it helped