Thread Starter
herb99
(@herb99)
Ok, solved it. Sorry as i said, i´m no PHP crack.
But afer further testing i found out: The ? is the reason.
Just replaced
function move_folder( $folderId, $inFolderId, $previousFolderId )
and it seems to work :-))
Thread Starter
herb99
(@herb99)
thanks for your quick reply.
But your suggestion does not fix it 🙁
When inserting (relacing)
function move_folder( $folderId, $folderId, $previousFolderId )
with
function move_folder( $folderId, $inFolderId, $previousFolderId )
?
i get an error message from the code-editor… and the site still breaks, sorry! I´m not a crack with php…
Thread Starter
herb99
(@herb99)
Hello Jordy,
i gave it a try and it breaks my site 🙁
immediately after activation in the backend I get a white screen with the error message: “Fatal error: Redefinition of parameter $folderId in /homepages/20/d573216861/htdocs/wordpressDevs/blankoTest/wp-content/plugins/wplr-sync/extensions/3_logger.php on line 112”
Can you give me a helping hand to put it to work?