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.
kenjis
Discussions
20
Comments
78
Activity
phpunit test Controllers
If you could reset static properties, put the code in `setUp()`.
Comment by
kenjis
May 2015
permalink
Static variable and Constant
You can't. It is PHP spec. > Like any other PHP static variable, static properties may only be initialized using a literal or constant; expressions are not allowed. http://php.net/manual/en/language.oop5.static.php
Comment by
kenjis
April 2015
permalink
php oil refine migrate --packages=auth
Yes, you have to set config files before running `php oil refine migrate --packages=auth`. The command reads configs and generates tables for it.
Comment by
kenjis
January 2015
permalink
Email not send
Did you setup config? http://fuelphp.com/docs/packages/email/usage.html#/mailgun
Comment by
kenjis
December 2014
permalink
Update fuel 1.7.2 zip link
Still not fixed. I made an issue. https://github.com/fuel/core/issues/1797
Comment by
kenjis
November 2014
permalink
Composer
You can't update unless you update all package versions in composer.json. For example, "1.8" -> "1.8.1" After that run `composer update`. https://github.com/fuel/core/pull/1754 will be solve this problem.
Comment by
kenjis
November 2014
permalink
simpleauth security questions
> The salt Auth uses is not in the database, and therefore not compromised when a hacker has access to your database. It is true, but a hacker could easily break the salt. And once he/she knows it, the salt is completely useless. All user passwo…
Comment by
kenjis
September 2014
permalink
Video tutorial on building applications with FuelPHP
This is also not video, but might help. https://www.digitalocean.com/community/tutorials/how-to-install-and-get-set-up-with-fuelphp-on-your-vps
Comment by
kenjis
September 2014
permalink
simpleauth security questions
Salt of Auth is weaker than OWASP recommendation. Because it is system wide. > Generate a unique salt upon creation of each stored credential (not just per user or system wide); https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet#Use_a_…
Comment by
kenjis
September 2014
permalink
Warning! Fuel\Core\PhpErrorException [ Warning ]:
Your browscap file must be broken. I found it in XAMPP for Windows is broken. Comment out browscap in php.ini. ~~~ [browscap] ; http://php.net/browscap -browscap="C:\xampp\php\extras\browscap.ini" +;browscap="C:\xampp\php\extras\b…
Comment by
kenjis
September 2014
permalink
Video tutorial on building applications with FuelPHP
Did you see http://fuelphp.com/docs/installation/tutorials.html ?
Comment by
kenjis
September 2014
permalink
Request curl always return 404
Your two codes should do the same thing. So very weird. Why don't you see access log of Web server? Maybe you can find a clue.
Comment by
kenjis
September 2014
permalink
Download file broken on FuelPHP home page?
Harro, I would like to say that we should not replace released Zip file with the same name. It is confusing. How about renaming like fuelphp-1.7.2-2.zip, fuelphp-1.7.2-3.zip?
Comment by
kenjis
September 2014
permalink
Download file broken on FuelPHP home page?
Current Zip file is broken. If you want to use it, after unzipping, replace composer.json with latest 1.7/master's: https://github.com/fuel/fuel/blob/1.7/master/composer.json and run `composer update`.
Comment by
kenjis
September 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
If you take a clone of fuel/fuel, and run composer without --prefer-source, it installs master branch of psr/log and composer/installers from git. So there are: fuel/vendor/composer/installers/.git fuel/vendor/psr/log/.git > the problem is that…
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
I found permission problem in the Zip file. It is another problem. See: https://github.com/fuel/core/issues/1755
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
> Unless you specific --prefer-source, it will use the release zips and not the repo. Minimum stability is not an issue there. No, you misunderstand Minimum stability. Normal installation: ~~~ $ git clone git@github.com:fuel/fuel.git $ cd fuel …
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
You probably know that the error occurs because .git folders are missing in fuel/vendor/... When you made zip file, you probably removed them. I have to say the error is a bug of packaging, because we can't install templates like Twig accordin…
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
I think we should avoid using packages installed via git in release version.
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
If we run `composer update`, error ocurrs. $ php composer.phar update Loading composer repositories with package information Updating dependencies (including require-dev) - Updating composer/installers dev-master (020fa19 => 41cf781) …
Comment by
kenjis
August 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
Thanks!
Comment by
kenjis
July 2014
permalink
FuelPHP1.7.2 zip lacks core directory.
Yes, 1.7.1 Zip has all composer components. I think it is kind that Zip has all composer components.
Comment by
kenjis
July 2014
permalink
Fuelphp 2.0 update problem
I've just clone fuelphp/fuelphp, and run composer update. No problem.
Comment by
kenjis
June 2014
permalink
Fuelphp 2.0 update problem
"fuelphp/demo-component" : "dev-master"https://github.com/fuelphp/fuelphp/blob/master/composer.json#L17 It has been fixed since May 29th. https://github.com/fuelphp/fuelphp/commit/47ab8b948dc8b13ccfc2340631cb3bc634daae30
Comment by
kenjis
June 2014
permalink
ORM Memory leak
I could see the page. Bulk inserts sample like this:
Comment by
kenjis
May 2014
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
kenjis
Joined
November 2011
Visits
132
Last Active
July 2015
Roles
Member