reyach
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: installation on WAMPthanks Blago 🙂 any links to where i might find this plugin??
Forum: Fixing WordPress
In reply to: installation on WAMPSorry for the treble posting !!
I have found with post.php this at line 379
$post = get_post( wp_insert_post( array( ‘post_title’ => __( ‘Auto Draft’ ), ‘post_type’ => $post_type, ‘post_status’ => ‘auto-draft’ ) ) );
Is there anything odd about this call?
As wordpress3 is fairly new, perhaps we can compare it again an earlier post.php file. I don’t know clutching at straws here! 🙂 Thank you!
Forum: Fixing WordPress
In reply to: installation on WAMPHi – Active_plugins is set to the value suggested. Renamed plugins folder and created an empty plugins folder. I have freshly install wp-includes folders – I am working on a local server so no FTP.
Error message still there. Looking at the post.php need a script editor to find out what’s on line 379?
Any other suggestions. Thanks again for your help.
Forum: Fixing WordPress
In reply to: installation on WAMPHi – Active_plugins is set to the value suggested. Renamed plugins folder and created an empty plugins folder – still error message.
I have not tried to freshly install wp-content folders as I am working on a local server and its easy to see the files are identical.Just to mention the error message appears in a new window when I click on ‘add post’ What folder/file(s) is ‘add post’ calling to?
Thanks again for your help.Forum: Fixing WordPress
In reply to: installation on WAMPHi thanks for your help.. Deactivated plugins, switchback to original default them, yet same Fatal error: Only variables can be passed by reference in c:\wamp\www\wordpress\wp-admin\includes\post.php on line 379
Do you think a PHP config file needs tweaking?
Thanks again,