2by2host
Forum Replies Created
-
Forum: Installing WordPress
In reply to: i am install the wordpress show error plese helpDefinitely a hosting provider’s issue. Ask them to check the PHP configuration for your account.
Forum: Fixing WordPress
In reply to: Missing Images on postsWhat theme are you using?
Forum: Installing WordPress
In reply to: post-installation troubleYour name servers look fine. Check your DNS zone to see if there are any unusual IP addresses there or waiting for another 24 hours might clear this up.
Forum: Fixing WordPress
In reply to: significant issuesIs it possible that account you logging in under has limited rights?
Forum: Fixing WordPress
In reply to: Moved website from web hosting pad to OSX serverCan you provide out put from these two commands run from shell on the server?
telnet localhost 3306
netstat -an|grep 3306
Forum: Installing WordPress
In reply to: Can't access newly installed blogThis can be due to incorrect file/folder permissions or a missing Options +ExecCGI directive in .htaccess file.
Forum: Fixing WordPress
In reply to: 402 Payment required errorDoes your site use InfiniteWP panel to manage WordPress? That was the only place where we saw this type of error.
What does your phpinfo tell you? Create a file info.php with this code:
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>
Then open it in a browser and see if you have mysql and mysqli sections in it.Forum: Fixing WordPress
In reply to: Memory errorCore dumps are not good as they do eat up disk space very quickly. This however can be either a server issue or a plugin. Some debugging needs to take place.
Forum: Fixing WordPress
In reply to: Install multiple templates as test in one dashbordWhat prevents you from having multiple WordPress installations on sub-domains?
Forum: Localhost Installs
In reply to: Updated MAMP & now can't get my local WordPress runningI think you now need to copy your files over from the backup. Also, check to make sure the paths are correct. Are you able to navigate the admin area without any problems?
Forum: Localhost Installs
In reply to: Updated MAMP & now can't get my local WordPress runningThe steps should be pretty simple:
From phpMyAdmin select the database then click on the “Export” tab. This will take you to the place where you can export the DB. Select the “select all” check box to make sure you are going to save all of the tables. Below you should be able to see a few formats to save in. You can do regular .sql (uncompressed) or .zip or .gz formats (compressed).Forum: Localhost Installs
In reply to: Updated MAMP & now can't get my local WordPress runningSpecifically for MAMP you should be able to access your PHPmyAdmin tool at http://localhost:8888/phpMyAdmin This might ask for logins which you could get from your wp-config.php file. From there you should be able to take a dump of the database. Another way to login would be to use root credentials. This would give you access to all databases.
Forum: Localhost Installs
In reply to: Updated MAMP & now can't get my local WordPress runningIn think case make sure you backup your database and files before a fresh install (make sure the new version is the same as the one you currently have) then try to re-import your DB. This is something a developer would be able to help with.
Our apologies!!! Got too carried away 😉