• Resolved utilitiessavings

    (@utilitiessavings)


    Hi, I finally tried to make the jump to my wordpress site today.

    I have been building my site in the /wordpress folder it was installed in. I followed the instructions on http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory and moved my .htaccess and index.php to the root, changed the line in index.php as needed, all after removing the /wordpress part of the second url on the general settings tab. I think this was all the right way to do it?

    HOWEVER, I only managed to get a PHP error as follows:

    Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /home/tsqvduhy/public_html/wordpress/wp-content/plugins/easy-chart-builder/easy-chart-builder.php on line 30

    This plugin was never a problem, and there is nothing special at that line. After realising this I moved the index.php and the .htaccess back into the /wordpress folder (so my old site can still be used) but now i can’t log in, see my site or do anything. Everything just brings up that error message. PLEASE HELP!!

    I tried changing the site and home urls back using the methods here http://codex.wordpress.org/Changing_The_Site_URL but i don’t think it’s working cos I can’t even access any page.

    Any advice is gonna be so appreciated I might hunt you down and kiss you? I can post my .htaccess or anything else needed.

    Blog address: utilitiessavings.co.uk/wordpress

    HELP!

Viewing 3 replies - 1 through 3 (of 3 total)
  • FTP into your site (or use whatever file management application your host provides) and rename the wp-content/plugins/easy-chart-builder folder.

    Thread Starter utilitiessavings

    (@utilitiessavings)

    Hi, thanks a lot for the reply. I did as you said, but then I got the same error for another plugin – wp-tabbity, so i renamed that folder as well.

    I now have my site header up and working! Thanks, seems like i’m getting there. I had to replace <?php require_once('roundabout/package_home.php'); ?>
    with <?php require_once('wordpress/roundabout/package_home.php'); ?> to get my homepage working (this is a custom script that is part of my homepage)

    Is this a sign that one of my urls in general settings is still wrong? (My sidebar is also not showing and I am getting a 500 error when I try to access any page! This is also true for the login page.)

    Take a look at utilitiessavings.co.uk

    Thanks so much.

    Thread Starter utilitiessavings

    (@utilitiessavings)

    Just to give you an update, it seems that although my server runs PHP5, and all was working when my site was in the wordpress directory, when I moved it I had to tell my web host to process php using PHP5.

    Also I had to make some changes in my .htaccess file – basically removed the /wordpress.

    Thanks a lot for your help esmi. 🙂

    utilitiessavings.co.uk

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with site after attempted url change’ is closed to new replies.