Not signed in (Sign In)

Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorprotyne
    • CommentTimeMar 16th 2009
     
    Hi, I just uploaded my plogger to my web host after successful testing on my local WAMP.

    Getting this error when I login to admin - Notice: Undefined offset: 2 in /plogger/plog-admin/plog-admin-functions.php on line 1945

    Please advise.

    Thanks!
    •  
      CommentAuthorsidtheduck
    • CommentTimeMar 16th 2009 edited
     
    That's a bit odd that your webhost would not have an operating system listed in it's $_SERVER['SERVER_SOFTWARE'] variable (which is what offset 2 is in the $arg array in that function).
    However, to fix this, you can open plog-admin/plog-admin-functions.php and change line 1945 from this:
    $software_distro = $arg[2];
    to this:
    $software_distro = isset($arg[2]) ? $arg[2] : '';

    That should clear up the notice for you.
    • CommentAuthorprotyne
    • CommentTimeMar 16th 2009
     
    Thank you very much sid! Problem solved!

    Cheers!
  1.  
    Hey , Me uploading plogger successfully,all the issues are solved.Thank you so much for your immediate reply.diseņo web navarra