
Originally Posted by
countrycharm
jamielife did you happen find a fix yet? Thank you in advance
No sadly I haven't. I can't reproduct the problem myself on my servers to test anything, so it make's it much harder to find a solution.
I think that because of this, the problem is random and probably based on settings in your server's php.ini file. I have asked developers better than me and we all seem to be stumped on this.
The variale info is there and obviously fine (judging by from var_dump). Something is happening when it's being sent to facebook.
Perhaps you could try encoding the data;
find line 104 where you see:
PHP Code:
$prod_description = $_POST['products_description'][$_SESSION['languages_id']];
and add a new line under it that looks like;
PHP Code:
$prod_description = urlencode($prod_description);
I'm sorry I can't be more help on this.
Also, thanks for helping out on the forum!
Bookmarks