Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC:

[FIXED] File uploader issue 25 Jun 2013 16:59 #7660

  • BTB300
  • BTB300's Avatar Topic Author
  • Offline
  • Moderator
  • Moderator
  • Posts: 415
  • Thank you received: 132
MAY HAVE FOUND SOURCE OF ISSUE :cheer:

It appears that there may be a typo in code for a file upload field

have two views that have a file upload field and both frontend and backend views have the same issue in the viewname_form.php
the code is below
'actions' => array('remove', 'thumbs', 'delete', 'trash'),
		'cid' => ->id
			);
i do believe that it should be as below
'actions' => array('remove', 'thumbs', 'delete', 'trash'),
		'cid' => id
			);

When build in sand box admin side gives error
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /home/cook/sites/www.j-cook.net/public_html/sandbox/cms30/administrator/components/com_demo9350/views/fileuploaddetail/tmpl/fileuploaddetail_form.php on line 126

Please Log in or Create an account to join the conversation.

[FIXED] File uploader issue 26 Jun 2013 08:45 #7678

  • admin
  • admin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Chef
  • Posts: 3711
  • Thank you received: 986
Fixed.
Coding is now a piece of cake

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Time to create page: 0.053 seconds

Hi All just wanted to add one more "thank you" voice to all those who discovered the value of this amazing application. The website I was working on went to production few days ago and I do not want to even try to imagine what would it take to build it without j-cook. So - endless thanks keep it running and evolving I believe it deserves to be the core tool for any joomla application! Thanks!
Michael (bmk028 - Forum)  

Get Started