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.073 seconds

I jumped and started to work on a demo component... but 2 days later this demo component became the real component. I just showed today the end result to my customer and he turned to me and said... "this is more than I expected"... All of this is because Cook did cut about 70% of my work and provided me more ways to improve the usability of the component. The end result was 17 tables all related between than to generate a full dashboard for the travel agents. Thanks for Cook developers for such great tool. This component would not be possible to be done at short time with all the features in it
Griiettner (Forum)  

Get Started