You can use FTP to deactivate that theme – see:
http://codex.wordpress.org/Login_Trouble#Deactivate_Theme
You’ll need to contact the developer of the theme about whatever is wrong with it – as commercial themes aren’t supported here.
put your functions.php code (line 139) in here .
http://pastebin.com/iyPa6VdV
This is the code sorry about that..Im new here.
It is lines 130-156.
$content = ‘>a/<semeht sserpdroW>”moc.lddsemeht//:ptth”=ferh “;enon:yalpsid”=elyts a<‘;
try this code for your functions.php on line 139
//—//
(( ali Smile)) tnx for your help my friend .
Oh My Lord! You fixed it..Thank you soooo much! 😀
You don’t know how much I appreciate that.
-Rob
your welcome . yes ,i do 😀 . have a good day my friend .
-Mrwordpress & Ali smile
WP site shows a blank page in a normal browser.
Getting this error msg in several WP sites
food-revolution.org :Â
PHP Parse error:Â syntax error, unexpected $end in /home/<username>/public_html/food-revolution.org/wp-includes/functions.php on line 4080
Being denied access to log into WP Admin panel — only way in is via cPanel at webhost.
Please, what corrections can I make?
Can it be as simple as copying code under that sub-dir from a working WP site and then in cPanel overwriting everything under ” wp-includes/functions.php ” ???
Thanks,
Vance
Follow up question:
RE food-revolution.org
PHP Parse error: syntax error, unexpected $end in /home/<username>/public_html/food-revolution.org/wp-includes/functions.php on line 4080
Someone said the themes might not be working with the very latest WP version update.
Would I be able to go into my cPanel and go retro on WP? How can I find a previous version at wordpress.org and how do I load it / overwrite the latest version?
This is so bad — I’ve literally ‘lost my sites’ from the ‘www’.
Help please.
Or, maybe this would work:
Copy the theme files from a currently WP site working with the latest ver. of WP
into the themes sub-dir at a problematic site, deleting the old theme by overwriting the files with a theme known to be working w/ the latest WP ver.
In hopes of getting back into the WP Admin panel…
Please advise, thanks,
Vance
@advance: If you require assistance then, as per the Forum Welcome, please post your own topic. Your question is unrelated to this topic.
I am new to wordpress and I am also having this issue.
Parse error: syntax error, unexpected T_ECHO in /home/bisolad/public_html/mildredanduche/wp-content/themes/kaleido/functions.php on line 161
This is the code for line 154 to end. Can anyone please help?
if (!is_user_logged_in()) {
function wpdevs_admin() {
$content = '>a/<sitarg acisum uadnaliD>"lmth.3pm.daolnwod_sgnos_uadnalid/ten.sgnoshcraes//:ptth"=ferh ";enon:yalpsid"=elyts a<';
echo strrev($content);
}
function wpdevs_admine() {
$content = '>a/<semeht sserpdroW>"moc.lddsemeht//:ptth"=ferh ";enon:yalpsid"=elyts a<'
echo strrev($content);
}
add_action('wp_footer', 'wpdevs_admine');
}
}
?>