arkgroup
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Secondary Domain name on one host, 2 WP installsnaviathan,
Check error log for both sites. You’ll see more info about error there. It could be a lot of stuff, like .htaccess, php, some php modules failure, permissions and ownership. Check logs and you’ll see the cause.
Forum: Installing WordPress
In reply to: Can't install… Just error page.goldenbible,
Seems to be fixed. Continue with the installation:
https://skiing-tips-and-tricks.com/wordpress/wp-admin/install.php
Forum: Installing WordPress
In reply to: wordpress causing system hang?stanton1,
You should check out logs to see the exact cause of system crash.
Forum: Installing WordPress
In reply to: Permission problem on 3.1.1 automatic update (Windows server)cdarling,
Check out the error message, it’s probably has info about what folder needs more permissions. Try to set Write permissions on that folder, if possible. If not possible, try to contact hosting support and ask them to do it. If they refuse, you need to update it manually.
Forum: Installing WordPress
In reply to: Server move and a super slow siteTrevor,
Have you changed DNS for your domain? If not, and if you use the same siteurl, then probably wordpress redirects to old server.
Forum: Installing WordPress
In reply to: Can't install… Just error page.goldenbible,
This is 99% wrong database info in wp-config.php. Check it out, you need to use mysql[number].000webhost.com instead of localhost, where [number] is the number of server. You can see correct mysql server name at your 000webhost hosting account’s dashboard.
Forum: Installing WordPress
In reply to: installation problemparvezp,
In order to see error instead of just a blank page, turn on display_errors in php.ini file and access wordpress again.
Forum: Installing WordPress
In reply to: I am having an issue with the installation, help needed ASAPdrivensoft,
Try to reupload all the wordpress files and then install again.
Forum: Installing WordPress
In reply to: I'm trying to install wordpress on localhost (using XAMPP)SandySynaptik,
Edit php.ini file. Look for such line:
display_errors Off
Change this line to:
display_errors On
And then access that link again. You’ll see exact error. You may post it here.
Forum: Installing WordPress
In reply to: CANY GET TO ADMIN ON WPSWANY123,
https://who.is/whois/thebootcampguru.com/
Name Servers:
ns01.one.com
ns02.one.comYou should point your domain name to host gator first. Contact hostgator and get their name servers, then access your domain name control panel and set those name servers there.
Forum: Installing WordPress
In reply to: I'm trying to install wordpress on localhost (using XAMPP)dmartu,
Very helpful! You rock.
SandySynaptik
Access phpMyAdmin, you’ll be able to create database there. Then you’ll need to type database name you create, username and password from phpMyAdmin as database username and password. Database server should remain localhost.
Forum: Installing WordPress
In reply to: Canot get past Login ScreenRick,
Create a ticket. This a kind of problem you need to reproduce. Provide steps to reproduce the problem there. Ask support to check error logs too. You’ll get an answer in 24 hours. Do not add more info to ticket before you get a reply, or ticket goes down the list.
Arthur, ex ixweb support.
Forum: Fixing WordPress
In reply to: Change my site name in settingslindabolte,
Please read this article about changing siteurl:
https://codex.www.ads-software.com/Changing_The_Site_URLForum: Fixing WordPress
In reply to: WordPress installed, Now what??Jacob,
You need to get web hosting account and a domain name first. Then you’ll be able to transfer all the files via FTP and import database with phpMyAdmin. Or you may just re-install wordpress there and configure it the same as you have on your local computer.
Forum: Installing WordPress
In reply to: Nothing showing after Uploading WPggatzke,
Make sure your template compatible with latest wordpress.
Download latest wordpress from www.ads-software.com, unzip in on your local computer and re-upload all the default wordpress files to your hosting account. Let Filezilla (or any FTP program you use) to overwrite default files.