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.
Muts
Discussions
48
Comments
100
Activity
load dataurl using Image class
Anyone? It's quite urgent.
Comment by
Muts
January 2013
permalink
ScrapYrd closed?
Aah thanks for the info :)
Comment by
Muts
January 2013
permalink
How to save JSON?
To keep all posts readable, I'm craeting this new reply. I FINALLY GOT IT TO WORK!!!!! YEEeeey So it seemed the url attribute was wrong.Just to be sure and to keep teh ajax calls apart I created a new ajax Controller:http://scrp.at/bXn As you c…
Comment by
Muts
November 2012
permalink
How to save JSON?
K so when I remove the url attribute and leave it as a default (which is the current url) it gives me the following error in return: ErrorException [ Warning ]: Attempt to assign property of non-object (on the template object: title and content). …
Comment by
Muts
November 2012
permalink
How to save JSON?
Well I tried a few things: and finally edited my save function to the following: http://scrp.at/bW- Now this gives me the error message. But no specific one (simply "object Object" and the text I'm sending).To be sure I checked whethe…
Comment by
Muts
November 2012
permalink
How to save JSON?
K, so this is what I have as of now: http://scrp.at/bW3 But it doesn't do anything.
Comment by
Muts
November 2012
permalink
How to save JSON?
Thanks for the response, and sorry for my late reply. But it seems that when doing this ajax call with JQuery you need to put an 'url' to which the request is sent. Should it be used?If using an url is it enough to put the URI method or th…
Comment by
Muts
November 2012
permalink
How to save JSON?
I understand that javascript is client side... But I suppose there is a way to get that JSON string and save it to a database.
Comment by
Muts
November 2012
permalink
Input post ignored?
omg, I'm so furious at myself right now.......... I simply forgot to add the name value to my inputs. Where is my TIMEMACHINE!?
Comment by
Muts
November 2012
permalink
Input post ignored?
Point 3 is kind of different: bassradio and mindmapping are 2 different websites with their own fuelphp core. The POST does work on site 1 but not on site 2. I didnt change the folder name.
Comment by
Muts
November 2012
permalink
Input post ignored?
Very odd indeed.... I mean even using validations it doesnt show up anything. For sohttp:/me weird reason the post does work on the same host (with fuelphp) but different folder. I mean: On this url website it works: http://scripttesting.com/bassra…
Comment by
Muts
November 2012
permalink
Input post ignored?
The array does seem empty. Shouldn't 'username' and 'password' be recognized?
Comment by
Muts
November 2012
permalink
Input post ignored?
The var dump is: string(4) "POST I'm so confused.... EDIT:: Okay now I'm even more confused... When I write: Input::method() == "POST" then it works. I mean it's logic that it works... But its weird the other 'n…
Comment by
Muts
November 2012
permalink
routing htaccess issue (with javascript)
Okay my bad... Sorry bout my attitude but found the issue. Apparently the path I gave to the graphitiPath was wrong. [removed]var graphitiPath = "../assets/js/graphiti/";[removed] doesnt seem to work cause of '../' So I chan…
Comment by
Muts
October 2012
permalink
routing htaccess issue (with javascript)
Im not sure what you mean by "I don't know what it's supposed to do". I added the working links in my previous posts. I might understand your statements wrong Its should generate the SVG as seen here: http://scripttesting.com…
Comment by
Muts
October 2012
permalink
routing htaccess issue (with javascript)
Well the problem is that my javascript works as intended when navigating to: http://scripttesting.com/mindmapping/index.php/home but not when I go to http://scripttesting.com/mindmapping/home
Comment by
Muts
October 2012
permalink
routing htaccess issue (with javascript)
This is my htaccess: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] my base url is set to null and index is set to false. but still the javascript…
Comment by
Muts
October 2012
permalink
Upload file name empty?
sorry, read between the lines, its a multi dimensional array -.- thanks
Comment by
Muts
July 2012
permalink
Blog tutorial
The website doesnt seem to exist
Comment by
Muts
November 2011
permalink
fuel forum module
Well that module doesnt seem to be free. I do understand however that people would like some contribution on what they created. So I guess I should try and create something although the code will be messy! I'm not sure when it will be done b…
Comment by
Muts
May 2012
permalink
fuel forum module
Well this forum is actually perfect what do you understand under decent if this is a simple forum?
Comment by
Muts
May 2012
permalink
scaffolding with enum
Aah thanks, should have thought about that
Comment by
Muts
January 2012
permalink
calendar json request
Oh well the point is to keep the usual: class Controller_Admin_Events extends Controller_Admin { public function action_index() { $events = Model_Event::find('all'); $data['events'] = $events; $this->template->tit…
Comment by
Muts
January 2012
permalink
Calendar Package
Has this been updated for 1.1? I personally haven't tested it yet as I'm at work ftm. Do you maybe have a demo?
Comment by
Muts
September 2011
permalink
calendar json request
So as the event I should write something like: $(document).ready(function() { $('#calendar').fullCalendar({ editable: false, url: true, events: 'admin/events/index' }) }); This is my class as of now, but …
Comment by
Muts
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
Muts
Joined
February 2011
Visits
21
Last Active
January 2013
Roles
Member