arkgroup
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminThanks, I haven’t met anything like this before. I’ll google this for more information, because suphp should not cause troubles by itself.
Forum: Installing WordPress
In reply to: WP/MAMP newbierodmacintosh,
To open worpress locally, you should turn MAMP on and then access it with Safari like:
http://127.0.0.1/Forum: Installing WordPress
In reply to: PHP5 and .htaccess filesLiz,
If it strictly requires php5 and workaround with .htaccess is 100% not working, then you should get another hosting package with php5 installed.
Such hosting services as 1 and 1 probably has few old servers with old software, so either you already host your website there for a long time, either it’s a bad luck.
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminMay be we have resolved another error. Is there anything else in access or error logs?
You should contact hosting support, let them check their system stuff.
Forum: Installing WordPress
In reply to: Cant install wp on addon domains?May be it’s some kind of restriction of autoinstaller. Or may be there os a workaround, I just don’t know for sure. You are always able to install wordpress manually and it’s not hard at all:
1. Download wordpress from http://wordpress.org/
2. Unzip it on your local computer.
3. Upload all the files using FTP to root directory of your other domain name.
4. Create a database and database username with password from your hosting control panel.
5. Access http://your-domain.com/ and follow the instructions. The main thing you’ll need to do is to type database info into appropriate fields. You got database info at step 4.Forum: Installing WordPress
In reply to: Im begging for installation helpJust drag and drop local file to server side part of the window using mouse.
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminThere’s no relation between DirectAdmin and wordpress. DirectAdmin is a popular hosting control panel. It installs default error pages for every username and if you for example get 404 error, directadmin simply shows 404.shtml in your browser.
Forum: Installing WordPress
In reply to: Cant install wp on addon domains?ladymoura,
You’re trying to install wp to some directory that already has some files inside. Check that directory via file manager.
Forum: Installing WordPress
In reply to: Can't install 3.1gavpedz,
It looks like a connection problem, probably server is a bit overloaded. Try to delete wordpress files and upload again.
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminAlmost forgot, permissions for error pages files like 401.shtml etc, should be also 755. You may set permissions with FileZilla or FileManager in control panel
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminHere is info about error pages:
http://www.site-helper.com/misc.html#404I’ve made an archive with default error pages for DirectAdmin.
http://rapidshare.com/files/451400048/default_error_pages.rarTry to upload it to /home/domain-name/public_html/ and access your site then.
Permissions for files should be 644, permissions for folders should be 755. /upload/ folder may need 777 permissions.
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminraasm007,
Looks like you have DirectAdmin and it requires such files as 400.shtml, 401.shtml,403.shtml,404.shtml,500.shtml to be present at root. You may create your own files, but they should be more than 512 bytes, as I remember. I’ll post a link with default files for you in few minutes.
Forum: Fixing WordPress
In reply to: help ! Internal Server ErrorUsername has not enough privileges to see above /htdocs/. If you were able to see it before, then it’s permissions/ownership problem. Contact your hosting support, they has full access to server and will fix it fast.
Forum: Installing WordPress
In reply to: 500 Internal Server Error on wp-adminIt could be mod_security issue, and you should contact hosting support to check it out. Mod_security is an add-on for webserver.
If renaming of .htaccess did not help, then it’s not htaccess.
You may also check permissions and ownership of your files and folders if you know how to do it. If not, hosting support will probably do it also.
You may also check logs. There could be more information about error.
Forum: Fixing WordPress
In reply to: Always error 404Have you changed DNS records for site2 domain name recently? Or have you moved your site2 to this hosting recently?
Usually it’s possible to turn on and off php for different domains in hosting control panels like cpanel, plesk or any other. If php works for site1, it doesn’t mean if works for site2. Make sure you have PHP enabled for site2. If it’s ON, then try to turn it OFF and then ON again.
You may also try to create simple php file and place it into wordpress or root directory:
<? phpinfo(); ?>Try to access the file with your browser and you’ll see whether php works or not. Make sure you are uploading to correct directory.