Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS erro on install WAMP
#1
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]
Reply
#2
Looks like you cannot create
data/cache/ folder
probably a permissions issue
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#3
(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
Reply
#4
well, .. just checked and there is data/cache folder

strange :/
Reply
#5
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.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#6
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
Reply




Users browsing this thread: 1 Guest(s)