phpinder
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: /wp-admin/upload.php NOT workingyup I realized really quick what it took out… the ability to edit posts. I will be looking into the last few plugins I have installed though, and contiue trouble shooting now that I know where and what to work with.
Forum: Fixing WordPress
In reply to: /wp-admin/upload.php NOT workingGot it!!!!
it was the do_action(‘admin_print_scripts’); line. It makes me wonder though if that will cause something else to not work down the line. Ah well this problem is fixed and I will cross that bridge if it comes to itI also upped the memory limit to, that was something I had done before but I guess new file didnt get backed up afterwards
Thanks apljdi & esmi for your help!
Forum: Fixing WordPress
In reply to: /wp-admin/upload.php NOT workingI looked at the tables in phpadmin and I didnt see any thing that said a table needed to be repaired.
Here is the pastbin link to my header.php file: http://wordpress.pastebin.ca/1792158
Im lost as to how the theme’s header file deals with WordPress’s upload.php file though.
Forum: Fixing WordPress
In reply to: /wp-admin/upload.php NOT workingEsmi: How would I try to repair the database?
Apljdi: When the page loads, its a white blank page. When I look at the source, it shows :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US" xmlns:fb="http://www.facebook.com/2008/fbml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Media Library ‹ Santa Fe Sentinel — WordPress</title> <script type="text/javascript"> //<![CDATA[ addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}}; var userSettings = {'url':'/','uid':'13','time':'1265744619'}; var ajaxurl = 'http://santafesentinel.org/wp-admin/admin-ajax.php', pagenow = 'upload', adminpage = 'upload-php', thousandsSeparator = ',', decimalPoint = '.'; //]]> </script> <link rel='stylesheet' href='http://santafesentinel.org/wp-admin/load-styles.php?c=1&dir=ltr&load=global,wp-admin&ver=4198bec071152ccaf39ba26fd81dcd63' type='text/css' media='all' /> <link rel='stylesheet' id='thickbox-css' href='http://santafesentinel.org/wp-includes/js/thickbox/thickbox.css?ver=20090514' type='text/css' media='all' /> <link rel='stylesheet' id='tweeter_css-css' href='http://santafesentinel.org/wp-content/plugins/tweeter-a-twitter-widget/styles.css?ver=1.0.0' type='text/css' media='screen' /> <link rel='stylesheet' id='colors-css' href='http://santafesentinel.org/wp-admin/css/colors-classic.css?ver=20091217' type='text/css' media='all' /> <!--[if lte IE 7]> <link rel='stylesheet' id='ie-css' href='http://santafesentinel.org/wp-admin/css/ie.css?ver=20091217' type='text/css' media='all' /> <![endif]-->So I guess its only partly loading
Forum: Fixing WordPress
In reply to: /wp-admin/upload.php NOT workingYes, I just tryed that and its still giving me a blank page.