-
There looks to be an issue with newer versions of PHP when saving that throws an error in which I've pushed a fix for.
-
you can check here the output in the html
-
I have clients that sign up and buy subscriptions. On the Admin page for each client can I add additional information to the page? I want to see what orders they have placed.
-
This looks to be a bug in the Forms module. I've posted an update:
-
Nevermind! Thanks to this post https://forum.getfuelcms.com/discussion/1508/fuel-model-has-many-no-object-data
-
New Dwoo 7.2 issue (https://github.com/NagVis/nagvis/issues/142) needs pushing.
-
It appears that on PHP 7.2 Mcrypt has been removed.
-
The change I recommended hasn't been pushed to the branch yet and was something I thought you could test out locally since I'm not able to replicate just yet. The code change was specified here to th…
-
Instead of naming the field "image_upload", just name it "image". The field creates some hidden fields with the "_upload" suffix already. Additionally, I ran into a bug …
-
FYI there is a php 7.2 compatibility fix branch on the repo now which also includes CI 3.1.8:
-
Good afternoon everyone in the world.
-
-
yes, I have ini_set('display_errors', 1) in case of development environment, and echo ini_get('display_errors'); echoes 1
-
This does not help. In my controller function create() that I run I currently have this:
-
That looks to be a bug. I've posted a fix in the develop branch:
-
This looks like it an issue in how it is implemented. It's sharing one Form_builder instance for each and the reset doesn't clear everything out. A cleaner way would be to have a separate Form_builde…
-
I'm not quite sure I understand your issue. If it's not working at another domain, then it sounds like you need to configure that domain in your CPanel. If you are getting a forbidden error, it sound…
-
Also, try merging in from the develop branch where that wildcard fix has been added:
-
The documentation appears as a link on the Dashboard by default. If you install the User Guide module, it will use the stylings from that to make it look a little nicer:
-