RockSolid Design
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Duplicate WordPress Site on Same ServerYes, you will need to change the SITE and HOME URL. Look here for several options on how to change the SITE and HOME URL:
http://codex.ww.wp.xz.cn/Changing_The_Site_URLThe steps will be the same indeed for creating a duplicate version of your site.
Forum: Fixing WordPress
In reply to: Fatal Error on log inIf youre on shared hosting, you probably won´t have access to this file. Try option 2 first, if that don´t work contact your host and ask them about the Memory limit in the php.ini file and if you can increase it.
Forum: Fixing WordPress
In reply to: Fatal Error on log in1. If you have access to your PHP.ini file, add this line in PHP.ini
If your line shows 32M try 64M. If your line shows 64M try 128M:
memory_limit = 64M ;2. Try adding this line to your wp-config.php file.
If your line shows 32M try 64M. If your line shows 64M try 128M:
define(‘WP_MEMORY_LIMIT’, ’64M’);Forum: Fixing WordPress
In reply to: Fatal Error on log inI think you forgot the screenshot …
And what´s the URL of the website?
Forum: Fixing WordPress
In reply to: page looks uglyI know, I´m Dutch too 🙂 Problem is webhosting is not KPN´s core business, just a side service they offer so no priority on updates.
After running some tests it looks like your website is responding quite normal, it just takes a long time to get a response from the server with an average of 23 secs. Sometimes it won´t even connect at all.
Try using tools.pingdom.com/fpt/ or gtmetrix.com to test it yourself.
I would still recommend change hosts.
If you want to be sure you can try to disable all plugins you have activated to see if that would make a difference. (including woocommerce)
Forum: Fixing WordPress
In reply to: page looks uglyI don´t think you should downgrade because your host has outdated software. Ever. Leave and find a professional host who respects themselves and their customers.
That being said, try enabling WP debugging to find any clues on what is causing the white page.
1. create debug.log in wp-content folder
2. Set permission on 777
3. Add this code to wp-config.php:// Enable Debug logging to the /wp-content/debug.log file
define(‘WP_DEBUG_LOG’, true);Look here for meer info: http://codex.ww.wp.xz.cn/Debugging_in_WordPress
You can also try enablr PHP errors in htaccess:
# Displaying PHP errors
php_flag display_errors onForum: Fixing WordPress
In reply to: Can not log in to control panelSee here on how to perform a (manual) backup: http://codex.ww.wp.xz.cn/WordPress_Backups
Also I shouldn´t worry too much about why it´s not working, but just keep your site updated, this will prevent issues like this and keep your site secure.
You can also update your site manually through FTP. Be sure to also check for an updated version of your theme which is compatible with the current WP version.
Forum: Fixing WordPress
In reply to: Problem with dashboard– If you have a .htaccess file, try disable it to see if that fxes the problem.
– Try a different browser
– Try setting the file permissions in the wp-admin folder all to 755 then check to see if that helped. After that set it back to 666 again.Forum: Fixing WordPress
In reply to: Can not log in to control panelYour WP version is heavily outdated. Trry updating your wordpress and theme. This will probably solve the issue.
Also try installing a anti-spam plugin like Askimet to prevent spambots from posting messages.
Forum: Fixing WordPress
In reply to: Problem with dashboardDid you move your WP installation from another domain/server? Did it work before? What did you change when this happened?
Forum: Fixing WordPress
In reply to: how to translate some buttonsYou need to load the theme .po and .mo files. This can be done in the plugin settings page. Please refer to the documentation for specific instructions.
Forum: Fixing WordPress
In reply to: how to translate some buttonsLook if you can find a folder in the theme directory called “language”. You can edit the .po file with PoEdit for example.
An easier method would be to use a translation plugin, “Codestyling Localization” for example.
Forum: Fixing WordPress
In reply to: page looks uglyCool, I´m glad that worked.
As for the cosmofix.nl, go to http://dnscheck.pingdom.com/ and enter cosmofix.nl. It will tell you that no Name Servers are found, causing the website not to show up.
You need to fix this by login to your where you domainname is parked and enter the name servers from your host. If you don´t know what the name servers are just ask your host. If the domainname is parked with your host, you can also ask them to do it for you, most will do this for you.
Please note that it can take up to a few hours for your website to show up after you entered the correct name servers.
Forum: Fixing WordPress
In reply to: page looks uglyAre you sure the domain http://www.cosmofix.nl is setup correctly? Meaning it is pointing to your host with the correct DNS. Because the domain itself seems to be offline… Not a WP issue.
Second, you will want to do a proper migration of the development site on hetistijdvoorhelderheid.nl/cosmofix-wordpress to http://www.cosmofix.nl. A guide on how to do this can be found here: http://codex.ww.wp.xz.cn/Moving_WordPress
When you copied the whole installation back to hetistijdvoorhelderheid.nl/cosmofix-wordpress you probably did not update the old URL´s and the serialized PHP strings got messed up. This is why your site looks ´messy´ now. On the moving wordpress codex, click on the link to the search and replace tool. Upload that on your development site and run it. Replace “cosmofix.nl” with “hetistijdvoorhelderheid.nl/cosmofix-wordpress”. This should fix you dev site.
Forum: Fixing WordPress
In reply to: page looks uglyIt looks like the DNS is still pointing to the new host. You said you reverted back to your old host, but have you also changed the DNS of the domain back to the DNS of your old host?
http://www.hetistijdvoorhelderheid.nl/ is working correctly now it seems.