Home  >  Q&A  >  body text

That's according to what's written here

The video address is this

index.php

<?php

namespace app\index\controller;

use app\index\ controller\Base;

class Index extends Base

{

/**

* @return mixed

*/

public function index()

{

return $this -> fetch();//return $this->view-> fetch();

}

}



##Base.php

<?php

namespace app\index\controller;

use think\controller;

class Base extends Controller

{


}

Webpage An error occurred during the access... What are you guys doing?

TasselTassel2618 days ago1864

reply all(6)I'll reply

  • ringa_lee

    ringa_lee2017-09-11 17:00:50

    What is the error reported? Please send a screenshot to take a look

    reply
    0
  • Tassel

    Thank you. It has been solved. Although I don’t know why.

    Tassel · 2017-09-12 09:05:33
    兰羽馨

    I don’t know what the problem is with mine, it hasn’t been solved yet.

    兰羽馨 · 2017-10-24 20:56:13
    苦橙。

    Reply Lan Yuxin: Have you solved it? I also encountered the same problem.

    苦橙。 · 2017-10-26 10:10:37
    小飞

    I also encountered the same problem. What is the problem and how to solve it?

    小飞 · 2018-04-22 15:07:12
    小飞

    Page error! Please try again later~ ThinkPHP V5.0.14 {Ten years of sharpening the sword - a high-performance framework designed for API development}

    小飞 · 2018-04-22 15:07:35
    小飞

    This is an error message

    小飞 · 2018-04-22 15:07:45
    弹下弹下

    Naming problem: use think\Controller; Zhong C needs to be capitalized. . .

    弹下弹下 · 2018-10-03 10:11:48
    ringa_lee

    Haha, okay, just solve it

    ringa_lee · 2017-09-12 13:51:24
    ringa_lee

    You can see detailed error information by opening DEBUG.

    ringa_lee · 2018-04-23 09:47:32
  • Cancelreply