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

[eluser]Phil Sturgeon[/eluser]
[quote author="sshz" date="1262736776"]Took a look at 0.9.8

How do i disable cache? In previous versions of Pyro it was enough just to delete cache folder and the cache is not working any more.[/quote]

It's still the same Cache library that was used in v0.9.7.3. Deleting the application/cache/modules_m directory will clear that.

[quote author="sshz" date="1262736776"]I installed my module in admin area but I can't see it in the menu until I deleted the cache manually. Why do I need caching in admin area? It was always a pain in ass, especialy for my own modules.[/quote]

Caching on the navigation makes sense. To build the navigation it has to loop through the file system, parse XML files and do some ordering. If it did that every time the performance would take a hit. It might be a pain having to clear the cache for your own modules, but which do you do more, view a page in the admin or add a module?


[quote author="sshz" date="1262736776"]Need more speed? Turn off js fade.[/quote]

"JS fade" is some AJAX trickery to load up only the content div of the page. This means all of your loaded CSS, images, JavaScript etc is loaded far less. It sounds weird, but it saves you bandwidth and actually speeds things up.

[quote author="sshz" date="1262736776"]Why do I need this dwoo? PyroCMS is getting bigger and bigger, take a look at WordPress, no dwoos, caching, twitter support out of the box. But it's dead simple to use for developer and for user.[/quote]

Dwoo is very lightweight. It gives the user the ability to do interesting dynamic stuff. For example we added something to TinyMCE to allow you to navigation through a tree of links and click a page you would like to link to. This adds {page_url(23)} to the href tag meaning a dynamic link is created to the page no matter what the slug is changed to.

It also means that themes can have a far more simple syntax. It doesn't add much time to anything, you can check that in the profiler.

[quote author="sshz" date="1262736776"]Installer is not working in XAMPP, WAMP, UniServer anyone got it working? Smile[/quote]

Works fine for me on all of them. Could you provide me with some debug information to work with?

[quote author="sshz" date="1262736776"]Got some errors at front page, just after the installation:

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/pages.php

Line Number: 73

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: views/index.php

Line Number: 9[/quote]

I thought installation wasnt working? :-p Was this a fresh install or an upgrade? Again, you have to give me some information to work with.


Messages In This Thread
PyroCMS v0.9.7.4 - an open-source modular general purpose CMS - by El Forum - 01-13-2010, 03:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB