Hi Everybody
Made the installation ok in localhost var/www/store
when i go to http://localhost/store/ nothing shows up, I get a blank page in my browser
If I go to http://localhost/store/admin everything shows ok I'm able to login and setup stuff..
I'm puzzled .. what am I missing ??
Thank you
I have the same problem. I found that it is in the index.php file when it tries to load the modules. I haven't had time yet to figure out what in the module loading is causing the problem. If you comment out lines 79-82 then it will kind of load.
79 // Modules
80 //foreach (glob(DIR_MODULE) as $module) {
81 // require($module);
82 //}
I rewrote it to not use the glob function, but it's still not working...
79 // Modules
80 //foreach (glob(DIR_MODULE) as $module) {
81 // require($module);
82 //}
I rewrote it to not use the glob function, but it's still not working...
Who is online
Users browsing this forum: No registered users and 4 guests