What does this error mean?

Discussion in 'PHP' started by mark_s, Jun 8, 2008.

  1. #1
    I just moved my Wordpress website from my previous hosting provider to GoDaddy's shared hosting and I'm getting this error at the top of the page:

    nc/simple-tags.admin.php'); $simple_tags_admin = new SimpleTagsAdmin( $simple_tags->default_options, $simple_tags->version, $simple_tags->info ); // Installation register_activation_hook(__FILE__, array(&$simple_tags_admin, 'installSimpleTags') ); } // Templates functions require(dirname(__FILE__).'/inc/simple-tags.functions.php'); // Widgets require(dirname(__FILE__).'/inc/simple-tags.widgets.php'); ?>
    Code (markup):
    Any idea why it would work fine on my previous host but since moving I get this error?

    Thanks in advance :)
     
    mark_s, Jun 8, 2008 IP
  2. imhawk

    imhawk Well-Known Member

    Messages:
    615
    Likes Received:
    44
    Best Answers:
    0
    Trophy Points:
    140
    #2
    php is not started with "<?" or "<?php", maybe you deleted something.
     
    imhawk, Jun 8, 2008 IP
  3. mark_s

    mark_s Peon

    Messages:
    497
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Nothing has changed since moving server, I don't see any problem in regards to starting it in <?php... could it be something else?
     
    mark_s, Jun 8, 2008 IP
  4. Lordo

    Lordo Well-Known Member

    Messages:
    2,082
    Likes Received:
    58
    Best Answers:
    0
    Trophy Points:
    190
    #4
    Off topic: I don't like godaddy hosting service. I had a client who got hosting there already and when we installed the site, it didn't work and we had many issues, so I insisted and moved him to site5. Yes I like their domain services :)
     
    Lordo, Jun 8, 2008 IP
  5. itnashvilleCOM

    itnashvilleCOM Banned

    Messages:
    176
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes I agree, not an error code, but it is a tidbit of code, something got deleted before that.
     
    itnashvilleCOM, Jun 9, 2008 IP