FTP into your site (or use whatever file management application your host provides) & delete the wp-content/plugins/meteor-slides folder.
Hi,
connect your site with FTP and navigate to wp-content/plugins/ folder. delete the folder(meteor-slides or similar) totally. Then go to http://digitalfrankenstein.org/wp-admin/ and try login. If no plugin files found, the plugin will be deactivate automatically.
I deleted the folder but the server error still shows up when I go to the site or try to log in. Does it take a few hours for the files to update? Any further insight?
[23-Aug-2012 01:10:21] PHP Parse error: syntax error, unexpected ‘<‘ in /home2/digitef7/public_html/wp-content/themes/magazine-basic/functions.php on line 251
This is the error in your error_log. except the plugin, you might also edit the theme file and added unexpected ‘<‘ by accident. Please check the line 251 in functions.php to remove the unexpected ‘<‘.
If you have a backup of your themes files, you should be able to upload the magazine-basic/functions.php
Thanks so much, figured it out.