In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the phpcms v9 background can not upload pictures of the solution, has a certain reference value, friends in need can refer to. I hope you will learn a lot after reading this article. Next, let the editor take you to learn about it.
The PHPCMS V9 editor can't upload the picture. As soon as I check it, it uses a secondary domain name, which may be the reason why the picture cannot be uploaded.
What if the phpcms v9 backend cannot upload pictures?
Reason: when the administrator sets a dedicated management domain name, the editor used in the background is still using the editor called by the main domain name, so there is no permission to upload attachments and images.
Solution.
Method 1
Do not use a dedicated second-level domain name to manage the background and release the permissions. Everything ok.
Method 2
It is entangled that the background must be managed with a dedicated second-level domain name.
1. Modify system.php in
'app_path' = >' http://www. primary domain .com /'/ / add a line 'up_path' = >' http://cp.a.com/',// backend domain name configuration address below
2. Modify / phpcms/base.php and add the following code
The code is as follows:
/ / backend CKEditor address define ('UP_PATH',pc_base::load_config (' system','up_path'));
3. Modify / phpcms/libs/classes/form.class.php
/ / original if ($allowupload) $str. = "filebrowserUploadUrl:'" .app _ PATH. "index.php?m=attachment&c=attachments&a=upload&module=". $module. "& catid=". $catid. "& dosubmit=1',rn"; / change if ($allowupload) $str. = "filebrowserUploadUrl:'" .up _ PATH. "index.php?m=attachment&c=attachments&a=upload&module=". $module. "& catid=". $catid. "& dosubmit=1',rn" Thank you for reading this article carefully. I hope the editor will share the solution that phpcms v9 cannot upload pictures in the background. At the same time, I also hope you can support us, pay attention to the industry information channel, and find out if you encounter problems. Detailed solutions are waiting for you to learn!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.