jdk291
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cannot acces edit-pages in wp admin – jumbled codeok- found an old version of the edit-pages.php and uploaded it via ftp and it resolved the issue.
I think even the act of opening the edit-pages.php in wordpad/notepad changed the file somehow – even though it was saved as unicode and .php.
anyone know if this is true??I dont know. I tried uploading multiple old versions of edit-pages.php and this was the only thing I did differently this time – didnt open it before uploading…
Forum: Fixing WordPress
In reply to: cannot acces edit-pages in wp admin – jumbled codealso, do you think an upgrade to 2.9.1 would take care of this??
Forum: Fixing WordPress
In reply to: cannot acces edit-pages in wp admin – jumbled codeIs there a validator of some sort out there that i could copy/paste this code into to check it?
Still havent figured this out… seems like the fault would be in the code example above as that is just prior to the jumbled code being displayed in my wordpress admin console.
please help!
Forum: Fixing WordPress
In reply to: cannot acces edit-pages in wp admin – jumbled codeWhen i access the pages, edit section of the wp admin i see the following:
post_type == ‘attachment’ ) { if ( ! wp_delete_attachment($post_id_del) ) wp_die( __(‘Error in deleting…’) ); } else { if ( !wp_delete_post($post_id_del) ) wp_die( __(‘Error in deleting…’) ); } $deleted++; } } break; case ‘edit’: if ( isset($_GET[‘post’])
it carries along like that for a good long while.
so when i look at the edit-pages.php file to see if I can find where the code starts it looks like this:
if ( $post_del->post_type ==
does $post_del-> before post_type == look like proper syntax? is there an error here that would cause the rest of the file to appear when I try to access the pages, edit section of the wp admin console?
Thanks!
Forum: Fixing WordPress
In reply to: Static pages broken – Help!looked at page.php through wp admin and saw the question mark diamond wingdings… deleted all that and copied/pasted in backup code. fixed it.
Forum: Fixing WordPress
In reply to: Static pages broken – Help!Also, when you are at the main page:
http://www.manifestvegan.com
you can see the posts just fine.But, when you scroll to the bottom and click “Older Posts” you get a 404… http://www.manifestvegan.com/page/2/
Hopefully this helps…
Thanks!