ok this is my error below.. this is not my server so i got the directory that is "e:\domains\a\arcticattack..." from the moviethumbnail box where it was automatically field in with "e:domainsaarcticattack.comuserhtdocsgallery/images/movie.thumb.jpg" .. ok so what am i doing wrong.. i know c:windowstemp isnt going to be accessible to me.. but if i can figure out why the albums directory doesnt work.. i think i can fix the temp section.. please help.
/* Constants */
$gallery->app->galleryTitle = "Arctic Attack";
$gallery->app->useIcons = "no";
$gallery->app->skinname = "none";
$gallery->app->uploadMode = "form";
// Error: Directory e:domainsaarcticattack.comuserhtdocsgalleryalbums does not exist. Please create it.
// Error: Directory C:WINDOWSTEMP does not exist. Please create it.
----
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):
Posts: 3236
You haven't really provided us with any information, so the best anyone can do is offer guesses that may or may not be the issue. First of all "e:domainsaarcticattack.comuserhtdocsgalleryalbums" is not a path, it is a bunch of gibberish. "e:\domains\aarcticattack.com\user\htdocs\gallery\albums" is much more likely to be the right path. Same with "C:WINDOWSTEMP" which should probably be "c:\windows\temp" instead. This is all assuming you are residing on a windows server.
Take a look at the form in your post and see what you can fill in. Giving us a URL is probably the single most useful thing you can do if you don't know any of the other information because a site like netcraft can tell us.
Waiting with baited breath.