Welcome, Guest
Username: Password: Remember me

TOPIC: [FIXED] Front controller not called

Creating a new task 05 Dec 2013 03:02 #11742

  • jhallock
  • jhallock's Avatar
  • Offline
  • Senior Member
  • Posts: 43
  • Thank you received: 1
  • Karma: 0
I can't seem to create new tasks for my controllers. I just end up at a blank page.

I want to add the task
upload
to a controller class which will handle ajax uploading of images. I created a stub to test:
public function upload() {
		
		echo "Hello world!";
		exit;
		
	}

When I navigate to: index.php?option=com_mycomponent&task=mycontroller.upload - I get a blank page. Actually I can't get anywhere using task in the url. mycontroller.add, mycontroller.edit, etc - all land at a page with no data. (Completely empty, there is no text or html at all).

I am testing on Joomla 2.5 and Joomla 3.0.

I was able to do this in past versions of cook.

Please help me fix this! Thank you.
Last Edit: 05 Dec 2013 03:03 by jhallock.
The administrator has disabled public write access.

Creating a new task 06 Dec 2013 12:24 #11751

  • etc
  • etc's Avatar
  • Offline
  • Premium Member
  • Posts: 132
  • Thank you received: 19
  • Karma: 7
Hi,
I got working something similar. The "upload" function I placed in controller (the controller placed in root of your component, not in controllers folder)
The administrator has disabled public write access.

Creating a new task 17 May 2015 10:08 #13012

  • admin
  • admin's Avatar
  • Online
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 984
  • Karma: 140
Should be fixed now. (2.7)

Note : You must call
controller.task
Coding is now a piece of cake
Last Edit: 17 May 2015 10:09 by admin.
The administrator has disabled public write access.
Time to create page: 0.113 seconds

Get Started