arkgroup
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Page Not Found!hotrocks,
I suppose you’re trying to use permalinks and you have no .htaccess file. Open admin side of wordpress -> Settings -> Turn off permalinks and turn them on again. WordPress will recreate .htaccess file and you’ll see the page instead of 404 error.
Forum: Installing WordPress
In reply to: Server Not Found – HostGator Fantistico – Help!johnrapp,
It looks like your domain name pointed to wrong name servers. Contact HostGator to get correct name servers and then point your domain name using control panel of your domain name registrar.
Forum: Fixing WordPress
In reply to: 403 Forbidden Errormotasim,
Check permissions for all files and folders. Permissions for files should be 644 and for folders – 755.
Forum: Fixing WordPress
In reply to: cant add media – error 403Alexandra,
Yes, that was about chmod and chown. /uploads/ folder should have 777 permissions (sometimes 775 enough, depends on server configuration). If you have php-cgi with suphp installed, then 755 should be fine and 777 should show 500 error. Make sure you have all files chowened correctly (have correct ownership). Check out your username in control panel. It’s the same as main FTP username. Try to chown your files (if you have SSH and you know how to use it) like this:
chown -R username:username /path/to/public_html/This is strange error message, however, may be there are some tickets already exist for you. Also you may try to restart PHP for your domain from H-Sphere->Domains->Choose your domain name(or if you have only one domain name, you may not need to chose)->Click on the ON image near PHP and then click on the OFF image on the next same page.
Forum: Fixing WordPress
In reply to: HELP! Blog is Down and Can't Get UP!Lisa,
All you have to do is to upload all the wordpress files back, create wp-config.php file from wp-samle-config.php file with correct database details and then change siteurl back using phpMyAdmin.
Here are some articles that will help you to accomplish this:
http://codex.wordpress.org/Installing_WordPress
Read about wp-config here.And read about changing siteurl back here:
http://codex.wordpress.org/Changing_The_Site_URLangelleye,
Make sure all the files in wordpress directory has correct ownership. If you notice different ownership, like apache or nobody, try to chown all files like:
chown -R user:user /home/user/httpdocs/
where user is your real username for that account. Then set 755 permissions for folders and 644 for files. You may need to set 777 for /uploads/.Forum: Installing WordPress
In reply to: Require_Once fatal error on installationWesDecker,
Delete wordpress from server. Download one from wordpress.org, unzip it on your local computer and upload all the files using any FTP program. Access your website then and follow the steps on the screen.
Forum: Fixing WordPress
In reply to: cant add media – error 403Alexandra,
Make sure you have correct permissions and ownership for /uploads/ folder. If ownership is wrong and you can’t change it, contact hosting support and they will help you.
Forum: Installing WordPress
In reply to: Stuck on intalationsimpy99,
Make sure you’ve uploaded it to correct directory. Usually it called public_html (or htdocs, www, domain.com).
Forum: Installing WordPress
In reply to: Bluehost SimpleScripts Installation Not Workingamp2011,
Are you sure you type correct url in your browser? Also is your domain name active?
Forum: Installing WordPress
In reply to: Moved from one server….llpoolej,
Check whether you have moved .htaccess file or not. If not, try to get it from backup and upload. If you have no .htaccess in backup, just go to admin part of wordpress->Settings->Turn off permalinks->And turn it back on. WordPress will recreate .htaccess file and all the links will work again.
Forum: Installing WordPress
In reply to: web.config – all works, except site rootPlatinummember,
Try to restart web service for this domain, then clear your browser cache and access your website again.
Forum: Installing WordPress
In reply to: Fatal Error class "wpdb" after uploading files to serverLolita,
Try to reupload all the wordpress files.
Forum: Fixing WordPress
In reply to: Erros moving wordpress to root – Please Help!!iluvpinkerton,
Warning: require_once(/home/aspire/public_html/wp-load.php) [function.require-once]: failed to open stream: No such file or directory in /home/aspire/public_html/wp-blog-header.php on line 12
Fatal error: require_once() [function.require]: Failed opening required ‘/home/aspire/public_html/wp-load.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/aspire/public_html/wp-blog-header.php on line 12
You should move all the files and subfolders from /public_html/wordpress/ to /public_html/ folder.
Forum: Fixing WordPress
In reply to: My url isn't workingvrs,
Of course it’s not. Your wordpress is somewhere on the server’s hard drive. You can see where using file manager in control panel or FTP. It should be in main website folder (like public_html). If you have wordpress in /home/ folder, then you should reinstall it manually (without one click install). To accomplish that follow the steps here:
http://codex.wordpress.org/Installing_WordPress