Since many people encounter problems during installation and use, I still have to summarize it. If it still can’t be solved, you can join the group and ask questions to the omnipotent group friends.

Verification code is not displayed

  1. Check whether the server supports the GD graphics processing library
  2. Check the server WEB environment

<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f Rewritebase/your secondary directory name/index.php RewriteRule ^(.*)$ /Your secondary directory name/index.php?/$1 [L]

try_files $uri $uri/ /index.php?$query_string;

or this

if (!-d $request_filename){ set $rule_0 1$rule_0; } if (!-f $request_filename){ set $rule_0 2$rule_0; } if ($rule_0 = “21”){ rewrite ^/(.*)$ /index.php?/$1 last; }

Email sending failed

  1. First determine whether your port 25 is blocked. If it is blocked, try to ask the host provider to enable it (if not, change the server)
  2. Turn off registration verification or wait for the next version update (note: changing the port is useless, port 465 requires SSL support)

Data interface exception

if ($path != ‘’) { $path = strstr(trim($_SERVER[‘REQUEST_URI’],’/’),$path); }

Failed to upload image

Upload failure prompt: There was a slight hiccup during the upload. Please open the controller to check the reason!

  1. Check whether the Sina account password is correct
  2. Manually log in to the web version of Sina Weibo once
  3. Does your Sina account have permission to post on Weibo?
  4. After successful configuration, you are not allowed to log in to any Sina platform (it is recommended to use a small account)
  5. Go here to buy a Sina account Mengyin Card

Upload image size

In addition to Sina restrictions, uploading images also depends on server configuration

Please try to modify the above configuration information to solve the problem

Verification code error

Description: It is clear that the image verification code entered for login is correct, but it keeps prompting that the verification code is wrong.

  1. Check whether the ESSINON directory exists in the php.ini configuration
  2. If it does not exist, create a new directory. If it exists, check the read and write permissions.

The configuration file cannot be saved

To be added…

More bugs are waiting for your feedback (laughs) Fantasy field picture exchange and feedback group: 833715085

PLAINTEXT
Click to expand and view more

Copyright Notice

Author: MoeJue

Link: https://ja.moejue.cn/en/posts/63/

License: クリエイティブ・コモンズ表示-非営利-継承4.0国際ライセンス

この作品は、クリエイティブ・コモンズ表示-非営利-継承4.0国際ライセンスに基づいてライセンスされています。

Start searching

Enter keywords to search articles

↑↓
ESC
⌘K Shortcut