user_f1e85
Chevereto Member
I have updated from v4.0.1 to v4.0.4 and because I use a sub-directory "img" I add this to the app/env.php file with 'CHEVERETO_HOSTNAME_PATH' => '/img/'
so this works fine but I just noticed the links to the image pages double the sub-directory in the url like this: https://savvyify.com/img/img/image/3JLl
all of the embed codes are showing correctly:
and the thumbnails show correctly on other sites when you paste the embed codes, and when you hover the thumbnails the url is correct
but when you click the thumbnails or a text link the sub-directory is doubled like this: https://savvyify.com/img/img/image/3JLl
My .htaccess looks like the default so I'm not sure why this is, in v4.0.1 this worked correctly.
I reported this as a bug here, perhaps correcting this bug will also fix the issues with logging in and updating installs that use a sub-directory.
so this works fine but I just noticed the links to the image pages double the sub-directory in the url like this: https://savvyify.com/img/img/image/3JLl
all of the embed codes are showing correctly:
Code:
<a href="https://savvyify.com/img/image/3JLl"><img src="https://savvyify.com/img/images/2022/11/19/2022-11-19_008.th.png" alt="2022-11-19_008.png" border="0" /></a>
but when you click the thumbnails or a text link the sub-directory is doubled like this: https://savvyify.com/img/img/image/3JLl
My .htaccess looks like the default so I'm not sure why this is, in v4.0.1 this worked correctly.
I reported this as a bug here, perhaps correcting this bug will also fix the issues with logging in and updating installs that use a sub-directory.
Last edited: