dubyah
Forum Replies Created
-
Forum: Plugins
In reply to: Integrating Simple PHP Gallery (WP 1.5)I’m getting close… got the gallery part working, but I’m stuck on integrating into my theme.
If anyone can help point me in the right direction, I’ll write up the full method into an idiots guide for adding a gallery to help others.
reply from ISP identified an issue, that I don’t understand… but is solved by only using the primary mySQL user and ‘DB_HOST’ set to just the IP addr (no http://)
this is with UK based ISP “Fasthosts.co.uk” – thought this may help someone else one day.
I have a clean install of 1.5.1 and wp-config as:
define(‘DB_NAME’, ‘pennyblogdb’); // The name of the database
define(‘DB_USER’, ‘bloguser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this valuethe blog addr is http://www.penny4yathoughts.com
error message:
Fatal error: Call to undefined function: get_bloginfo() in /home/fhlinux201/p/penny4yathoughts.com/user/htdocs/wp-includes/wp-db.php on line 304the mysql server info (from ISP) is as follows:
DBNAME:pennyblogdb
ServerName:mysql228
IP Addr:213.171.218.228tried changing localhost to http://mysql228.fasthost.co.uk and http://213.171.218.228 same error.
any ideas?