You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running estalk two weeks ago, and now , I am login with the admin account, at the admin page, it stopped and give a 504, I can't make any settings, and I think if the latest news was disabled, it will work ok.
The text was updated successfully, but these errors were encountered:
Just add this fix in ETDashboardAdminController.class.php
/**
* Get a list of the most recent posts on the esoTalk blog. Also check for updates to the esoTalk software
* and return the update notification area.
*
* @return void
*/
public function action_news()
{
// ***** Hotfix
return;
// ***** /Hotfix
I am running estalk two weeks ago, and now , I am login with the admin account, at the admin page, it stopped and give a 504, I can't make any settings, and I think if the latest news was disabled, it will work ok.
The text was updated successfully, but these errors were encountered: