-
My understanding of the new licenses is that the core of CodeIgniter is going to be licensed under the Open Software License, which is a copyleft license, while files comprising a users application ar…
-
I get the error `Widget 'hero_widget' was not found.` when trying to run the demo. I have put the widgets folder inside the application folder, and set up everything else as described. Any ideas?
See…
-
_Original author: ukarr...@gmail.com (July 27, 2011 15:49:07)_
What steps will reproduce the problem?
1. Generate a img-tag with a png image
2. Put it into your HTML-Code for your PDF (img-tag nested…
PhenX updated
11 years ago
-
When checking to see if a ID is valid in a custom module I use the show_404() function to show a 404 page. This worked perfectly with PyroCMS 1.3, but when I use it in PyroCMS 2.1 It shows a page rese…
-
I understood that when the $this->parser->parse() method was called this would output the display. I thought this was the case in all apps which I'd written to date. However, it turns out in a recent …
-
Thanks for this report by @i960, taken from a comment on 557de4463e1bca914cb3d4702150385324e77ffd. I still don't see the bug happening on _my_ system, but it's a very interesting report.
"Even with …
-
When uploading two different files types using the files library upload fuction, the second file extension is not recognized returning "The filetype you are attempting to upload is not allowed."
I fo…
-
Copied from [here](http://codeigniter.com/forums/viewthread/217569/)
If you take the latest version of CI and replace the welcome controller with the following code:
public function index()
{
…
-
With the latest 2.1/develop branch
Steps to reproduce:
1. Try to create a new page.
2. Click the img button on the wysiwyg editor (the 2nd button).
3. Modal pops up with the following fatal error:
E…
-
Hi, Thanks for creating the library !
How can I use the plugin with hmvc ?
I want to use the views in the modules..