leobdmg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Urgent Help: debugging admin sideB) Replace the wp-admin and wp-includes folders from a fresh download of WP3.4.2 using FTP or your host provide File Manager (do not overwrite any website folder’s root files or the folder wp-content (for now))
Done. have this error message:
Notice: add_custom_background is deprecated since version 3.4! Use add_theme_support( ‘custom-background’, $args ) instead. in /var/www/html/perfectdives/wp-includes/functions.php on line 2638 Fatal error: Call to undefined function locate_template() in /var/www/html/perfectdives/wp-includes/general-template.php on line 128here is the line 2638
function _deprecated_function( $function, $version, $replacement = null ) {
do_action( ‘deprecated_function_run’, $function, $replacement, $version );
// Allow plugin to filter the output error trigger
if ( WP_DEBUG && apply_filters( ‘deprecated_function_trigger_error’, true ) ) {
if ( ! is_null($replacement) )
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s! Use %3$s instead.’), $function, $version, $replacement ) );
else
trigger_error( sprintf( __(‘%1$s is deprecated since version %2$s with no alternative available.’), $function, $version ) );
}
}Forum: Fixing WordPress
In reply to: Urgent: Notice: Undefined property: stdClass::$all_itemscan i have a solution on how to solve this?
Forum: Fixing WordPress
In reply to: Urgent Help: debugging admin sideNotice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Notice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Notice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Notice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Notice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Notice: Undefined property: stdClass::$all_items in /var/www/html/perfectdives/wp-admin/menu.php on line 142 Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 421488 bytes) in /var/www/html/perfectdives/wp-admin/index.php on line 14
Forum: Fixing WordPress
In reply to: blank page on admin sideI transfered the files from hostgator to amazon server
Can we safely assume this is not a backup issue?
yes this is not a backup issue. ive tried also browsing in different browser and clearing the cache but still its not working
Forum: Fixing WordPress
In reply to: blank page on admin sideive tried the last option and still it didnt work. is it ok to install new wordpress on different folder and point the database on the existing that we have. if yes what are the risk that could happen?
Forum: Fixing WordPress
In reply to: blank page on admin side– deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
-i already did but still. it didnt work.– switching to the Twenty Eleven theme to rule out any theme-specific problems.
– i tried and still it didnt work.– resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
-i tried and it didnt work as well.– re-uploading the wp-admin and wp-includes folders from a fresh download of WordPress.
– will try thisany other options
Forum: Fixing WordPress
In reply to: Pages page blank after upgrading to 3.4.2me 2 i cant access the whole admin now. ive been searching and followed all the suggestion but none of them works fine with me. i did transfer my site to other server it works fine on hostgator but on amazon server admin side is not working. Please help what needs to be done to get this fix.
Forum: Fixing WordPress
In reply to: blank page on admin sideis their a way we can check why the page is displaying blank?ive been figuring out what probably the problem with the admin for 2 days now. pls help
Forum: Fixing WordPress
In reply to: blank page on admin sideyes. because it all works fine on my local.. there are some pages that work well like plugins.php. but in some pages like index.php, edit.php and others for post it doesnt.