![]() |
|
Upgrading to 1.6a from 1.5.9 broke filepath - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Upgrading to 1.6a from 1.5.9 broke filepath (/thread-13623.html) |
Upgrading to 1.6a from 1.5.9 broke filepath - davidarnoult - 2021-07-29 Hi, Example : It seems that it is related to the function sanitize_path that has been modified. Is there a way to fix that? Is there a new parameter in the backend in 1.6? Upgrading to 1.6a from 1.5.9 broke filepath - acrylian - 2021-07-30 Yes, that function was modified, read about why here please: It might not be perfect yet, which is why it is a alpha version :-) Generally I strongely recommend not to use any special chars or spaces within folder/filenames because it can cause all kind of trouble. We may make cleaned folder/filenames mandatory at some point if uploading from the backend as currently it is a plugin doing this. This is what most CMS do as well. Upgrading to 1.6a from 1.5.9 broke filepath - acrylian - 2021-07-31 We have decided to revert our actually more secure change to avoid this behaviour. Still it is a good idea to seocleanup folder and filenames. Upgrading to 1.6a from 1.5.9 broke filepath - davidarnoult - 2021-08-03 Yes, thanks. It solves the problem ;-) Upgrading to 1.6a from 1.5.9 broke filepath - acrylian - 2021-08-04 Always keep in mind that the name (= URL) and the title (= website) are independent. |