GetSimple Support Forum

Full Version: GS erro on install WAMP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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

[Image: 33cynq0.jpg]
Looks like you cannot create
data/cache/ folder
probably a permissions issue
(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
well, .. just checked and there is data/cache folder

strange :/
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.
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