I have entered my first SEO class.. hehehe..
got introductory course regarding SEO ..
Location : Techsense Office.
Date : 22 January 2009 @ 2.30p.m
well .. it happened during my recovery period from ‘jetlag’ .. so might as well learn new thing..
After class, the first thing I want to do was to upgrade my wordpress to 2.7 .. haha. got so many AJAX implementation everywhere..
here we go..
disabled all the plugin.. then via cpanel.. press upgrade.. and wait.. and pray hard..
after a while.. done.. huh~..
try refresh the wp-admin page..
suddenly server replied with something a miss
“Your browser sent a request that this server could not understand…”
[ad#postad]
hmm.. kinda panic..tried to re-activate all plugin from previous interface..
now got WordPress Failure Notice..
“Your attempt to activate this plugin: “shashin/Shashin.php” has failed.”
..
I think have to wait for a while .. or something..
stopping all the torrent activity..wait for a while.. refresh the wp-admin page..
~puff ~..
appear correctly with new interface… go to plugin page.. re-activate all.. .. success..
p/s : unable to upload the screenshot as the uploader broke or my connection is now become worst.. got something like the one below whenever pressing add image button..
“Fatal error: Call to undefined function createAICode() in ../authimage.php on line 19”
how to recover from this .. ?
Here are five key communication skills that help you speak with clarity and influence: Speak…
Are you ready to unlock your full potential as a man?Discover powerful insights, real-life transformations,…
One day we will set aside one whole day to review the whole lesson we…
Last weekend, 07/12/2024 I managed to join Dev Fest Kuala Lumpur 2024, organized by Google…
TIPS BACAAN AL-QURANOleh: Dr. Muhd al-Muhaysni.1. Jangan engkau berikan (fokus membaca) al-Quran pada lebihan waktumu…
Selawat yang ringkas, yang mana apabila kamu membacanya satu kali sebanding 100 ribu kali, jadi…
View Comments
perhaps.. disable the authimage plugin ..
then shall be able to upload the new image again..
hahaha.. something break.. i told you so..
edited the authimage.php to become like this..
if ($_GET['type'] == "text" && $_GET['blogcomment']=="namrannet") {
createAICode("text");
exit;
} elseif ($_GET['type'] == "image" && $_GET['blogcomment']=="namrannet") {
createAICode("image");
exit;
}
and edit the comments.php to include a hidden form id/name as blogcomment and value as namrannet
hahaha..
don't know if someone else understood this problem / solution or not..