Cannot access wp-admin/post-new.php
-
I moved to a new host and everything went fine. The whole blog is there and i can acces the dashboard and options, presentation etc
But whenever i try to access
http://turdonastick.com/wp-admin/post-new.php
nothing but a blank screen. At first i thought some of the files were currupt so wiped everything and reinstaled WP. When i tried to access:
http://turdonastick.com/wp-admin/post-new.php
WP prompted me to update my database. I did (WP did, so it said) and still the same problem.It must be the database but I don’t know a database from a hole in the ground.
I’ve included the first 30 or so likes of the db maybe someone can make some sense of why everything but post-new.php loads and works.
here is is:
— MySQL dump 10.9
—
— Host: localhost Database: db411tblog
— ——————————————————
— Server version 4.1.20
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE=’NO_AUTO_VALUE_ON_ZERO,MYSQL323′ */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;—
— Table structure for tablewp_categories
—DROP TABLE IF EXISTS
wp_categories;
CREATE TABLEwp_categories(
cat_IDbigint(20) NOT NULL,
cat_namevarchar(55) NOT NULL default ”,
category_nicenamevarchar(200) NOT NULL default ”,
category_descriptionlongtext NOT NULL,
category_parentbigint(20) NOT NULL default ‘0’,
category_countbigint(20) NOT NULL default ‘0’,
link_countbigint(20) NOT NULL default ‘0’,
posts_privatetinyint(1) NOT NULL default ‘0’,
links_privatetinyint(1) NOT NULL default ‘0’,
PRIMARY KEY (cat_ID),
KEYcategory_nicename(category_nicename)
) TYPE=MyISAM;—
— Dumping data for tablewp_categories
—/*!40000 ALTER TABLE
wp_categoriesDISABLE KEYS */;
LOCK TABLESwp_categoriesWRITE;
INSERT INTOwp_categories(cat_ID,cat_name,category_nicename,category_description,category_parent,category_count,link_count,posts_private,links_private) VALUES
The topic ‘Cannot access wp-admin/post-new.php’ is closed to new replies.