X

My first SEO class.

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…”

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 createAICode() in ../authimage.php on line 19”

how to recover from this .. ?

Namran Hussin:

View Comments (2)

  • 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..

Related Post
Leave a Comment