maggiecurran
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fatal error: Call to undefined function: stripslashes_deep()I’m having the same problem. I did check the wp-includes directory for the stripslashes_deep definition, but i see only a “Result” there.
for the wp-settings.php i seem to need a “do_action”. See code snipped below:
if ( defined(‘WP_CACHE’) && function_exists(‘wp_cache_postload’) )
wp_cache_postload();do_action(‘plugins_loaded’);
// If already slashed, strip.
if ( get_magic_quotes_gpc() ) {
$_GET = stripslashes_deep($_GET );
$_POST = stripslashes_deep($_POST );
$_COOKIE = stripslashes_deep($_COOKIE);
}Thanks for your help!
Forum: Fixing WordPress
In reply to: Admin tool deletedOk, i’m seeing that the errors in the php files are syntax errors – i’m not sure what else to call them. i have fixed the obvious ones (i didn’t make these changes btw). here is one that i don’t know how to fix, since it needs a DO ACTION part to it – i’m referring to the “stripslashes” section of this code:
do_action(‘plugins_loaded’);
——————————–this is the part i need help on (there is no action defined):// If already slashed, strip.
if ( get_magic_quotes_gpc() ) {
$_GET = stripslashes_deep($_GET );
$_POST = stripslashes_deep($_POST );
$_COOKIE = stripslashes_deep($_COOKIE);
}
—————————————————-
// Escape with wpdb.
$_GET = add_magic_quotes($_GET );
$_POST = add_magic_quotes($_POST );
$_COOKIE = add_magic_quotes($_COOKIE);
$_SERVER = add_magic_quotes($_SERVER);do_action(‘sanitize_comment_cookies’);
Can anyone help??? thanks.
Forum: Fixing WordPress
In reply to: Admin tool deletedI’ve checked the wp-includes.php file, which supposedly has an error on line 335 (i’ve never touched this file, so i don’t know what’s going on), and these lines are involved:
329. $pattern = “#$word#i”;
330. if ( preg_match($pattern, $author ) ) return true;
331. if ( preg_match($pattern, $email ) ) return true;
332. if ( preg_match($pattern, $url ) ) return true;
333. if ( preg_match($pattern, $comment ) ) return true;
334. if ( preg_match($pattern, $user_ip ) ) return true;
335. if ( preg_match($pattern, $user_agent) ) return true;
336. }There is also an error in another file. I’m going to go through it now and find the line.
Forum: Fixing WordPress
In reply to: Admin tool deletedI checked the control panel in the webhost. There were no password protected files. I then tried to login to WordPress Admin Tool from the webhost and I got this error message:
Fatal error: Cannot redeclare user_can_create_post() (previously declared in /data/members/paid/m/y/mylifeinstockholm.com/htdocs/www/wordpress/wp-includes/functions-post.php:335) in /data/members/paid/m/y/mylifeinstockholm.com/htdocs/www/wordpress/wp-includes/capabilities.php on line 356
Forum: Fixing WordPress
In reply to: Admin tool deletedi can’t access the control panel at all. that’s what i’m talking about. that’s what i mean when i write “admin tool” — i have no control panel. i cannot add posts, edit, etc. i can’t even login. there’s nothing there.
i didn’t resolve my admin panel/control panel problem and i created a new one by deleting files. i have uploaded everything more than twice. don’t know what to do.
Forum: Fixing WordPress
In reply to: Admin tool deleted1. I deleted all the wordpress files that existed in the /www directory. My actual WordPress files are all located in /www/wordpress/. The files were wp-admin ( i think it was a folder)
2. i uploaded all the WordPress 2.0.4 files into the /www/wordpress directory. When that didn’t work, I uploaded to the /www directory a wp-admin file (but I see it says wp admin.css .
3. When I go to the homepage of my blog (www.mylifeinstockholm.com) i get a box asking me for username and password.
4. i don’t know what wp-cache is.
Thanks for asking questions I can understand and answer. Sometimes some people forget that not all of us are so deeply into this stuff, even though we might have to use it.
Forum: Fixing WordPress
In reply to: Admin tool deleteddeleted stupid. feel better? yeesh. people are so pedantic here. i don’t get why.
i just need help with a problem. i tried what you suggested for the problem in this thread, for which you made the suggestion in the first place.
Forum: Fixing WordPress
In reply to: Admin tool deletedI’ve tried that. Doesn’t work.
Forum: Themes and Templates
In reply to: Customized login pagehijacking another thread? i didn’t mean to do that.
the link you sent to apache.org is just beyond my comprehension.
Also, I’ve already upgraded to 2.0.4 and I don’t have any moderater authorization boxes checked.
I don’t know where else to look.
Forum: Themes and Templates
In reply to: Customized login pageWhy do I get a pop-up request for a username and password every time I load my blog page (www.mylifeinstockholm.com)?
I am using the Default theme.
Please, I’m very new and find PHP difficult, so explain in terms laymen can use.
Thanks!
Forum: Fixing WordPress
In reply to: allow all commentswell, moshu. i’ve had over 24 000 visitors already and many write to me to say they spend hours reading my posts. so, your response doesn’t answer any of my questions. it just sounds rude.
that many posts format is working for me.
what “looks funny” is that apparently everything appears underlined in other browsers.
my priority problem is how to get rid of the login request box.
Forum: Fixing WordPress
In reply to: allow all commentsI don’t have anything checked on Options/Discussion/Before a comment appears. I HAVE checked Allow people to post comments on the article.
Why do I get a pop-up request for a username and password every time I load my blog page (www.mylifeinstockholm.com)?
I am using the Default theme.
Thank you so much! I don’t know how to do PHP coding and it is driving me crazy, despite all the info available. It’s not as easy as it’s made to sound.
I know there are lots of errors in my coding, but I don’t know how to fix them. People using other browsers than IE tell me my pages look strange.
Forum: Fixing WordPress
In reply to: RSS Feed ProblemsThere is something wrong with the RSS feed for a site I’m helping to manage. I notice that with my own blog, when I use Feedburner, the title of the blog shows correctly, i.e, My Life in Stockholm.
On the blog that is not exporting RSS correctly, the title is shown as https://www.mobilemediaapplications.com/wp-rss2.php
This is how the details of the feed are summarized on Feedburner (with the error message that the feed is not working):
ListName: https://www.mobilemediaapplications.com/wp-rss2.php
URL: https://www.mobilemediaapplications.com/wp-rss2.php
Description: https://www.mobilemediaapplications.com/wp-rss2.phpI really know nothing about code, so any simple straightforward advice would be most appreciated!
Thanks!
Forum: Fixing WordPress
In reply to: Lost password and old emailI can’t login to WordPress. I am not able to use the Lost Password feature as I cannot get to that page. I am asked for username and password from Windows. Is this a Windows problem? Firewall? I don’t know what to do. I’ve got Kaspersky Internet security software installed. Thanks.