BostonWordpress
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How do you install theme after it's downloadedEasy way: Admin -> Appearance -> Themes -> Upload
Difficult Way: Go to you server. then go to (/wp-content/themes/)
upload the folder of the template there unzip it and go to your Admin panel in WP press
activate.Thats it.
Try downloading WordPress again and delete then replace your copies of everything except the
wp-config.phpfile and the /wp-content/ directory with fresh copies from the download.Forum: Themes and Templates
In reply to: Replacing defunct theme with new themeJust revert back to your previous theme.
http://codex.ww.wp.xz.cn/Theme_SwitchingForum: Installing WordPress
In reply to: getting warnings and cant access back-endfunction.php has nothing to do with permissions.
It could be your /tmp direcotry and you can chmod (rwxr-xr-x) that will set the permissions to 755. But it also looks like you may have some plugin issues.
Forum: Installing WordPress
In reply to: Where to find MySQL?No the “MySQL database” is not located in the public_html folder. Its a separate server outside of any html or php files. If you are on a shared hosting you need to ask them how to access your MySQL. It could very well be in your cpanel somewhere.
Forum: Fixing WordPress
In reply to: Can Plugin be used on domain signed-up with wordpress.com?Looks like your site is hosted in wordpress.com servers and you are limited on what you can do as far as plugins or template changes.
If you want to upload plugins you need you get you own server.
Forum: Installing WordPress
In reply to: getting warnings and cant access back-endYour server needs its PHP SESSIONS configuring by your host – it seems the directory where sessions are stored may have incorrect permissions set.
Forum: Installing WordPress
In reply to: Moving from WordPress.comHere is a very detailed explanation on how to install WordPress:
http://codex.ww.wp.xz.cn/Installing_WordPressForum: Fixing WordPress
In reply to: Can't upload images after upgrading to 3.3Its defiantly a file permission issue within your wp-uploads directory.
Forum: Installing WordPress
In reply to: Moving from WordPress.comYou need to download wordpress
http://ww.wp.xz.cn/download/
Then upload all files thorough FTP to your root directory. After all files have been uploaded point your browser to install.phpForum: Themes and Templates
In reply to: Twenty-Ten child theme header images brokenIs that page in a different template?
Forum: Installing WordPress
In reply to: Upgrade and site now downLike esmi said I would re-uploading new files & folders …that should take care of it unless its a database issue.
Forum: Installing WordPress
In reply to: installlation errorForum: Installing WordPress
In reply to: 1&1 install 404 errorNot sure how your server is setup but you can try this link for all php versions
http://php.net/releases/index.phpForum: Installing WordPress
In reply to: 1&1 install 404 errorThe issue with 1&1 is that php version is outdated so WP wont run the install. You need to add some hacks in your root folder like php.ini or htaccess so it bypasses it.