Forums / Install & configuration / Fatal bug after upgrading

Fatal bug after upgrading

Author Message

Adri Rots

Monday 22 September 2003 10:42:22 am

After upgrading from 3.1 to 3.2 (Linux, Mysql) I have a bug when deleting content.

Fatal error: Call to a member function on a non-object in /home/ez/www/ez/kernel/content/removeobject.php on line 130

Because of an error when importing the sql update script I deleted the first line in that script. After that it seemed to work fine.

Another site with the same ez installation but another database works fine. (also the sql update worked fine)

Can someone give me a clue how to solve this?

Greetings

Adri Rots

Wenyue Yu

Thursday 25 September 2003 1:31:28 am

Hi,

It seems like you are trying to delete a non-exist node.

What line have you deleted in what script?

Regards,
wenyue

Adri Rots

Saturday 27 September 2003 2:09:03 am

I've deleted the first line in
ezpublish-3.2-1\update\database\mysql\3.2\dbupdate-3.1-1-to-3.2-1.sql

I don't think this is the probelem because I have the same error with a database that was converted including the first line.