arkgroup
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: My url isn't workingvrs,
Make sure you’ve uploaded wordpress to main website folder. You still have such address in urls:
Try to change siteurl to http://www.magniworkk.com/ using this guide:
http://codex.wordpress.org/Changing_The_Site_URLForum: Fixing WordPress
In reply to: I'm having a lot of issues with wordpress 3.1ImagineTheEnding,
If you’ve used auto-update, and if you’re not sure whether it went successfully or not, try to update it manually. For this you need to download latest wordpress and upload it into your wordpress folder on the server side (except wp-config.php, it should remains the same as it is now).
Forum: Installing WordPress
In reply to: WordPress, Installatron or Host issue ?e-Razer,
Try to delete current wordpress from cpanel and install wordpress manually into main folder (not a subfolder). Follow this guide to do this:
http://codex.wordpress.org/Installing_WordPressForum: Installing WordPress
In reply to: Problem updating t0 3.1Ken,
You may fix it by increasing memory_limit for php to 64M. Contact hosting support if you’re not sure how to increase it for your website. Also, you may need to update manually if auto-update will fail. For this you just need to download latest wordpress and upload all the default files (except wp-config.php) to your wordpress directory on server.
Forum: Fixing WordPress
In reply to: Stop SpamSteve,
You’re probably have the same thread and I already answered there. May be not, anyway the solution is to install any captcha onto your contact form. It will prevent spam.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 Spam ProtectionSteve,
I don’t know what contact form 7 is, but the solution is very common. Try to install any captcha on it.
Forum: Fixing WordPress
In reply to: App installationaouellet,
Try to increase max_execution_time for php to 300 and then reinstall.
Contact hosting support if you’re not sure how to increase max_execution_time for your website.Forum: Installing WordPress
In reply to: Problem installingWP 3.1 mannuallyreazon1n1,
without uploading the wp-config files how can i start the installation?? i tried doing this way too, but didnt work 🙁 🙁 🙁
Why it didn’t work? Have you received any error message? There’s no need to edit wp-config.php file manually, because wordpress is able to create it automatically, and I guess, it worked that way with 000webhost.
Forum: Installing WordPress
In reply to: Internal Server Error after upgrading to 3.1izzetta,
I agree with some points above, you should check:
1. Files permissions and ownership
2. .htaccess file of your blog.
3. May be there’re is a need to reupload default wordpress files.
4. Contact hosting support if all the above is ok, so they could check for server errors.Forum: Installing WordPress
In reply to: Problem installing WP 3.1 in phpMyAdmin 2.11.4reazon1n1,
The same answer as in your other thread:
WordPress should work fine with 000webhost. Try to re-upload all the wordpress files without wp-config.php file. Re-create database, database username and password for it. Access wordpress and follow the installation guide. Use database server from your 000webhost dashboard instead of localhost.
There’s nothing you need to do with phpmyadmin there.
Forum: Installing WordPress
In reply to: Problem installingWP 3.1 mannuallyreazon1n1,
WordPress should work fine with 000webhost. Try to re-upload all the wordpress files without wp-config.php file. Re-create database, database username and password for it. Access wordpress and follow the installation guide. Use database server from your 000webhost dashboard instead of localhost.
Forum: Installing WordPress
In reply to: instalzamroni sidik,
To install wordpress you need a hosting account and a domain name. Once you have both, follow this guide:
http://codex.wordpress.org/Installing_WordPressForum: Installing WordPress
In reply to: trouble with config & admin files – for arvixe hostinglijinjohn,
Config file has no html inside. Please provide more info about the problem. Are you able to run wordpress install?
Forum: Installing WordPress
In reply to: dashboard buttons disappearrevrockrohr,
Contact bluehost through chat and let them reproduce the problem, may be they will fix it. This is a kind of problem when you should reproduce it first. Meanwhile try to clear your browser cache and access your website again.
I also suggest to open the source of the page from your browser and check paths for those images. Make sure it’s correct and you can access those files using the path.
Forum: Installing WordPress
In reply to: Allowed memory size on install???2wuck,
If you still see that error message, then ini_set isn’t working. 32M should be enough for initial installation. I suggested 64M to eliminate the problem in the future. You probably will use custom theme and additional plug-ins, and that could require more memory.