Forum Replies Created

Viewing 15 replies - 181 through 195 (of 367 total)
  • Hi Barb,

    Use the method described in the link, but change the user name and not the password. You will need access to your hosting account’s database tool, which is phpMyAdmin on a lot of hosts.

    http://codex.wordpress.org/Resetting_Your_Password#Through_phpMyAdmin

    Forum: Fixing WordPress
    In reply to: Adding Tabs

    “Tab”? I do believe you mean menu item. By default, that option is not enabled.

    To do so, you must:
    – first, create a custom menu
    – select the area where it will be displayed
    – set the option to add top level pages automatically to the menu

    For more info, check this out:

    http://codex.wordpress.org/WordPress_Menu_User_Guide

    Right you are, I stand corrected 🙂 Just checked my account and yep, chat or phone and chat is only available 5 a.m. to midnight MST.

    – are you using the default MAMP ports (8888 for Apache and 8889 for MySQL)?
    – are you using the default MAMP document root (Applications/MAMP/htdocs)?
    – are both Apache and MySQL running (green boxes)?
    – there is no need to ‘fiddle’ with httpd.conf for a default MAMP install 🙂
    – are you trying to set up something that is not a default MAMP install?
    – default MAMP installs ‘just work’ 🙂

    No need to call; send a support ticket 🙂

    You should also change the home field in the options table.

    Once those two (siteurl and home) are changed to http://loclahost/wordpress then install and run this plugin to update the rest of your links:

    http://wordpress.org/plugins/velvet-blues-update-urls/

    — select all options EXCEPT the last one (GUID)

    Once that is done, go to:

    Settings > Permalinks and Save.

    As mentioned, once you have the dashboard back, just rename the plugin folder to the original name, i.e. plugins.

    Once you do that and refresh the plugins page in the dashboard, they will all show inactive. Just reactivate one, try getting around the dashboard to make sure everything is still working and then repeat, one at a time for each plugin until you get one that shuts down the dashboard again. Once that happens, go to the plugins folder and rename just that plugin’s folder.

    Try disabling all plugins.

    Do the same with the wp-content/plugins folder; add an X to the end so that it is /pluginsX

    If this gets the dashboard content area visible again, you know it is a plugin that is causing the issue.

    You will get warnings on the plugins page after you do this. Go back and rename it back to /plugins and then when back at the plugins page (after a refresh or navigating away from it) reactivate them one by one until the culprit is determined. Chances are is is a plugin that is not compatible with the updated WP.

    This is the support forum for the self-hosted software from WordPress.ORG

    You need to contact the support at WordPress.COM

    http://en.support.wordpress.com/

    This explains the difference:

    http://en.support.wordpress.com/com-vs-org/

    If all you want to do is create new posts and publish them on your WP dot COM site, or edit ones that are already there, and do so when off line (not connected to the internet), then perhaps look into MarsEdit.

    While it is not free, there is a free trial. I have been using it for years and it works very well.

    Check it out on the App Store here:

    https://itunes.apple.com/us/app/marsedit-blog-editor-for-wordpress/id402376225?mt=12

    IF you used the default MAMP settings when you installed it (that is, you didn’t change the ports or document root) then:

    – at the database info screen when running the install, this is what you need to enter:

    –database name: whatever YOU named it when you created it in phpMyAdmin (from the MAMP Menu > Tools)

    –user name: root <this is the MAMP default DATABASE user name>

    –password: root <this is the MAMP deafault DATABASE USER password>

    –database host: localhost

    –table prefix: wp_ <leave as-is>

    Note too that with the default MAMP settings, the URL for the root of the local web server is http://localhost:8888 where :8888 is the Apache port number.

    So, if you have all the WP files and folders from the WP package in a folder within Applications/MAMP/htdocs named wordpress, then to start the install, you would enter into your browser:

    http://localhost:8888/wordpress

    Just to add to what ClaytonJames has correctly mentioned.

    There are a number of local web server products which allow one to set up and run software such as WordPress, Joomla!, Drupal, eFront, etc. on their own computer, generally for testing and development purposes.

    They all include at least the basics for an “AMP Stack”, AMP standing for Apache (the web server), MySQL (the database server) and PHP (the programming language). Add to this the operating system and you get WAMP for Windows, MAMP for Mac and LAMP for Linux.

    Somewhat confusing the issue is that there are a couple that use the acronym as their own “brand” so to speak. Notably WAMPServer and MAMP.

    Some of the popular ones for Windows are XAMPP, WAMPServer, Uniform Server (my fave) and Desktop Server. MAMP is one of the most popular for the Mac OS.

    Note also that you can have any number of them on your system, just that you can only have one running at a time (without some extra work). On my system for example, I have all of the above-noted Windows products with many instances (versions) of Uniform Server. They just have to be installed in their own separate location on your hard drive.

    Additionally, within each, you can have any number of WordPress or other similar ‘scripts’ installed. The only limit is the space on your hard drive.

    1. from the XAMPP control panel, stop Apache if it is running
    2. click the Config button for Apache and select PHP (php.ini)
    3. this will open php.ini in NotePad
    4. do a Find for execution
    5. change the value for max_execution_time = 30 to a higher value such as 120
    6. File > Save
    7. restart Apache

    Check the Microsoft Web Platform Installer forum for how to either run your local web server software as a service (so that it restarts on a reboot) or how to start the web server software manually after a system restart. As you have found out, they have to be running in order to access your locally installed WP.

    @bjpa

    The site at the “Old” blog address you provided is a Joomla! (Content Management System) site and not a WordPress site 🙂 This is probably the root of your problems.

    According to online resources, they show that yes, the old site is now hosted at GoDaddy.

    Unless you want to ‘convert’ the Blog portion of your existing Joomla! based site to WordPress (can’t see why as the existing one looks fine :-), you really don’t need to do anything …

    … except update your Joomla! software as it is extremely outdated! Check at the Joomla! forum about that:

    http://forum.joomla.org/

Viewing 15 replies - 181 through 195 (of 367 total)