Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to disable latest news #467

Open
zzlyzq opened this issue Apr 15, 2017 · 2 comments
Open

how to disable latest news #467

zzlyzq opened this issue Apr 15, 2017 · 2 comments

Comments

@zzlyzq
Copy link

zzlyzq commented Apr 15, 2017

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.

@knownsyntax
Copy link

My installation still works perfectly fine, so it's not the latest news being the issue at all.

Have you checked any error logs, and enabled debugging?

@inliquid
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants