Wordpress在非对象上调用成员函数set_return_url()

时间:2016-11-25 09:34:09

标签: php wordpress url

我在新的Wordpress安装中出错。每次我点击“设计 - >自定义”我都会收到此错误:

Call to a member function set_return_url() on a non-object in \wp-admin\customize.php on line 28

我已经使用Wordpress 4.5和4.6.1测试过它,并且总是得到相同的结果。

我在XAMPP本地安装它,首先使用URL“localhost:8080”,然后使用URL“localhost.local”。一切正常,而不是点击自定义......

过去有人有过类似的错误吗?

1 个答案:

答案 0 :(得分:0)

如果您的网站在127.0.0.1Settings->Permalinks上正常运行,但服务器上发生错误,您可以尝试更新WordPress永久链接(TwentyFifteen)。

如果您编辑了所使用主题中的任何代码行,请还原更改。

此外,您可以尝试切换和使用其他旧的默认WordPress主题,例如<dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger2</artifactId> <version>${swagger.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/io.springfox/springfox-swagger-ui --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-swagger-ui</artifactId> <version>${swagger.version}</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-spi</artifactId> <version>${swagger.version}</version> </dependency> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-core</artifactId> <version>${swagger.version}</version> </dependency> <!-- https://mvnrepository.com/artifact/io.springfox/springfox-spring-web --> <dependency> <groupId>io.springfox</groupId> <artifactId>springfox-spring-web</artifactId> <version>${swagger.version}</version> </dependency> ,以查看它是否正常工作。然后通过将主题切换为默认的WordPress主题来尝试一次。