Russ Well-known member Oct 6, 2010 #3 Same as I haha , Use admin.php?add-ons/add to browse to it for now until someone else sheds the light on both of us.
Same as I haha , Use admin.php?add-ons/add to browse to it for now until someone else sheds the light on both of us.
Itworx4me Well-known member Oct 7, 2010 #5 RandZhe said: Add to config.php Code: $config[debug] = "1"; Click to expand... Should be: Code: $config['debug'] = '1';
RandZhe said: Add to config.php Code: $config[debug] = "1"; Click to expand... Should be: Code: $config['debug'] = '1';
subtato Active member Oct 7, 2010 #6 Itworx4me said: Should be: Code: $config['debug'] = '1'; Click to expand... It doesn't matter either way. I use: Code: $config['debug'] = 1; That's the proper way to use the integer, but it all doesn't really matter... ends up being the same thing.
Itworx4me said: Should be: Code: $config['debug'] = '1'; Click to expand... It doesn't matter either way. I use: Code: $config['debug'] = 1; That's the proper way to use the integer, but it all doesn't really matter... ends up being the same thing.