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

[eluser]JiLiZART[/eluser]
I have not changed his

[eluser]Yorick Peterse[/eluser]
[quote author="JiLiZART" date="1243281916"]I have not changed his[/quote]

And that's the reason why it's failing, you have to change the config.php file's base_url variable so that it matches your installation URL.

For example, if you would to store the pyrocms folder in your root you would have something like the following:

Code:
$config['base_url']    = "http://www.yourwebsite.com/pyrocms/";

[eluser]Phil Sturgeon[/eluser]
The config file should automatically detect settings for base_url. That shouldn't need to be changed but hasn't been tested for 100% of setups. Should work fine for the following sort of installation:

http://www.yourwebsite.com/pyrocms/
http://www.yourwebsite.com/something/whatever/
http://cms.yourwebsite.com/
http://subdomain.yourwebsite.com/pyrocms/

You get the picture. Tested on Ubuntu 8.04 & 8.10, Leopard and Windows (XAMPP).

Known to NOT work with userdir URL's. E.g:

http://ipaddress/~username

[eluser]Phil Sturgeon[/eluser]
A few of you seem to be trying something rather confusing here. I am not sure how you are trying to set up your installations but it should be done the same way as anything else.

Place it in your normal public_html or htdocs folder. The files can go directly into public_html / htdocs or you can create a new sub-directory or sub-folder.

If you are using Mac OS X and you have MAMP or similar pointing to /Users/username/Sites then you can create the folder /Users/username/Sites/pyrocms and put the application, codeigniter and index.php in there.

If you are using XAMPP or similar then put your files in C:/xampp/htdocs/pyrocms.

You can then navigate to http://localhost/ and it should work. You can even make a virtual host for it so http://local.pyrocms/ (or whatever your site name is) points to the pyrocms folder.

This CMS requires nothing special to work, just a normal setup like you would with any CodeIgniter app.

[eluser]Phil Sturgeon[/eluser]
Also, added a basic article on how to develop new modules for PyroCMS.

[eluser]Phil Sturgeon[/eluser]
PyroCMS v0.9.5 has been released. A whole bunch of bug-fixes have been put in since v0.9.2. To see the lot, check out my blog article.

http://philsturgeon.co.uk/news/2009/05/P...0.9.5.html

Don't forget to look at UPGRADE to see what needs to be done to upgrade your version.

[eluser]Yorick Peterse[/eluser]
[quote author="Phil Sturgeon" date="1243539381"]PyroCMS v0.9.5 has been released. A whole bunch of bug-fixes have been put in since v0.9.2. To see the lot, check out my blog article.

http://philsturgeon.co.uk/news/2009/05/P...0.9.5.html

Don't forget to look at UPGRADE to see what needs to be done to upgrade your version.[/quote]

I can't see the changes on Git yet, or haven't you uploaded them yet?

[eluser]Phil Sturgeon[/eluser]
[quote author="Yorick Peterse" date="1243542472"]I can't see the changes on Git yet, or haven't you uploaded them yet?[/quote]

This was solved on Skype, just Yorick being a muppet and not understanding Git :-p

For those of you using Git run:

Code:
git stash
git pull origin master
git stash apply

That will make sure any local changes are stashed safe before you grab the new code, then reapplies your local changes.

[eluser]JiLiZART[/eluser]
Code:
Fatal error: Call to undefined function mb_convert_case() in \www\pyro\application\helpers\MY_inflector_helper.php on line 44
hehe =) need mbstring?

[eluser]Phil Sturgeon[/eluser]
Balls, that will be the smart-arse UTF-8 string upper/lowercasing suggested in here. I have it using mbstring functions if they exist, otherwise it will use normal PHP strtolower etc.

The newest stuff is pushed to master. I'll give it another day and release a v0.9.5.1 to cover the bugs found since launch.

I only find these bugs after a big hyped release. >.<




Theme © iAndrew 2016 - Forum software by © MyBB