PDA

View Full Version : Frequently Asked Questions


Link14716
01-02-2005, 04:45 AM
"I am getting this error: Invalid argument supplied for foreach() in /path/to/forums/global.php on line 639"
There can be a few causes to this error. First, you must run the installer to completition. If the installer is not ran, then the database changes won't be made and this error can occur. Another cause for this error is if you did not correctly edit includes/init.php. If that file is not modified correctly, the needed data is not retrieved and the error occurs.

"I am getting this error: Warning: Invalid argument supplied for foreach() in /path/to/forums/ushop.php on line 151"
First, see if refreshing the page solves the problem. If it does not, it is probably caused by the same mistakes noted above.

"I am getting these errors:

Parse error: parse error in /path/to/forums/includes/functions.php on line 1891

Fatal error: Call to undefined function: is_browser() in /path/to/forums/global.php on line 59"

This error is caused by editing includes/functions.php with Dreamweaver with a certain configuration. The easy fix is to not edit includes/functions.php with Dreamweaver. You can also find a way to configure Dreamweaver to not mess up includes/functions.php, but since I don't have Dreamweaver, I can not tell you how. Actually, Revan has this to say.
Either uncheck all 3 boxes under "Rewrite Code:", or check the box and exclude .php, .php3, .php4, .php5 from the "Never rewrite code: In files with the extensions" box.
:)

I just upgraded my vBulletin version and now ushop.php gives a blank page!

Reupload admincp/ushop_install.php if you have previously deleted it. There is a link to re-install templates. Click the link and proceed, and the templates should be re-installed.

Oh no! It says "No Actions Found"!

Check over both the global.php and the includes/init.php file edits. If they are both correct and the installer has been run, then see this post.