Welcome Guest, Not a member yet? Register   Sign In
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS

[eluser]hugle[/eluser]
Somehow I managed to launch the -dev version.
I edited MY_Router.php line ~158 :
Code:
$location = str_replace('settings.php', 'Settings.php', $location);
            $location = str_replace('user_lib.php', 'User_lib.php', $location);
            include_once $location;
I know it's not a NICE sollution, But I wanted this CMS to runSmile


GUI looks much much nicer, and works for me ~2-3 times faster Smile

Why I want to launch 0.9.8-dev is because I'm planing to develop a new webpage, and wanted a nicer gui Smile

Now when I access Photos module from admin area, I get:
Code:
Table 'huglester2_waste.photo_albums' doesn't exist</p><p>SELECT pa.*, COUNT(p.id) AS num_photos
FROM (photo_albums pa)
LEFT JOIN photos p ON pa.id = p.album_id
GROUP BY pa.slug

It's all for now Smile


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 01-15-2010, 01:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB