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

Solution to phpcms push failure

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

Share

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

This article is to share with you about the solution to phpcms push failure. The editor thought it was very practical, so I shared it with you as a reference. Let's follow the editor and have a look.

What if the phpcms push fails?

PHPCMS: failed to send the article to the recommended bit, but could not recommend it to the recommended bit and fixed it

Recently, when my friends were maintaining a project, they found that their articles could not be recommended to the recommended position. After the menu recommendation, the blank is displayed directly and the push fails; check the recommendation bit in the article and report the error directly when saving.

Find the core file for the recommended action: modules/admin/classes/push_api.class.php

Recommended bit list API handler: position_list ()

Through breakpoint analysis, the statement that caused the problem is at A.

The array is initialized at B and modified to

$fields_arr = $fields_value = array ()

It can run normally.

Considering that the project uses PHP7, while PHPCMS supports more PHP5, the root cause is a problem with the version features of PHP. It is recommended to choose php5.3 when using PHPCMS, which is relatively stable.

Thank you for reading! This is the solution to the failure of phpcms push. I hope the above content can be of some help to you so that you can learn more knowledge. If you think the article is good, you can share it and let more people see it.

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