hallo我在发布后在我的网站上得到一些错误。当我在本地主机中使用时,我的网站没有收到错误,但当我发布到主机上时,我收到了一个错误。名为"Class 'App\link‘not found“的错误。我怎么才能修复它呢?这里有一些关于public_html/app/Http/Controllers/Backend/LinkController.php的代码 <?php
name
显示了什么:‘`AttributeError:'NoneType’对象没有属性'access_counter‘@app.route('/<short_id>') link = ShortUrls.query.filter_by(short_id=short_id).first() db.session.commit()