Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GS erro on install WAMP
#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


Messages In This Thread
GS erro on install WAMP - by alex_d - 2013-12-14, 06:04:48
RE: GS erro on install WAMP - by shawn_a - 2013-12-15, 03:23:38
RE: GS erro on install WAMP - by alex_d - 2013-12-15, 05:03:14
RE: GS erro on install WAMP - by alex_d - 2013-12-15, 05:10:20
RE: GS erro on install WAMP - by shawn_a - 2013-12-15, 06:47:10
RE: GS erro on install WAMP - by vinsky2007 - 2014-01-23, 17:46:00



Users browsing this thread: 1 Guest(s)