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
child pid 1789 exit signal Bus error (10)
I haven't got a clue. I don't know XAMPP. Perhaps see if there's an update?
Comment by
WanWizard
January 2012
permalink
validation problem
Did you run the validation? The last error message is from your authentication solution, not from the validation.
Comment by
WanWizard
January 2012
permalink
Specifically name file when uploading
There is no configuration for this, as it is not known how many files will be uploaded, and in which sequence the user will do that. The Upload class has to be generic enough to deal with this. To deal with details on the specific file level, the b…
Comment by
WanWizard
January 2012
permalink
ORM fieldset and the form Builder
Can you give some feedback on that? We can use that to improve the documentation.
Comment by
WanWizard
January 2012
permalink
validation problem
You can't use it like this. $val->error('fieldname') returns false if there was no error for 'fieldname', it only returns a Validation_Error object is the validation of the 'fieldname' failed. p.s. don't u…
Comment by
WanWizard
January 2012
permalink
Setting Up Fuel to work in a MultiSite/Virtual Subdirectory Environment
I have gone a step further, and separated core and packages from app, so for all sites hosted on a server I only have a single core and packages folder, the index.php files for all apps point to these folders. Core and all packages are git clones i…
Comment by
WanWizard
October 2011
permalink
child pid 1789 exit signal Bus error (10)
If I do that here I get ErrorException [ Parsing Error ]: syntax error, unexpected '=' as expected...
Comment by
WanWizard
January 2012
permalink
child pid 1789 exit signal Bus error (10)
I honestly don't know. The framework uses class_exists($class) extensively internally, without any problems. Where exactly do you use this code? If it is in a piece of code that is being loaded by the autoloader, like _init() or __construct(),…
Comment by
WanWizard
January 2012
permalink
Add to Fieldset
Hello psren, and welcome here. Just to be sure, you know the Fieldset class has nothing to do with the HTML tag of the same name? To generate tags, check out the Html class, or the Form class (for form building).
Comment by
WanWizard
January 2012
permalink
child pid 1789 exit signal Bus error (10)
"child pid 1789 exit signal Bus error (10)" is an error related to memory, where a piece of memory is adressed that can't be accessed by Apache. This can have two major causes: - hardware defect. to check, run an extensive memtest o…
Comment by
WanWizard
January 2012
permalink
Session does not work
I'm still trying to make heads or tails of what you are doing here. So you have an action called chkLogin(). Which is called from the URL? Which has something abstract called "generalUserAuthenticated" of which I haven't got a c…
Comment by
WanWizard
January 2012
permalink
Session does not work
I don't understand what you're trying to do here. Don't use $_REQUEST. Use the Input class. And why getting user input, and then overwriting it with a session variable? Question here is: where is this session variable set? And when? …
Comment by
WanWizard
January 2012
permalink
ORM fieldset and the form Builder
I populate them in a custom method, as I don't need them in normal use of the model, only if the model is used for CRUD operations. // set the locale options with installed locales static::$_properties['locale']['form'][&…
Comment by
WanWizard
January 2012
permalink
ORM, Forms, Validation and DRY. Am I trying too hard?
Imho validation should be part of the properties. No matter where the data comes from, if your validation rules are different based on the source of the data, you have a design issue. As for formatting info, I don't think that should be part o…
Comment by
WanWizard
December 2011
permalink
Migration problem
Environment issue?
Comment by
WanWizard
January 2012
permalink
Skip current matched and move to the next one
no. what would be the use-case of that?
Comment by
WanWizard
January 2012
permalink
Some wrid funtionallity on Validator
Can you create an issue for this on http://github.com/fuel/core/issues so it won't be forgotten?
Comment by
WanWizard
January 2012
permalink
Understanding the environment
You mean oil on your production server doesn't pick up the correct environment? I don't think Oil works that way (as the way you define it for your site doesn't work with oil), but it knows the "-env " commandline option, w…
Comment by
WanWizard
January 2012
permalink
dblib not found in a task
Yes. Configure the proper DSN for this PDO connection. Or if you want to use dblib, make sure it is installed on your webserver. PDO_DBLIB is a PECL package, so you need to install it, it's not a part of a default PHP installation.
Comment by
WanWizard
January 2012
permalink
Packages gone?
You might not have followed the instructions. Both the core and all packages are git submodules: git clone --recursive git://github.com/fuel/fuel.git git submodule update --init
Comment by
WanWizard
January 2012
permalink
unescape results?
I'd like to know what your specific environment is. I don't have any issue whatsoever in storing data in the database, and I've never seen such issues. Can you give an example of input, code to put it in the database, and code used t…
Comment by
WanWizard
August 2011
permalink
Empty ORM object properties after ->find('first')
Moved to the ORM forum.
Comment by
WanWizard
January 2012
permalink
Understanding the environment
Why can't you use oil?
Comment by
WanWizard
January 2012
permalink
No output (white page) on syntax or some other error
The only reason for a blank page I can think of is that the code actually executes, but there is no data in the response. Parsing errors, warnings, notices, I get them all. I have never seen such an issue...
Comment by
WanWizard
January 2012
permalink
No output (white page) on syntax or some other error
Enable error reporting and display errors. This is enabled by default in your index.php. When in development mode FuelPHP shows you all errors including a code snippit and a backtrace, in production mode you only get a generic message, but the erro…
Comment by
WanWizard
January 2012
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,374
Last Active
8:12AM
Roles
Administrator