skibop
Forum Replies Created
-
Forum: Installing WordPress
In reply to: missing mySQL on installationwhat does your wp-config.php look like ?
Forum: Installing WordPress
In reply to: using GoDaddy to host wordpressI have no problems with GoDaddy and WordPress….whats the error message ?? Did you set up your config file correctly with username and password for the dbs and also the correct DBS Host ??
My wp-config.php file :
define(‘DB_NAME’, ‘your_DB_name’);
define(‘DB_USER’, ‘your_User_Name’);
define(‘DB_PASSWORD’, ‘your_DB_password’);
define(‘DB_HOST’, ‘mysql##.secureserver.net’);Forum: Fixing WordPress
In reply to: Error Message when in presentation/theme/theme editorAs an update to this issue, I did manage a workaround of sorts. I reasoned that the issue I was having was with the application as opposed to the theme. So I replaced the contents of the default theme with the contents of my theme directory (firefox). Although I still lack the ability to use the presentation tab in the admin screens.
Any other thoughts as to what I should be looking at ?Forum: Fixing WordPress
In reply to: Error Message when in presentation/theme/theme editorInitially I had searched that error message within the support forums here. I have looked at the fixes applied and then examined my install for any errors. I saw no permissions issues, I even changed the wp-content directory permissiona to 777 as someone suggested. Seems this is a very common issue. I have re-uploaded themes, templates ensuring the permsissions are set correctly.
Currently the site is reverting to the default style I believe, although I still can’t access the presentation tab. I re-uploaded functions.php a few times, but now I’m just wasting bandwidth. I’m almost to the point of flushing the entire site and going with something a little more stable. This hasn’t been running a month and already the application is corrupted is some manner.