1 chicken_ Aug 01, 2008 20:17
3 chicken_ Aug 02, 2008 06:19
I deleted my MySQL database and started over, same thing happened. When the install goes, it creates all the tables and whatnot, it says everything installed OK, and it gives me a link to login and I get all those Notice: errors again. I tried creating a blog but that just led to a page of all errors.
My WebHost is hostway and as far as I know have the latest version of php and mysql
BTW, thanks for helping
4 njb8 Aug 02, 2008 16:40
I have the same problem with a new install. I tried replaceing the file referenced, and it's still giving me the error. Does anyone know the answer? Thank you for your help!
5 njb8 Aug 02, 2008 16:42
BTW, line 158 is
return $obj;
in the following block:
/**
* Instanciate a new object within this cache
*/
function & new_obj( $row = NULL )
{
$objtype = $this->objtype;
// Instantiate a custom object
$obj = new $objtype( $row ); // COPY !!
return $obj;
}
6 chicken_ Aug 02, 2008 17:03
7 njb8 Aug 02, 2008 17:05
OK, I added:
error_reporting(E_ALL & ~E_NOTICE);
on the next line after
<?php
and it works for me. I found this solution in the forums here.
8 chicken_ Aug 02, 2008 17:17
Thanks m8, I'll try that now, now I just gotta wait for the all the files to upload again lol :)
9 njb8 Aug 02, 2008 17:37
You're welcome, chicken-, glad I could help. Some people use:
error_reporting(0);
in the same place, if that one doesn't work for you. BTW, about the FTP, I use Free Hostia, and I can delete whole folders at once. Their control panel is great, they're very up-to-date and stable, and their tech support is so fast it will make your head spin ;D
10 chicken_ Aug 03, 2008 17:46
That fix worked, thanks :)
I checked out free hostia, looks like a good deal I'll keep that in mind :)
hi and welcome to the forums chicken-
sth, unexpected must have occured.. replace that file with a fresh one, if the problem persists, make a brand new install with a new downloaded set.. that will posibbly do, if doesnt be back we will look further into that .. good luck