Love Fuel?
Donate
About
Forums
Discussions
Login
FuelPHP Forums
Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
WanWizard
a.k.a. WanWizard
Discussions
4
Comments
8242
Activity
Auth_Acl_Ormacl::has_access()
I'll have to look into this, as your implementation on the surface looks fine. In the meantime, I wouid copy the ormacl class to your problem, overload the auth version, and revert that commit in your local copy, if that fixes it for you. That …
Comment by
WanWizard
March 10
permalink
Issue with session authentication (simpleauth) in AJAX requests
There should be no difference between a "traditional" login system (using a posted login form), and a login using an AJAX request, both should use the same session data. There is nothing to send yourself, as soon as your backend does a val…
Comment by
WanWizard
December 2024
permalink
Overriding Config files in runtime
The Email package class loads its config when it is loaded for the first time. This will overwrite any config you've set before. So the quick fix is to make sure it is loaded before you make changes. You can do that using class_exists('Ema…
Comment by
WanWizard
November 2024
permalink
Problems with Simpleauth in 1.9/develop?
Thanks for the feedback.
Comment by
WanWizard
November 2024
permalink
Problems with Simpleauth in 1.9/develop?
Looks like you haven't run the auth migrations after you've upgraded? A per-user salt has been added to increase the security of the generated password hash. edit: please note that this is a one-way migration, once added, salts can not be …
Comment by
WanWizard
November 2024
permalink
SimpleAuth/change_password problem
Thanks for the feedback !
Comment by
WanWizard
September 2024
permalink
SimpleAuth/change_password problem
No need to be sorry, keep the bugs coming... ;-) This looks like a copy/paste bug, where Ormauth uses ORM objects, Simpleauth does not. I've pushed a fix. I don't have any apps using Simpleauth, so I'm happy you can provide me feedba…
Comment by
WanWizard
September 2024
permalink
SimpleAuth/change_password problem
Well spotted. Fix pushed: https://github.com/fuel/auth/commit/1f7dad315423394a8dc8198913c010d5817eac5f
Comment by
WanWizard
September 2024
permalink
Bug in SimpleAuth/reset_password
Oops, that's a dumb fault! Thanks for reporting it, fix pushed.
Comment by
WanWizard
August 2024
permalink
Image driver error in PHP8.1 with 1.9 Develop?
I have pushed a fix for it.
Comment by
WanWizard
July 2024
permalink
Image driver error in PHP8.1 with 1.9 Develop?
I'll have a look.
Comment by
WanWizard
July 2024
permalink
oil was not created in the root directory
:-)
Comment by
WanWizard
March 2024
permalink
Route and lang
You can't create mutliple routes with the same name, so that problem doesn't exist.
Comment by
WanWizard
November 2023
permalink
Route and lang
If you are on 1.9/develop, you can now define recursive routes to implement this: https://fuelphp.com/dev-docs/general/routing.html#/recursion
Comment by
WanWizard
November 2023
permalink
Route and lang
Ok, so you've implemented multiple languages by hardcoding the URI segments in the routes. That indeed doesn't work that way, as the route name must be unique. Since routes are parsed using a regex, perhaps this works? '(?:events|eve…
Comment by
WanWizard
November 2023
permalink
Sneak peak...
Even with 1.x you are not required to use any of those framework components, packages have always been optional. 2.x will be build on standard library components as much as possible, following the PSR standards if and when possible. With the framewo…
Comment by
WanWizard
May 2023
permalink
Force Login is not working correctly
You might want to test 1.9-dev, to see if the problem still exists there.
Comment by
WanWizard
March 2023
permalink
Sneak peak...
Some repo's are being reused, to avoid losing history. Others are newly created. Only the existing ones are public at the moment, the rest will be made public when we're sufficiently happy with the code. When the core code is stabilized,…
Comment by
WanWizard
March 2023
permalink
Sneak peak...
Slowly starting work on a 2.0 version. Still very premature, the core works to the level of the Welcome controller (controller, config, routing, views. presenter, PSR DI container, request/response and logging). A lot more cleanup is still needed,…
Comment by
WanWizard
February 2023
permalink
php 8.1
Thanks. Long term illness, I'm afraid.
Comment by
WanWizard
December 2022
permalink
php 8.1
The current dev branch runs fine on PHP 8.1, but every now and then an issue is found. Since there is no proper testing done, and I'm not very well, it takes time to make sure it is stable. Having said that, all our apps (and those of our clien…
Comment by
WanWizard
December 2022
permalink
Runtime Deprecated code usage - preg_match()
With the default config it should be fixed. If you use a custom asset config in your app, make sure the url is a string (i.e. not NULL).
Comment by
WanWizard
August 2022
permalink
Runtime Deprecated code usage - preg_match()
Pushed a fix to make sure the default asset URL is a string.
Comment by
WanWizard
August 2022
permalink
Runtime Deprecated code usage - preg_match()
Which Fuel version are you using?
Comment by
WanWizard
August 2022
permalink
Getting 'Field 'id' doesn't have a default value' exception
I don't know, did you load the application config file first? And 'id''s in the database should always be "auto-increment". If not, you have to make sure you assign it a unique value yourself.
Comment by
WanWizard
August 2022
permalink
More Comments
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
About
Username
WanWizard
Joined
January 2011
Visits
2,365
Last Active
April 26
Roles
Administrator