I just added this one to my site (after manually creating the tables). I can't get it to work -every time I submit a link I get:
You have not filled out the form completely. Please hit your back button and try again.
After digging through the scripts that erro is triggered in the links_submit_links.php file by the following code:
Code
// Check to see if the form was filled out completely <br /> <br /> if (!filled_out($HTTP_POST_VARS)) { <br /> print "<center><b>{$ubbt_lang['LINKS_SUBMIT_FILLED_OUT']}</b></center>"; <br /> $html -> send_footer(); <br /> exit; <br /> }
It looks like the function that checks to see if all of the $HTTP_POST_VARS are avaialble is failing. Any ideas?
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.