When I disable question_mark_in_urls then my URL structure changes completely from
/picture?/picture-name/category/fiora
to
/index/category/picture/picture-name/category/fiora
And the new URL is not even working, it says Permalink for album not found, but when I manually just remove the '?' from the original url then it looks fine.
Any idea what's happening here?
Piwigo version: Latest
PHP version: 5.5
MySQL version:
Piwigo URL: http://lolhentai.net
Last edited by Applepiee (2015-10-26 05:33:11)
Offline
Chaning the question mark config also causes the css and js to break, for some reason the paths don't add up.
Example: http://www.lolhentai.net/picture/22796- … categories
My hosting told me to try to change
$conf['data_location'] = PHPWG_ROOT_PATH.'_data/';
to
$conf['data_location'] = PHPWG_ROOT_PATH.'/_data/'; (Added slash)
Which works but causes some plugins to bug, like the upload community plugin.
Please help me, I have no idea where to start looking to solve this, this script is way to huge.
Offline
bump
Offline
hello
unfortunatly "question_mark_in_urls" is not well suported among extensions and maybe sometimes by the core too
we would greatly apreciate if you could fill a bug report in https://github.com/Piwigo/Piwigo going deeper in details and so we can see were things are wrong in the core, without extensions
Offline