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

[eluser]sshz[/eluser]
[quote author="fatdog" date="1241128298"]Hi,
This PyroCMS seems to be what I've been looking for a while now, but I can't make it work.

The problem is that the browser is not parsing the PHP. Meaning that It's spitting out the <? tags literally.

I'm on a Windows machine using EasyPHP.

Maybe this problem is not specific to PyroCMS, but I have never encountered this problem
using CI. I do have two other sites done with CI on this same server, and both work fine.

If I can make this work, I will be sharing my Spanish translation.

Any clues on what might be the problem?[/quote]

The problem is in your server, most likely in php settings. Try reading this http://ru.php.net/ini.core
short_open_tag part
#52

[eluser]Phil Sturgeon[/eluser]
Released v0.9-beta2.

Download ZIP
Download TAR

Take a look at the closed tickets to get an idea what has been done. Not all changes will be on there though. I also added Google Analytic integration, fixed a few random bugs and cleaned up the MySQL schema to allow MySQL servers running in "traditioal mode" to work ok.

To use Google Analytic, just enter your Analytic key into the "Statistics" settings section and it will work automatically.

Update: Forgot to mention, this beta2 uses the most up to date copy of CodeIgniter from the SVN trunk. I wanted the Cart library for a shop module I will soon be adding.
#53

[eluser]Yorick Peterse[/eluser]
It looks very nice, the only problem is is that your site refuses to load. It took me about 5 minutes before the title changed from "Loading...." to "There's no place like 127.0.0.1" Smile
#54

[eluser]Phil Sturgeon[/eluser]
Yeah I am having a problem with my VPS at the moment. I am looking into it but am not 100% sure on the fix.

The code can still be accessed as it is hosted by GitHub. Download it, install it, break it and report it. :-)
#55

[eluser]Yorick Peterse[/eluser]
[quote author="Phil Sturgeon" date="1241291742"]Yeah I am having a problem with my VPS at the moment. I am looking into it but am not 100% sure on the fix.

The code can still be accessed as it is hosted by GitHub. Download it, install it, break it and report it. :-)[/quote]

Hm...I'm using Versions app for SVN, don't have a Git client Smile
#56

[eluser]Phil Sturgeon[/eluser]
You dont need to, you can just use any of the download links on the project page or in this thread. I have posted loads of them. :-)

http://github.com/philsturgeon/pyrocms/z...v0.9-beta2
#57

[eluser]Yorick Peterse[/eluser]
[quote author="Phil Sturgeon" date="1241296578"]You dont need to, you can just use any of the download links on the project page or in this thread. I have posted loads of them. :-)

http://github.com/philsturgeon/pyrocms/z...v0.9-beta2[/quote]

Oh yes I see, stupid me, totally missed it xD
#58

[eluser]Yorick Peterse[/eluser]
By the way, does it support custom plugins ? I'm interested in making plugins for the system, if it's supported ofcourse Smile

p.s. I know that you can make plugins for CodeIgniter, but I mean plugins for the system itself, or can that be classified as the same ?
#59

[eluser]Yorick Peterse[/eluser]
Downloaded PyroCMS 15 minutes ago and have been playing with it. It looks really nice, however I think the admin backend is a bit of an overkill in terms of features. Perhaps dividing several options into categories would make it look a bit cleaner.

I also noticed a bug that when you go to Packages => New Package and hit "Cancel" it takes the user to a non existing URL. In my case the base URL is the following (manually defined this in config.php):

Code:
http://localhost:8888/PyroCMS/

Clicking "Cancel" takes you to the following URL:

Code:
http://localhost:8888/admin/packages/index
#60

[eluser]fatdog[/eluser]
[quote author="sshz" date="1241248813"]
The problem is in your server, most likely in php settings. Try reading this http://ru.php.net/ini.core
short_open_tag part[/quote]

Yesterday I changed the rewrite short tags on the config file and Pyro breaks differently, but still breaks. I'm not at work now, so I can't see the exact code, but it skipped half of the html (no header, etc) and then started spitting raw php.

I'm not saying it's not my server, but every codeigniter piece of code, libraries, helpers, etc, that I've tried, have worked flawlessly "out of the box" on every server I've used with CI (XAMMP & EasyPHP at home and work, and two flavours of linux and windows hosted solutions). I only once had to change the rewrite short tags in CI config file, because of some library I downloaded, and that was it.

That's why I thought it might be a an issue with pyro. If I have to change the php.ini to make this work, then Pyro it's a no go for me. Most of my clients have their sites on hosted solutions with various degrees of restrictions and versions of php. (Which is why I came to codeigniter on the first place).




Theme © iAndrew 2016 - Forum software by © MyBB