DvdGiessen / DBSR

DBSR: Database Search & Replace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error on step 3

fabienlege opened this issue · comments

I've this error when trying to start the proccess (after click on "Start" button on step 3) :
syntax error, unexpected '\' (T_NS_SEPARATOR), expecting '{'

I try to search this string :
src="/sites/default

and replacing by :
src="/es/sites/default

PHP v 7.0

@fabienlege I've tried to reproduce this but so far no luck. Which version of DBSR are you using?

I've just cloned this repository today, it's the 2.1.1 version (GUI 2.0.4)
Here a screenshot of the error. that's occur just after clicking "start" button
capture d ecran 2017-08-07 a 15 55 56

UPDATE : other infos :

  • There is no error in apache log
  • If I try to click "Start" button a second time (after error occur) DBSR say me "First complete step 1!"

@fabienlege I believe I have found the cause: serialized namespaced classes. I've commited a fix in 9831b16.

Could you try pulling from the repository and checking if that latest version resolves your issue?

After update, i confirm it working for me ;)
Thanks !