• Resolved isay81

    (@isay81)


    I updated my site yesterday… and forgot to fix the Style css. page to have the page image tags float left. I went in today, made the change and I can’t get it to update. How long after I make a change to the Style css template should I have to wait for it to update?

Viewing 15 replies - 46 through 60 (of 62 total)
  • then I added the Module for WordPress

    What did you do exactly? I’d suggest downloading the wordPress .zip archive, then opening the archive and copying the entire wordpress folder to your EasyPHP www folder.

    Make sure that EasyPHP is running. Next open your web browser and navigate to your local host root – which is usually something like https://127.0 0.0:80. Or right click on the EasyPHP icon & select Explorer. Add /wordpress/wp-admin/install.php to the end of the url in the address bar. That should start the WordPress installation process.

    You can design an entire site locally and them move the whole thing to a hosting company but you need to do a fair amount of database editing to get the moved site working properly. So I’d suggest you use the local install as a place to test out themes, template changes or post layouts. Do all of the live site work on the live site. It’s far easier.

    Thread Starter isay81

    (@isay81)

    The wordpress download is in the www folder. now I am extracting them? Is that right?

    Yes – extract it so that you end up with a folder called wordpress in www. The wordpress folder should contain a number of files plus 3 sub-folders – wp-content, wp-admin and wp-includes.

    Thread Starter isay81

    (@isay81)

    wp admin
    wp content

    If I expand I see themes, Images, Etc. but no idea what to do from here

    Thread Starter isay81

    (@isay81)

    At least we are both seeing the same thing.. that is positive

    Do you also have a wp-includes sub-folder with its own set of sub-folders? If so, you now need make sure that EasyPhp is running. Then right click the icon in the task bar, select Local Web and make a note of the url that is displayed in your web browser.

    Thread Starter isay81

    (@isay81)

    Ok got it

    Thread Starter isay81

    (@isay81)

    Error establishing a database connection

    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    * Are you sure you have the correct username and password?
    * Are you sure that you have typed the correct hostname?
    * Are you sure that the database server is running?

    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    Thread Starter isay81

    (@isay81)

    Is the Data Base name easyphp?

    Thread Starter isay81

    (@isay81)

    Welcome to WordPress. Before getting started, we need some information on the database. You will need to know the following items before proceeding.

    Database name
    Database username
    Database password
    Database host
    Table prefix (if you want to run more than one WordPress in a single database)
    If for any reason this automatic file creation doesn’t work, don’t worry. All this does is fill in the database information to a configuration file. You may also simply open wp-config-sample.php in a text editor, fill in your information, and save it as wp-config.php.

    In all likelihood, these items were supplied to you by your Web Host. If you do not have this information, then you will need to contact them before you can continue. If you’re all ready…

    You call the database whatever you want. Access the right-click EasyPHP menu again and select Administration. On the page that appears in your browser, select Manage MySQL. You’ll now see a new page in your browser. This is PhpMyadmin – the tool you can use to manage databases.

    In the Create new database input, type in wordpress, then select Create. Once the new db has been created, it will appear in the left-hand column. Click on the db name in this column.

    In the db management page, there’s a list of tabs across the top. Select Privileges followed by Add a new User. You now enter the database username and password (think of this as setting up WordPress’ access credentials – not your login details). Don’t worry about any of the dropdowns in the first box – just add a username and a password (you’ll need to type the latter in twice).

    In the second box (called “Database for user”), ensure that Grant all privileges on database “wordpress” is selected.

    In the third box (called “Global privileges”), click Check All.

    Make a final note of the username and password (copying them to NotePad is a good idea at this point), then select Go.

    You’ve now set up a new database and a user who is allowed to use your new database. Next you need to tell your user (WordPress) where to find the database and what user name & password it should use to log into the database server. Open wp-config-sample.php in NotePad and re-save it as wp-config.php. Now add your database settings:

    define('DB_NAME', 'wordpress');
    
    /** MySQL database username */
    define('DB_USER', 'the_username_you_created');
    
    /** MySQL database password */
    define('DB_PASSWORD', 'the_password_for_your_new_user');
    
    /** MySQL hostname */
    define('DB_HOST', '127.0.0.1');

    Save the file then try running wordpress/wp-admin/install.php again.

    Thread Starter isay81

    (@isay81)

    Thanks! I have one more question, then you can go enjoy your Sunday. I appreciate your patience.
    What do you think this means? MySQL said: Documentation
    #1045 – Access denied for user ‘root’@’localhost’ (using password: NO)
    phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.

    Try reversing the process. Set up a new user first via the Privileges tab. Then set up a new database.

    Thread Starter isay81

    (@isay81)

    ok,
    thanks!

    Thread Starter isay81

    (@isay81)

    OMG THANKS SO MUCH!! I AM NOT REALLY SURE HOW I DID IT, BUT IT WORKED.

    I just don’t know how “I will find it again… can you help me with that? Is it the URL or the name I called it? Don’t dare close it until i know for sure.. or do I use the Easy php to find it again?

Viewing 15 replies - 46 through 60 (of 62 total)
  • The topic ‘Changes in Editor’ is closed to new replies.