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

[eluser]dysfictional[/eluser]
Just upgraded this morning and there is a minor issue with the news module escaping html on the body section (in pyrocms/application/modules/news/views/admin/preview.php and pyrocms/application/modules/news/views/view.php) which can be fixed by changing
Code:
<?=htmlentities(stripslashes($article->body), ENT_COMPAT,'UTF-8');?>
to
Code:
<?=stripslashes($article->body);?>

[eluser]egoslip[/eluser]
I actually have a question...

Have you consider moving the template engine to the db and create template straight from the db instead of having files uploaded???

basically something similar to the EE setup.

[eluser]Yorick Peterse[/eluser]
[quote author="egoslip" date="1250391983"]I actually have a question...

Have you consider moving the template engine to the db and create template straight from the db instead of having files uploaded???

basically something similar to the EE setup.[/quote]

Phil thought about it, but I will not allow it since it's just plain stupid. Here's why :

• you can't use your own editor
• it's slower than using files
• harder to manage
• database size will grow too fast

[eluser]seanloving[/eluser]
I just got a version of pyrocms running on a windows xp machine. Now what? What's the chance someone can point me at any documentation? A tutorial would really help - something about how to transform the default installation into a custom site / application.

One specific question - why can't I see new links when I add them (using control panel) to the header, footer, etc?

--Sean Loving

[eluser]boony[/eluser]
[quote author="seanloving" date="1250470867"]I just got a version of pyrocms running on a windows xp machine. Now what? [/quote]

Hi,

While I can't answer your question I'm interested that you have got it running. Apart from following the install instructions did you have to do anything else?. I have posted a couple of times asking why I keep getting returned back to the login screen. In fact when I try to login in the next screen goes to .../users/login but the same login screen with no css is loaded. very frustrating.

[eluser]Yorick Peterse[/eluser]
[quote author="seanloving" date="1250470867"]I just got a version of pyrocms running on a windows xp machine. Now what? What's the chance someone can point me at any documentation? A tutorial would really help - something about how to transform the default installation into a custom site / application.

One specific question - why can't I see new links when I add them (using control panel) to the header, footer, etc?

--Sean Loving[/quote]

Please report any issues to the bugtracker instead of posting them here.

@boony

Do you have mod_rewrite enabled ?

[eluser]ray73864[/eluser]
omg, Yorick is back... YAY!!!!

[eluser]seanloving[/eluser]
[quote author="boony" date="1250474889"][quote author="seanloving" date="1250470867"]I just got a version of pyrocms running on a windows xp machine. Now what? [/quote]

Hi,

While I can't answer your question I'm interested that you have got it running. Apart from following the install instructions did you have to do anything else?. I have posted a couple of times asking why I keep getting returned back to the login screen. In fact when I try to login in the next screen goes to .../users/login but the same login screen with no css is loaded. very frustrating.[/quote]

I had to enable msqli.dll in my php.ini (in addition to msql.dll)

However, that doesn't sound like your problem. I can't tell if you are past the install or not. Can you navigate to your new project home page? I think you are saying your problem is you can't login as an admin to the control panel of your new project. Is that right?

SL

[eluser]Yorick Peterse[/eluser]
[quote author="ray73864" date="1250488513"]omg, Yorick is back... YAY!!!![/quote]

Haha, spending 3 weeks in Canada is nice, but there's a lot to do when I get back in three days, Phil is making a mess of things Tongue

[eluser]seanloving[/eluser]
Quote:Please report any issues to the bugtracker instead of posting them here.

I see from an earlier thread you're using assembla. I have an assembla account already. I can see the existing tickets for pyrocms there, but I can't make a new one. Do you have to invite me? Sorry this is just me not knowing how to use assembla.

SL




Theme © iAndrew 2016 - Forum software by © MyBB