超级初学者的MM,现在遇到难题了,希望各位大侠帮忙
超级菜鸟的MM,现在遇到难题了,希望各位大侠帮忙!
下了一个系统
是英文版的
叫翻译翻了一份中文的(最新版本的汉化还没出来)
我换了语言版本后
登陆成功了 跳转不到用户首页 还是在login.php 不过它成空白了,源码也是空白(但是它把登陆记录都写进数据库了)
如果登陆不成功,它也会提示你密码错误之类的
如果是英文的 登陆成功后 就可以跳转到 用户首页
我找到 login.php 这个页面
找到这句话 cheader("$return_url");($return_url 这个变量在中文和英文里 都是一样的 都是这个user_home.php)
我觉得就是它有问题啊。 可是我就是不知道 它为什么中文不跳。英文就可以跳。
这个烂问题啊,搞的我 这几天 头昏 眼花 就差 腿抽筋了。。 经理还拿 恶狠狠的 目光 盯着我。。。
我知道我灰常 灰常的菜鸟。。(千万 千万 不要 BS 我啊。。-_-|| 我会好好学习,天天向上的)
知道怎么解决的大侠 快来救我啊
------解决方案--------------------
<script>alert('登录成功!');window.location.href='index.php';window.close();</script>

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

Validator can be created by adding the following two lines in the controller.
