Posts: 89
Threads: 12
Joined: Sep 2010
HI GS-rs,
have a laptop from my temp work now and trying to install GS on localhost with WAMP but I'm getting next error (for the 3rd time).
I do see "cURL & mod rewrite" are not installed. Could this be the problem?
Thanx
Alex
Posts: 6,266
Threads: 181
Joined: Sep 2011
Looks like you cannot create
data/cache/ folder
probably a permissions issue
Posts: 89
Threads: 12
Joined: Sep 2010
(2013-12-15, 03:23:38)shawn_a Wrote: Looks like you cannot create
data/cache/ folder
probably a permissions issue
yes that's what I think too, installed quite a few wamp / gs but never had such a thing
thanx
Alex
Posts: 89
Threads: 12
Joined: Sep 2010
well, .. just checked and there is data/cache folder
strange :/
Posts: 6,266
Threads: 181
Joined: Sep 2011
yeah that line is in here
PHP Code:
if (!file_exists(GSCACHEPATH)) {
if (defined('GSCHMOD')) {
$chmod_value = GSCHMOD;
} else {
$chmod_value = 0755;
}
mkdir(GSCACHEPATH, $chmod_value);
}
}
so either the file_exists check is wrong, or there is some other problem.
See if error log has more details about the path.
Posts: 3
Threads: 0
Joined: Jan 2014
Hi,
I am vins and i am very new. I am using WAMP5 and have installed the latest version. However; my local machine cannot send out Email nor can it access SMTP services at all on my local machine.
Is there a default user admin login name and password that i can use when i install locally ?
Please advise.
Thank you.
Vins