GetSimple Support Forum
GS erro on install WAMP - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: GS erro on install WAMP (/showthread.php?tid=5446)



GS erro on install WAMP - alex_d - 2013-12-14

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]


RE: GS erro on install WAMP - shawn_a - 2013-12-15

Looks like you cannot create
data/cache/ folder
probably a permissions issue


RE: GS erro on install WAMP - alex_d - 2013-12-15

(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


RE: GS erro on install WAMP - alex_d - 2013-12-15

well, .. just checked and there is data/cache folder

strange :/


RE: GS erro on install WAMP - shawn_a - 2013-12-15

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.


RE: GS erro on install WAMP - vinsky2007 - 2014-01-23

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