• I was trying to add the Smart Archives plugin, and typed in the wrong code.

    The instructions say to call the function:

    <?php smartArchives(‘type’,’category ID’); ?>

    but I mistakenly put in “both” after ‘type’ and “12” after ‘category ID’

    Then when I tried to view my site, I just got a big, blank white screen and this message:

    Parse error: syntax error, unexpected T_STRING in /home/idothing/public_html/wp-content/plugins/smartarchives.php on line 1

    Please help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter freewrite

    (@freewrite)

    Sorry, forgot to add that my URL is

    http://idothings.info

    And there’s no way for me to get into the dashboard–all I get is the error message.

    That’s why nodbody should edit any file online.
    You must have the theme files you edited on your computer. Upload an unaltered copy.

    Thread Starter freewrite

    (@freewrite)

    Thanks, yes, I have the original theme files, but the changes I made–I’m not sure how I could have done it differently. Even if I’d copied the php file to notebook, copied the plugin code, made my stupid mistake, then copied that to the existing php file–wouldn’t I still have the same problem? I wouldn’t know there was a problem with the code until I uploaded the file. I’m not being argumentative–just want to avoid this in the future. Thanks for the response.

    Before editing any file – any responsible webmaster makes a backup copy to have it handu in cases like this, when something goes wrong.

    And in code you replace the generic arguments.
    <?php smartArchives('both','12'); ?>

    yes you would have, but you probably wouldnt have needed to come here to ask for help, because you would have probably realized that you just needed to go back in with an ftp client and upload a fresh file.

    Since you used” the dumbed down way” (i dont mean that as an insult either) to make the edit — it probably didnt occur to you use your ftp access to fix it.

    Thread Starter freewrite

    (@freewrite)

    Thanks, moshu and whooami. I learned a valuable lesson.

    Thread Starter freewrite

    (@freewrite)

    So…I just deleted the files from my ftp server and re-uploaded the original theme files. Is there something else I need to do? I still get the same error message when I try to access WordPress Admin.

    Thread Starter freewrite

    (@freewrite)

    Never mind–figured it out (with the help of previous forum messages!) After uploading the original theme files, I deleted all the plug-ins. Now I’ve got most of my original content back. Phew! Thanks again for the help.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Entered wrong code, now can’t access site’ is closed to new replies.