ali-butt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: IIS 6 Windows 2003 W3wp.exe uses high cpu ,Sorry for the delay in reply… i forgot how active the forum was 🙂
Ok well the server (my other desktop!) is a Pentium D 2.8Ghz with 2GB ram. On a slower machine with the old WP 1.5.2 i never experienced this high cpu usage, althogh i think i was using php 4 :/
Anything else I can check to make sure I am not missing anything obvious?
Cheers
Forum: Fixing WordPress
In reply to: Please Help, PHP 5 downgrade to 4.4.4 killed my WP 2 :(Hi All,
Well after much hair pulling, i have finally got it working!
I needed to log in to sql and enter the following command:
SET PASSWORD FOR ‘some_user’@’some_host’ = OLD_PASSWORD(‘newpwd’);
I updated the password i used for the database.
I then changed this in the php.ini “extension=php_mbstring.dll”
as an addon was complaining about it.
My site is back online and everything seems to be OK.
lets hope the initial php access violation issue with php5 has been resolved with php4.
Thanks All
Forum: Fixing WordPress
In reply to: Please Help, PHP 5 downgrade to 4.4.4 killed my WP 2 :(Quick update
if i try and log in to phpmyadmin ( I can see the login box), i get an“Error
#1251 – Client does not support authentication protocol requested by server; consider upgrading MySQL client”i dont know if this is related 🙁
Forum: Fixing WordPress
In reply to: Does YOUR WordPress work with II6 MySQL 5 PHP 5.2.1?This is happening more and more now guys. Sometimes i try and visit my site and i get that “WordPress cant get to your database”. So i restart mysql and then 100% i get “php access violation”, i then restart IIS and everything is fine.
Would anyone have any advise for the quickest fix? is it to just use php4?
Forum: Fixing WordPress
In reply to: WP 2.0.5 Cant add links ie mailto:How long do things hang out in bug-trac?
Forum: Fixing WordPress
In reply to: WP 2.0.5 Cant add links ie mailto:Forum: Fixing WordPress
In reply to: WP 2.0.5 Cant add links ie mailto:HI Moshu,
That is EXACTLY what i am doing 🙂
So will we have to wait for an update? is there not a cvs that i could try?
Cheers
Ali
ps it was working 100% in 1.5.2Forum: Fixing WordPress
In reply to: WP 2.0.5 Cant add links ie mailto:I would like to try that 🙂
where do i turn off the rich editor? I can only see an option for “Rich text editing for Users”, which i have tried turning off, but it doesnt help.
How do i convert WP so the admin interface uses the basic editor?
many thanks
AliForum: Fixing WordPress
In reply to: WP 2.0.5 receive email when someone posts commentsI am running exchange on the same box and edited the file in c:\php.
I still could not receive email.
I then change the ip to my isp’s smtp and hey presto, it works perfectly.
Many thanks for the speedy and informative response.
Thanks
AliForum: Fixing WordPress
In reply to: WP 2.0.5 Cant add links ie mailto:Hi Samboll,
I didnt make myself clear. I just clicking on “links” from the dashboard screen.
From there i select “Add link”
If i create a brand new link there and for the uri i type in your:
email meas soon as i hit save, the link changes to:
http://</;ahref=mailto:bobbob.com>emailme
am i making sense?
Forum: Fixing WordPress
In reply to: Excerpt help needed :) (silly question)Many thanks, that has helped greatly.
I ended up going for the cloning my index.php file to single.php.
Cheers
Forum: Fixing WordPress
In reply to: No FROM: address when WP 1.5.2 emails me3rd time lucky
:/
Forum: Fixing WordPress
In reply to: No FROM: address when WP 1.5.2 emails meSorry for the bump, but does anyone have any suggestions ?
Thanks
Forum: Fixing WordPress
In reply to: Upgraded to 1.5.2 … very easily… but !Just an update,
i have tried to change the line:
“From: ” . get_settings(‘admin_email’) . “\n” .so it says
“From:ali@alibutt.com ” . get_settings(‘admin_email’) . “\n” .
but the emails are still coming back with no “From:” address 🙁
Forum: Fixing WordPress
In reply to: Upgraded to 1.5.2 … very easily… but !Thanks for the reply.
Im actually a php newbie, in fact a WP newbie too !
I have looked in the pluggable-fuctions.php and found:
if ( !function_exists(‘wp_mail’) ) :
function wp_mail($to, $subject, $message, $headers = ”) {
if( $headers == ” ) {
$headers = “MIME-Version: 1.0\n” .
“From: ” . get_settings(‘admin_email’) . “\n” .
“Content-Type: text/plain; charset=\”” . get_settings(‘blog_charset’) . “\”\n”;
}return @mail($to, $subject, $message, $headers);
—————i really didnt know what i was looking for or where i can specify a “from:” address.
Could someone please clarify ?
ps this was working perfectly in 1.5, its only after i upgraded to 1.5.2 that i lost the “From:” address.
Thanks in advance.
Ali
http://www.alibutt.com