deemcgee
Forum Replies Created
-
Forum: Localhost Installs
In reply to: WP 3.5 Media Manager user interface not showingno I have three installs. Here is the directory structure:
c:\wamp\www\dummy\wp-admin
c:\wamp\www\test\wp-admin
c:\wamp\www\copyremotesite\here\wp-adminon the third site(copyremotesite) I have it set up where the site address is \\localhost\copyremotesite even though the WordPress install lives in the subdirectory of “here”. Each site has its own SQL database that it references.
Forum: Localhost Installs
In reply to: WP 3.5 Media Manager user interface not showingon my new local install of 3.5 on my laptop I’m using Wamp for my php and apache services. Could there be something there that is preventing the media library update from taking place?
Forum: Localhost Installs
In reply to: WP 3.5 Media Manager user interface not showingI added the following code to wp-config.php file and re-installed wp 3.5.
// Enable WP_DEBUG mode
define(‘WP_DEBUG’, true);// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);// Disable display of errors and warnings
define(‘WP_DEBUG_DISPLAY’, false);
@ini_set(‘display_errors’,0);// Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
define(‘SCRIPT_DEBUG’, true);I didn’t get any error logs. And I’m still having the same issue.
Forum: Localhost Installs
In reply to: WP 3.5 Media Manager user interface not showingThis is a mystery. I did a new install on my laptop from a fresh download of 3.5 and I have no plugins active and still have the same issue.
Forum: Localhost Installs
In reply to: WP 3.5 Media Manager user interface not showingYes, I have tried deactivating all plug ins (on the local site it was a fresh install on my laptop and I don’t have any plug in added yet, except the defaults.) I am using the default theme on the local install. I am going to download a fresh copy of wp 3.5 and do another site installation on my laptop to see if I get the same issue with a new downloaded file. (who knows maybe the first download was corrupt…but then you’d think it wouldn’t have installed at all?) I’ll let you know what the results are.
Forum: Fixing WordPress
In reply to: WP 3.5 Media Manager user interface not showingI’ve had the same problem. I have two sites and have updated both from 3.4 to 3.5 and neither site will show the new media library. I still have the old one that “lists” all my images. I’ve tried reinstalling and that didn’t work.