View Single Post
  #5 (permalink)  
Old 03-22-2007, 06:23 AM
Iksander Iksander is offline
Senior Member
 
Join Date: Mar 2007
Location: Las Vegas, NV
Posts: 219
Iksander is on a distinguished road
Default

Congratulations Isis!

I did notice one thing though when visiting your Blog...

You have a PHP error code being displayed:
Code:
Warning: in_array(): Wrong datatype for second argument in /home/content/i/s/i/isiskali/html/wordpress/wp-content/plugins/BAStats/BAStats_logger.php on line 114
Although it does sound like an easy fix, I am sure they have an updated version with that fixed anyway...

You may want to contact the guy who setup your website (if you set it up, ignore that) and get your

Code:
display_errors = true;
in the php.ini turned to FALSE (so everyone visiting your site won't see any errors that get thrown up).

Hopefully you have custom php.ini's! Some shared hosts do it, not all.

Hope that helps.

Last edited by Iksander : 03-22-2007 at 06:28 AM.
Reply With Quote