Please Help error in (Wordpress)

agroup

New Member
Messages
190
Reaction score
0
Points
0
This error comes when i type

http://localhost/wordpress/wp-admin/install.php

to install wrodpress on my localhost


Deprecated: Assigning the return value of new by reference is deprecated in C:\AppServ\www\wordpress\wp-settings.php on line 472

Deprecated: Assigning the return value of new by reference is deprecated in C:\AppServ\www\wordpress\wp-settings.php on line 487

Deprecated: Assigning the return value of new by reference is deprecated in C:\AppServ\www\wordpress\wp-settings.php on line 494

Deprecated: Assigning the return value of new by reference is deprecated in C:\AppServ\www\wordpress\wp-settings.php on line 530

Fatal error: Declaration of Walker_Page::start_lvl() must be compatible with that of Walker::start_lvl() in C:\AppServ\www\wordpress\wp-includes\classes.php on line 594
 

neofelis

New Member
Messages
19
Reaction score
0
Points
0
Check your wp-config.php.
Perhaps you have used IIS as server. You may use Xampp, which includes apache, phpMyAdmin, MySQL. Using Xampp as local server may solve your problem.
 
Top