benkepes
Forum Replies Created
-
Forum: Installing WordPress
In reply to: restoring wp db to local sqlsorted now – but I’ve seen somewhere a hack to allow both localhost and hosted db’s from the same db (ie it’ll default to local host when it sees it – otherwise hosted db)
any idea where I can find that hack?
cheers
Forum: Fixing WordPress
In reply to: Setting up a development / testing environmentok – sorted – go to wp_options in phpmyadmin/wordpress change site url and home to http://localhost/wordpress
that should work
Forum: Installing WordPress
In reply to: restoring wp db to local sqlso now I can login and see dashboard and posts etc – but when I click on “visit site” it takes me to localhost/wordpress and a blank page
strange?
Forum: Installing WordPress
In reply to: restoring wp db to local sqlso…
wp-config.php reads as follows
<?php
// ** MySQL settings ** //
// ** MySQL settings ** //
define(’DB_NAME’, ‘wordpress’); // The name of the database
define(’DB_USER’, ‘root’); // Your MySQL username
define(’DB_PASSWORD’, ”); // …and password (needs to be empty, just for local install)
define(’DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
define(‘WP_HOME’, ‘http://localhost/wordpress’);define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>i have also changed “siteurl” and “home” in the database table “wp_options” to http://localhost/wordpress
in phpmyadmin i can see the db and have done some queries and the db looks finelocalhost/wordpress returns an “error establishing a db connection”
any more ideas?
Forum: Fixing WordPress
In reply to: Setting up a development / testing environment2.5.1 doesn’t seem to have wpincludes/options so it seems the hack is broken for 2.5.1
any other ideas???????????
Forum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadyep – deleted and re ftp’d wp-admin and that fixed it
cheers!
Forum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadthat’s what I don’t get
which of the wp files would be corrupted to give me what appears on my screen????
Forum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadscreen shots of old and new
http://diversity.net.nz/old.jpg
http://diversity.net.nz/2.3.2.jpgForum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadtgiokdi – that didn’t help – i still get no buttons like in previous versions that allow link to page/file/none
Handysolo – not sure which version i went from sorry
Forum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadThat’s where they’re stored but what happened to the previous versions simple “link to thumbnail/file/page” option on image downloads – that was better, simpler and quicker
ideas anyone?
Forum: Fixing WordPress
In reply to: 2.3.2 problems with image uploadOn further investigation it seems that WP is automatically assigning a URL to the image that is the url for the uploader, not for the image folder
Make sense???