I have a problem I can not solve.
Since the upgrade to 1.7.0 to version 1.7.1, I can not send pictures.
The error message displays "parsererror."
I tried to put another version of the plugin photo "build 7631" instead of "build 7650".
But that does not change.
With the google tool I located the problem:
"ow_static\plugins\base\js\ow.js" line 1451 (version 1.7.1)
But I think it's just the script that displays the error, but not the origin of the error.
I made changes in the code to make it compatible plugin photos of previous version of oxwall,
and also to increase the limit on the number of photos per album per user.
"ow_plugins/photo/bol/photo_dao.php" line 113
"ow_plugins/photo/bol/photo_dao.php" line 174
"ow_plugins/photo/bol/photo.php"
"ow_plugins/photo/controllers/admin.php" ligne 236
And I also change the encryption password :
"ow_system_plugins/base/bol/user_service.php" ligne 1759
And my table "ow_photo"
I tried without the changes made, but the problem remains the same.
Someone could he help me?