arkgroup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Visual editor not working ? I may have a solutionOdo,
Check permissions and ownership of your files. Permissions should be 755 for folders and 644 for files. Also try to clear your browser cache and access website again. If the problem remains, try to contact hosting support, this could be some sort of server problem.
Forum: Installing WordPress
In reply to: wp-config……Yea, that was my mistake today, sorry. wp-config.php will be created automatically by wordpress during the installation process, or you need to upload it with correct database info and continue the installation.
Forum: Fixing WordPress
In reply to: WordPress Form Navigationsureshraina,
You may process info at somelink.php and instantly redirect to any other page or you may use asynchronous AJAX to stay at the same page and process the info using some other file.
Forum: Everything else WordPress
In reply to: WP Memory limit questionJaja,
Memory limit is related to PHP. You need to access php.ini file and change memory_limit directive to any value you need, for example 64M. Sometimes php.ini is unavailable for some hosts, however there are few other methods to increase this value, for example .htaccess file or vhost.conf if you have Plesk panel.
Forum: Installing WordPress
In reply to: www. (mysite).com/wp-admin/install.phpVesajohn,
First of all, sorry, I made a little mistake about renaming file.
Actually automatic installation is very simple. I’ve done it hundreds of times of different versions.So, you need to upload all the files and run http://www.nordiccuisinefocus.com/
You’ll be redirected to installation wizard http://www.nordiccuisinefocus.com/wp-admin/install.phpNow the response you’ve got. That’s normal response from installation wizard. At this point you need to Click on Create Configuration File link. Click Let’s go at the second page. Fill in all the database information and click Submit to proceed. You’ll need to fill in other information like blog title, username and password for your blog, email. Click next to finish the installation. It should work. If you’ll have troubles with database info, wordpress will tell you. If it will not create a wp-config.php file, in this case you may create it manually, but you should insert correct database info there. Concentrate on automatic installation.
Forum: Installing WordPress
In reply to: wp-config……sculpinto,
During the installation you don’t need to modify wp-sample-config.php file. You need to rename it on your local computer to wp-config.php file and upload it to server along with the sample. Set write (777) permissions for wp-config.php and then access your wordpress. You’ll see installation wizard, just follow the instructions on the screen. Once installed change permissions of wp-config.php back to 644 (or 444).
Forum: Installing WordPress
In reply to: 403 Forbidden?thebucketeffect,
It’s not about database user privileges.
Try to check permissions for /wp/wp-admin/ folder first. If it’s ok, then just cntact your hosting support. It could be server stuff, like mod_security or suhosin.
Forum: Installing WordPress
In reply to: www. (mysite).com/wp-admin/install.phpForget about wp-sample-config.php, wp-config.php and the most important about editing them with notepad.
It looks like this installation is a little complicated for you, because you’re not familiar with databases.
Step 1. Delete wordpress from the server.
Step 2. Download wordpress from wordpress.org
Step 3. Unzip it on your local computer.
Step 4. Upload it to server.
Step 5. Rename wp-sample-config.php to wp-config.php on your local computer
Step 6. Upload wp-config.php to server
Step 7. Set write (777) permissions for wp-config.php
Step 8. Create database, database username, password for your username in your hosting control panel (Could be cPanel, Plesk, H-Sphere, DirectAdmin, ISP Manager or other).
Step 9. Access your website using http://you-domain.com/. It will redirect you to installation wizard.
Step 10. Type blog name, email, and database info you got in Step 8. Follow other instructions. WordPress should be installed then.
Step 11. After installation change permissions of wp-config.php back to 644 (or 444).If you’ll have more troubles doing those steps, just contact me by email arthur.riskal@arkgroup.org and I’ll check it myself, if you want.
Forum: Installing WordPress
In reply to: Blank Pageoritzio,
Try to delete wp-config.php, and wp-config-sample.php from the server. Then upload wp-config-sample.php (without any modifications). Then rename wp-config-sample.php on your local computer to wp-config.php and upload to server. Make sure wp-config.php has write (777) permissions. Then access your website like: http://your-domain.com/wordpress/ or if you have it in the root folder, then http://your-domain.com/
Follow the steps on the screen then.
Once installed, set 644 (or 444) permissions for your wp-config.php file.
Forum: Installing WordPress
In reply to: www. (mysite).com/wp-admin/install.phpVesajohn,
Try to delete wp-config.php, wp-config.php.php and wp-config-sample.php from the server. Then upload wp-config-sample.php. Then rename wp-config-sample.php on your local computer to wp-config.php and upload to server. Then access http://www.nordiccuisinefocus.com/
Follow the steps on the screen then.
Forum: Installing WordPress
In reply to: www. (mysite).com/wp-admin/install.phpVesajohn,
Could you specify the initial error or provide your domain name?
define(‘DB_NAME’, ”); – is a database name
define(‘DB_USER’, ”); – username for your database
define(‘DB_PASSWORD’, ”); – password for your username
define(‘DB_HOST’, ‘localhost’); – database server name (usually localhost)You should see all the database info when creating a new database in your hosting control panel.
You may change wp-config.php manually on your local computer and upload it to server, or you may run http://your-domain/ and follow the instructions on your screen.
Forum: Installing WordPress
In reply to: Updating WordPress 3.1 – Syntax ErrorLooks like update went wrong. Download wordpress 3.1. Unzip in on your local computer and upload all the files to wordpress directory. Let Filezilla (or any other ftp client) to upload all the files, because even if the file already exist it could be damages like cache.php was.
Forum: Installing WordPress
In reply to: New Site – New WordPress InstallationJaffasoft,
This is probably DNS propagation issue. You should wait at least 24 hours and test again. To check it, open http://who.is/ and type your domain name there, then try to check for DNS records. If there are no records yet, or they are different than should be, then probably DNS propagation is not finished yet.
Forum: Installing WordPress
In reply to: Cannot get into Localhostlilyvine,
DB_HOST should be localhost for MAMP. For more information check this article:
http://codex.wordpress.org/Installing_WordPress_Locally_on_Your_Mac_With_MAMP
Forum: Installing WordPress
In reply to: Updating WordPress 3.1 – Syntax Errorjanechenyj,
Try to re-upload cache.php file manually and access your website again.