Forum Replies Created

Viewing 15 replies - 46 through 60 (of 62 total)
  • muddg

    (@muddg)

    So just to clarify it for you. The content on your WordPress.com blog will not automatically appear in your GoDaddy installation. You have to move your content over to Godaddy. Start with this article.

    muddg

    (@muddg)

    When you say “nexus template” has problems, can you supply more info?

    As to links, it is probably a case of URL’s are still pointing to the old domain name. They need to be converted. There are plugins that will do that. I cannot recommend a specific plugin but this article (point number 5) recommends the Search and Replace Plugin.

    There is a suggestion I can make that might resolve a lot of issues but it would require access to the old domain. Is your old domain still active or has it expired? And where is your website hosted? The old and the new?

    Forum: Installing WordPress
    In reply to: Database host
    muddg

    (@muddg)

    Who is hosting your website?

    muddg

    (@muddg)

    Did you solve this problem?

    muddg

    (@muddg)

    I see no one has responded to your week old query so I’ll give you my take on your problem. I hesitate because I am not using WAMP.

    I think it highly likely to be a permission problem.

    I encounter this problem all the time on a self-hosted Windows server and not just with plugins but also with WordPress upgrades. (My specs are Window Server 2008, PHP 5.3.13 and recently upgraded to 5.4.24, MySQL 5.5.11, 5 websites)

    I have spent countless hours researching the problem and experimenting with no satisfactory conclusion. I have at various times implemented debug code which revealed different errors for different plugins but almost always related to some folder or file that cannot be created or accessed. Sometimes it is a tmp folder that is missing entirely…because permissions are not sufficient for the update program to create the temp folder.

    And if I grant higher permissions on either the wp-content folder or the root folder (if doing a WordPress Upgrade) it all works without any hitches.

    So for example, in my case I have to give the IUSR user (anonymous authentications) not just read, read & execute, list folder contents but both write and modify permission. If an upgdate program on windows wants to create a temp directory, IUSR has to have modify permissions on the relevant folder.

    I give up trying to understand the permissions on windows. As a matter of course I increase the permissions. Do my updates. Then revert the permissions. It also helps in the case of WordPress updates to deactivate plugins before udpating.

    I’ve had similar permission issues on Apache installations but these occur less and less often. Not sure why.

    Will be interested to hear if this helps your case in any way.

    muddg

    (@muddg)

    Do you want your wordpress site visible to the general public or is it that you just want to be able to get to it yourself from the internet…like through a Virtual Private Network?

    muddg

    (@muddg)

    I have never used Ubuntu but on Apache and Windows it is possible to have multiple versions of PHP running and you can then specify which version your site should use. If you really think PHP5.5 is the problem you could try reverting your Site back to whatever version was running before. I can’t tell you how to do that on Ubuntu. Something you will have to research.

    Which version of WordPress are you running?

    muddg

    (@muddg)

    Do you mean you changed the WordPress or Site Address (URL) under Settings, General in the WordPress dashboard?

    If this is what you did, check out this page
    http://codex.wordpress.org/Changing_The_Site_URL

    If that isn’t your problem, just provide a little more detail about exactly what you did.

    muddg

    (@muddg)

    Do you get any error messages when you try to upload or edit?
    Or do you have error logging activated. The error log might hold a clue.

    I am not a MAC person but whenever I’ve had problems uploading images on a self-hosted windows installation, it looked like a permission problem
    but in the end after installing some debug code I found that a tmp directory was missing entirely.

    muddg

    (@muddg)

    Glad to hear you had no problems.

    muddg

    (@muddg)

    You can do it either way.

    Use PHP Admin (In cpanel)
    or search the wordpress plugin site for WP Database Backup. It has been around for a long time.

    Duplicator is a great (free) plugin that backs up up your whole site including the database. It is sometimes a bit tricky getting it to work if permissions are not correct.

    Going off line now so won’t be able to answer more questions until later.

    muddg

    (@muddg)

    Yes the DB name and DB USER (do not publish these here) are a different story.

    Have you taken a backup of your database? You should do that before you delete anything. Do you know how to do that and if something went wrong do you know how to do a restore?

    There are a number of plugins that will backup your database but they do not help you if you need to restore it. You have to know how to do it manually.

    It is probably safe to delete those duplicate tables. But I personally would do a backup before doing that. I’ll provide more info on backing up if you need it.

    muddg

    (@muddg)

    You should check the wp-config.php file first to see exactly which tables are actually being used by wordpress. This file is in the root folder. Edit the file with a text editor and look for this line where xxxx will be whatever prefix is actually being used.

    $table_prefix = 'xxxx_';

    So do not delete the tables using whatever prefix is found here.

    Thread Starter muddg

    (@muddg)

    The code I listed in my notes above has the wrong sort of quotes around it so don’t copy it. Use this line instead

    sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

    Thread Starter muddg

    (@muddg)

    I found the answer to my question.

    On a windows server under the ProgramData folder look for the MySQL Server folder (in my case it was MySQL/MySQL Server 5.5 and edit the my.ini file (with a text editor). Search for STRICT and replace this line
    sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

    with this line
    sql-mode=”NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION”

    Don’t make the mistake of looking for my.ini in the ProgramFiles folder. It is in the ProgramData folder.

Viewing 15 replies - 46 through 60 (of 62 total)