• Closed by: Marek
  • Closed on: 01.05.19, 16:10
  • Reason: Closed
  • Comment: Glad to help!

Ticket #14241 - Migration | Database pagebuilder encodage

Hi,

I’m on the way to migrate my prestashop website to production server, it seems to be a bit tricky i did it.
My last problem is : on pages from Pagebuilder, all my links are still like the old server and i can’t find where it is registered into my database … I think it is encoded for something like : “Ji/VxYgHzgvWO9AQ+7UleRPd2IaQWo1M+71H1SAZoIPX3ohMLtSsTM3e6aZSUGT4daT0u+d9iNmeYyBEQuAPhg==\” Which encoding are you using ? I could not find myself … I would like to run a search & replace for those links too …

Thank you for your help,

Regards,

Comments

Marek 10 Apr 2019, 23:09

All encryption function collected in the one file /modules/pspagebuilder/classes/psrijndael.php
But you can edit links through Page builder in the back office

Antoine Coulloudon 11 Apr 2019, 09:40

Thank you for your reply,
I know how to edit them from back office but i would like to replace them from database to make sur i do not forget one of them …

I have looked into psrijndael.php file and it seems to need a unique key for each chunk of page builder table database, in this case my process will be a bit too heavy …

So, it does not matter, it’s not really devs friendly but i will do it in page builder :( …

Marek 11 Apr 2019, 22:04

Yes, there is no way to make simple replace in database because all data us encoded. That is a question to module developer…