Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of solving the problem of dedecms5.7 ask Module 404

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the method to solve the problem of dedecms5.7 ask module. It is very detailed and has certain reference value. Friends who are interested must finish reading it.

What if the dedecms5.7 ask module is now 404?

The solution to the problem management and answer management of dedecms5.7 ask module

Recommended study: dream weaving cms

Dedecms on the World wide Web space found that the background ask module question management and answer management error, but in the local is good, I checked the source file, a lot, and later thought that the current virtual host is linux system, may be caused by file case sensitivity.

Du Niang for a while, if so, evil dedecms, can't you be a little more serious?

Make the following changes to run correctly:

1. Problem management page:

The code is as follows:

Askcontroladminissue.php $this- > lurd = new lurd ('dede_ask', $this- > temp, $this- > temp.'/lurd')

Change the lurd to Lurd that is

The code is as follows:

$this- > lurd = new Lurd ('dede_ask', $this- > temp, $this- > temp.'/lurd')

2. Answer management page: same thing

The code is as follows:

Askcontroladminanswer.php $this- > lurd = new lurd ('dede_ask', $this- > temp, $this- > temp.'/lurd')

Change the lurd to Lurd that is

The code is as follows:

$this- > lurd = new lurd ('dede_ask', $this- > temp, $this- > temp.'/lurd');. The above are all the contents of the solution to the current 404 of the dedecms5.7 ask module. Thank you for your reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report