Search…

X3 Photo Gallery Support Forums

Search…
 
Fialex
Topic Author
Posts: 4
Joined: 16 Apr 2023, 03:07

Problem after moving to new webspace/subdomain

23 Apr 2025, 08:49

Hey,

just copied my X3 directory to another webspace 
Old: xyz.de
New. fotos.xyz.de 
I can open the admin panel bit when I open fotos.xyz.de I geht the following message :Unable to write in the cache directory (./_cache/pages).
WHat can I do?
Thanks 
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14469
Joined: 30 Sep 2006, 03:37

Re: Problem after moving to new webspace/subdomain

23 Apr 2025, 22:42

Fialex wrote: Old: xyz.de
New. fotos.xyz.de
This isn't the actual URL though?
Fialex wrote:Unable to write in the cache directory (./_cache/pages).
Sounds like you have copied the files with incorrect permissions. Either that, or you have a mismatch of "owners" between PHP (running the script) and/or FTP (that copied the files) and/or the owner of the dir itself. You need to check, first of all is the folder there, then check it's owner and permissions. If you have permissions issues, this could also affect all the other folders that you copied in (for example, the X3 panel might not be able to create folders or upload images).

Also, check your ?diagnostics page. It might report something, and it might even correct some issues.
yourwebsite.com/?diagnostics

Really this is something you should resolve with your hosting service as it's related to permissions. If I am to diagnose further, I need real links and possible FTP login.
 
Fialex
Topic Author
Posts: 4
Joined: 16 Apr 2023, 03:07

Re: Problem after moving to new webspace/subdomain

24 Apr 2025, 05:38

Thanks! The problem was indeed a mismatch between php and ftp user on my lampstack. 
Working great without problems after re-upload.