- Posts: 4
COMMUNITY FORUM
Can't edit or update an existing K2 article
- Lewis JL
-
Topic Author
- Offline
- New Member
Less
More
9 years 4 months ago - 9 years 4 months ago #150129
by Lewis JL
Can't edit or update an existing K2 article was created by Lewis JL
I'm using Joomla! 3..4.6 and K2 2.6.9 and every since the Joomla upgrade this has not been working... If I click on an already existing article it simple takes me to a blank page... and the url is for example:
mysite.com/administrator/index.php?option=com_k2&view=item&cid=51312
If I make a new article it saves ONLY if I click "save and close"... If I simply click save it goes to a blank screen again...
I have tried disabling all K2 plugins, native and 3rd party to no avail.... is there a work around for this? I need to be able to update....
I also can't edit on the frontend... just a blank screen...
mysite.com/administrator/index.php?option=com_k2&view=item&cid=51312
If I make a new article it saves ONLY if I click "save and close"... If I simply click save it goes to a blank screen again...
I have tried disabling all K2 plugins, native and 3rd party to no avail.... is there a work around for this? I need to be able to update....
I also can't edit on the frontend... just a blank screen...
Last edit: 9 years 4 months ago by Lewis JL. Reason: added last part...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 4 months ago #150137
by Krikor Boghossian
Replied by Krikor Boghossian on topic Can't edit or update an existing K2 article
A white page indicates a PHP error.
Can you enable error reporting and set it Development so we can see the actual issue?
This setting is located in your site's Global Configuration menu.
Can you enable error reporting and set it Development so we can see the actual issue?
This setting is located in your site's Global Configuration menu.
Please Log in or Create an account to join the conversation.
- Lewis JL
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
9 years 4 months ago - 9 years 4 months ago #150147
by Lewis JL
Replied by Lewis JL on topic Can't edit or update an existing K2 article
*n/a*
Last edit: 9 years 4 months ago by Lewis JL. Reason: found it!
Please Log in or Create an account to join the conversation.
- Lewis JL
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
9 years 4 months ago - 9 years 4 months ago #150148
by Lewis JL
Replied by Lewis JL on topic Can't edit or update an existing K2 article
This is what I found
Strict Standards: Only variables should be assigned by reference in /home/jus/public_html/plugins/editors-xtd/jatypobutton/jatypobutton.php on line 36
Strict Standards: Only variables should be assigned by reference in /home/jus/public_html/plugins/editors-xtd/jatypobutton/jatypobutton.php on line 39
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1151167 bytes) in /home/jus/public_html/libraries/cms/html/select.php on line 720
Strict Standards: Only variables should be assigned by reference in /home/jus/public_html/plugins/editors-xtd/jatypobutton/jatypobutton.php on line 36
Strict Standards: Only variables should be assigned by reference in /home/jus/public_html/plugins/editors-xtd/jatypobutton/jatypobutton.php on line 39
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 1151167 bytes) in /home/jus/public_html/libraries/cms/html/select.php on line 720
Last edit: 9 years 4 months ago by Lewis JL. Reason: update
Please Log in or Create an account to join the conversation.
- Lewis JL
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 4
9 years 4 months ago #150149
by Lewis JL
Replied by Lewis JL on topic Can't edit or update an existing K2 article
I simply disabled the JaTYPO buttons but the allocated memory still shows...
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- User
Less
More
9 years 4 months ago #150166
by Krikor Boghossian
Replied by Krikor Boghossian on topic Can't edit or update an existing K2 article
This is a memory related issue.
You need to increase your php max memory size.
This is done from the php.ini file or K2 advanced settings.
If these settings are not respected then you need to contact your hosting provider.
You need to increase your php max memory size.
This is done from the php.ini file or K2 advanced settings.
If these settings are not respected then you need to contact your hosting provider.
Please Log in or Create an account to join the conversation.