- Posts: 290
- Home
- Forum
- Community Forum
- Feature requests / Suggestions
- Implemented
- Feedback support in Experience
- Forum
- Community Forum
- General discussions
- Falang/PHP/Jooml causes an error when creating/editing articles in the front-end
Falang/PHP/Jooml causes an error when creating/editing articles in the front-end
- Thellie
- Topic Author
- Offline
Less
More
7 years 7 months ago #10249
by Thellie
Falang/PHP/Jooml causes an error when creating/editing articles in the front-end was created by Thellie
This cropped up today when I was setting up the front-end editing so we could share out the task of translating the language pack.
On save: Save Failed with the Following Error: Invalid Parent ID
A couple of sites recommended the following, but it didn't work for me.
I eventually found that a code change is the solution:
In .../libraries/joomla/table/asset.php line 110 changeto...and it worked a treat.
Hopefully this will save some headaches for anyone out there with the same issue.
On save: Save Failed with the Following Error: Invalid Parent ID
A couple of sites recommended the following, but it didn't work for me.
- Go to the Menu Manager, select all menus items and click the rebuild button.
- Go to the Category manager, Select all categories and click the rebuild button.
- Open all categories and save them (this will insert the appropriate assets tables associations for all categories).
I eventually found that a code change is the solution:
In .../libraries/joomla/table/asset.php line 110 change
->select('1')
->select($this->_db->quoteName('id'))
Hopefully this will save some headaches for anyone out there with the same issue.
Please Log in or Create an account to join the conversation.
- solidres
-
- Away
Less
More
- Posts: 2953
7 years 7 months ago #10256
by solidres
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Replied by solidres on topic Falang/PHP/Jooml causes an error when creating/editing articles in the front-end
Hi,
What is your current Joomla version?
Regards,
What is your current Joomla version?
Regards,
FAQ: www.solidres.com/support/frequently-asked-questions
Support Policy: www.solidres.com/support-policy
Please Log in or Create an account to join the conversation.
- Thellie
- Topic Author
- Offline
Less
More
- Posts: 290
7 years 7 months ago #10258
by Thellie
Replied by Thellie on topic Falang/PHP/Jooml causes an error when creating/editing articles in the front-end
3.7.4 at that point but I've just now updated to 3.7.5
Please Log in or Create an account to join the conversation.
Moderators: solidres