"Warning: mkdir(../../../g2data): Permission denied in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: mkdir(../../../g2data/cache): No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: mkdir(../../../g2data/cache/module): No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: mkdir(../../../g2data/cache/module/core): No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: mkdir(../../../g2data/cache/module/core/0): No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: mkdir(../../../g2data/cache/module/core/0/0): No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 683
Warning: fopen(../../../g2data/cache/module/core/0/0/0.inc): failed to open stream: No such file or directory in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 341
Warning: flock(): supplied argument is not a valid stream resource in /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class on line 359
Warning: Cannot modify header information - headers already sent by (output started at /home/blanchy/flore-succulente-www/gallery2/modules/core/classes/GalleryPlatform.class:683) in /home/blanchy/flore-succulente-www/gallery2/main.php on line 105"
Posts: 7994
That's odd. The fact that it's trying to mkdir the g2data directory seems to indicate that it's not where you're telling it is. Did you move the g2data directory after running the installer? What did you set it to in your config.php? And where is it on disk?
Judging from your output, G2 thinks it's at /home/blanchy/flore-succulente-www/gallery2/g2data
Posts: 2
Thanks for this quick reply !
In fact I thought it was possible to put the folder in the first root of my web space, not to be accessible... The problem is that the address can only be relative. I did not modified anything after the install but just tried to check it and like I was in the install folder at the beginning, I needeed to add one ../
Now it's working.
I try to import one album now...
Thank's
Posts: 7994
The address does not need to be relative, and you can put your g2data outside of your web root. Try moving it to /home/blanchy/ and putting /home/blanchy/g2data in your config.php. That should work for you.