Jump to content

Fatal Error


Recommended Posts

I have the same issue after upgrade to 1.6.0.9 version.

 

Only statement "Fatal error" appears on the page, without any additional info. There is nothing useful in the logfiles - what is the best way to investigate this kind of issue?

Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

Edited by Alexgaw (see edit history)
  • Like 14
Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

 

Thanks alexgraw,

Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

Thanks dude :')

Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

 

Thanks !!!

Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

 

Thx man worked for me!!!

Link to comment
Share on other sites

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

 

Thank you so much

Link to comment
Share on other sites

Hi,
 
Thanks for the fix!
 
greetings Michiel

 

 

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

Link to comment
Share on other sites

Vekia,

 

It looks like Alex solved it for you.  Need to put him on the payroll!

 

Jonathan

 

yess i see :-)

i asked about other modules that you upgraded,

it's worth to check changes applied to these modules too

i know that everything works now, but who knows ...

Link to comment
Share on other sites

Hi guys,

 

first, let me say thanks for the solution. I would never have guessed.

 

In my case, the thing is that i did not do any update at all. I simply installed pure 1.6.0.9 Prestashop on my host, everything was working but i could not access any product detail > fatal error.

 

Hope the Prestashop guys will soon fix this.

  • Like 1
Link to comment
Share on other sites

I was the same mistake.  THANKS ALEXGRAW !!!  You have started again my hope, because i have no hope when put a question on this forum.  Example:  8 question, no answer. Only 1 other question on that.

You have right, in the last time Prestashop team have many many issues and bugs in the update.

Link to comment
Share on other sites

Thanks a lot Alexgaw. Good job!!

 

Me too but I found the issue.

 

The PrestaShop team AGAIN!! not doing their testing and releasing CRAP! The level of incompetence is amazing. New version, new bugs.

 

So the issues is with the latest wishlist module.

 

Go to the blockwishlist module

 

In the file blockwishlist.php file

 

FIND: 'wishlists' => WishList::getByIdCustomer($cookie->id_customer),

Replace with : 'wishlists' => WishList::getByIdCustomer((int)$cookie->id_customer),

 

That should do it.

 

To the prestashop team:  This bug cause my to waist 4 hours on a Sunday afternoon, Mo..Fo...

Link to comment
Share on other sites

Well, I do have the same fatal error problem on product pages, but I don´t even have the wishlist module installed.

I downloaded prestashop this morning and installed it on my server.

Before I started to change anything in the backend, the error was already there!

So maybe it´s a core thing??

Can you help please?

Edited by vivianne (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...