mephesto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateWell my problem is still here… I have disabled all the plugins…
Is there any way possible to get good support on this product besides this forum?
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed update*bump
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateWhen I upload the version 2.7.1 wp-admin original files back to my website the admin panel is party functional again. Some parts still dont work good but at least for my website visitors the problem isnt visible at that moment for as far as i can see.
Still I dont want to be using older version php files, i want to be up-to-date. Any help would be geat.
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateI’m not hosted through GoDaddy, there’s a lot of posts around already with the same sort of problems so its something within the 2.8 version upgrade that is not good.
Forum: Fixing WordPress
In reply to: Posts all gone with 2.8!how?
Forum: Installing WordPress
In reply to: Latest wordpress update: 18 hours on and site still down – help?your site works when i access it ??
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateHi esmi,
I just renamed 3 folders and 2 files with a .old extension. Thats all I had in the plugin folder. Still the same message which to me implies this is not a plugin problem?
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateFor all your convenience:
Here’s whats at line 118 inside the menu-header.php file:
if ( ( file_exists(WP_PLUGIN_DIR . "/{$sub_item[2]}") && ('index.php' != $sub_item[2]) ) || ! empty($menu_hook) ) { // If admin.php is the current page or if the parent exists as a file in the plugins or admin dir $parent_exists = (!$admin_is_parent && file_exists(WP_PLUGIN_DIR . "/{$item[2]}") && !is_dir(WP_PLUGIN_DIR . "/{$item[2]}") ) || file_exists($item[2]); if ( $parent_exists ) echo "<li$class><a href='{$item[2]}?page={$sub_item[2]}'$class$tabindex>{$sub_item[0]}</a></li>"; elseif ( 'admin.php' == $pagenow || !$parent_exists ) echo "<li$class><a href='admin.php?page={$sub_item[2]}'$class$tabindex>{$sub_item[0]}</a></li>"; else echo "<li$class><a href='{$item[2]}?page={$sub_item[2]}'$class$tabindex>{$sub_item[0]}</a></li>"; } else { echo "<li$class><a href='{$sub_item[2]}'$class$tabindex>{$sub_item[0]}</a></li>"; } } echo "</ul></div>"; } echo "</li>"; }
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateI just disabled friendly http messages in my internet browser settings.
Here’s the exact error message:
PHP Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(D:\www\m\s\u\msuc.nl\public_html/wp-content/plugins/edit-tags.php?taxonomy=post_tag) is not within the allowed path(s): (D:\www\;c:\php5\pear;c:\windows\temp;) in D:\www\m\s\u\msuc.nl\public_html\wp-admin\menu-header.php on line 118
Forum: Fixing WordPress
In reply to: Error 500 when goto admin panel after 2.8 failed updateWhen I run wp-admin/upgrade.php it says the database has been updated already. I just noticed that the files also have been upgraded, the modified data changed as i can see within my ftp program.
I have downloaded 2.8 manually now but I’m affraid i will damage the site too much if I overwrite all files with the already updated database. Is this really the way to go?