Dang big post! I’m not a WordPress expert but it looks like you’re just not making a connection to your database correctly. I wrote a little database exerciser script (sitting over at http://www.php4.com). Here it is:
[SNIP – Code removed as link to code is supplied]
You’ll need the correct localhostname, username, password and your DBinstancename. Change those four values in the script at the top. If your database is all good and your access is correct, this script should cruise thru and remedially conduct all of your basic database functions – creating a table, adding some records, query the records, delete a record and drop the table. If all is well this should run straight thru. My first guess is you have a database access or priviledges problem. Just copy the code & paste into a blank doc. Save as a .PHP file and upload to your site. Then just call it up in your browser.
mojo1
http://www.morgacity.com
When I pull this up in the browser (after changing the 4 values) I get the following error:
Parse error: parse error, unexpected T_LNUMBER in /home/golddave/public_html/dbtest.php on line 20
I don’t think there are issues with connecting to the database or permissions. WP checks for those things and warns if there is an error
It seems to be a “/” added after the prefix “wp_”.
Any guesses as to where this gets added in the code?
I’m getting the same error:
Second Step
Now we’re going to create the database tables and fill them with some default data.
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near ‘/itsd_categories ( cat_ID int(4) NOT NULL auto_increment, c]
CREATE TABLE wp_/itsd_categories ( cat_ID int(4) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description text NOT NULL, category_parent int(4) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), UNIQUE KEY cat_name (cat_name), KEY category_nicename (category_nicename) )
WordPress MU is NOT SUPPORTED in this forum.
You may be right.
Search, find results, post reply/question.
Maybe a moderator can move this to the correct forum?
What I am saying is that WordPress MU is a distinct project and it is not part of WordPress proper. You will have to contact the developer directly or find WP MU support forums somewhere.
I am getting the same error.. My search for the developer of WordPress MU goes on.. sigh..
I have the same~~~wo want fix it?