- Posts: 10
COMMUNITY FORUM
item edit form not working
- joomvideo
-
Topic Author
- Offline
- New Member
Less
More
8 years 7 months ago - 8 years 7 months ago #158007
by joomvideo
item edit form not working was created by joomvideo
hello
i configure Allowing users to submit content by below link:
getk2.org/documentation/tips-a-tricks/201-allowing-users-to-submit-content
I am using the following things:
1) Joomla 3.6.2
2) K2 2.6.9
I create a menu item for edit form to allow users to submit an article from frontend but item edit form not working
when i click menu redirect to White Pages
excuse me
My English is not good
i configure Allowing users to submit content by below link:
getk2.org/documentation/tips-a-tricks/201-allowing-users-to-submit-content
I am using the following things:
1) Joomla 3.6.2
2) K2 2.6.9
I create a menu item for edit form to allow users to submit an article from frontend but item edit form not working
when i click menu redirect to White Pages
excuse me
My English is not good
Last edit: 8 years 7 months ago by joomvideo.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 7 months ago #158010
by Krikor Boghossian
Replied by Krikor Boghossian on topic item edit form not working
A white page indicates a PHP error.
Enable error reporting and set it to development so we can see the PHP error.
Enable error reporting and set it to development so we can see the PHP error.
Please Log in or Create an account to join the conversation.
- Jakob Johansen
-
- Offline
- New Member
Less
More
- Posts: 2
8 years 7 months ago #158019
by Jakob Johansen
Replied by Jakob Johansen on topic item edit form not working
hello
error repoting:
Fatal error: Call to a member function isCheckedOut() on a non-object in /home/***********/public_html/administrator/components/com_k2/views/item/view.html.php on line 100
error repoting:
Fatal error: Call to a member function isCheckedOut() on a non-object in /home/***********/public_html/administrator/components/com_k2/views/item/view.html.php on line 100
Please Log in or Create an account to join the conversation.
- modir
-
- Offline
- New Member
Less
More
- Posts: 1
8 years 7 months ago #158020
by modir
Replied by modir on topic item edit form not working
hello
error repoting:
Fatal error: Call to a member function isCheckedOut() on a non-object in /home/***********/public_html/administrator/components/com_k2/views/item/view.html.php on line 100
error repoting:
Fatal error: Call to a member function isCheckedOut() on a non-object in /home/***********/public_html/administrator/components/com_k2/views/item/view.html.php on line 100
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 7 months ago #158051
by Krikor Boghossian
Replied by Krikor Boghossian on topic item edit form not working
Make sure you overrides are up to date.
If you are not using any custom functionality I 'd suggest that you revert to the default itemform.php
More info on overrides (in your case you need to disable itemform.php) can be found here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
If you are not using any custom functionality I 'd suggest that you revert to the default itemform.php
More info on overrides (in your case you need to disable itemform.php) can be found here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates
Please Log in or Create an account to join the conversation.