Recent activity
Recent activity (0)
LINE login error when user tries to login to my website
Problem
When a user logs in to my website by LINE social login, it returns error and the user is not registered or logged in.
Reason
The user's LINE account name contains icon(s) which character setting in Database doesn't support. Let's say that, first name and last name of user will be kept in website database and when it's an icon it cannot be recorded by database default setting.
Solution
Change "charset" in database to support receiving usernames with icon.
1. Get database name in .env file.
1.1 ) cPanel -> File Manager -> /home/
Login to my website as admin Error 419 Page Expired
Problem When you log in to your website as admin at http://{DOMAIN}/admin/login-form Or your website members login as user at http://{DOMAIN}/login-form it returns an error page "419 Page Expired" after email address and password submitted. Reason It will happen when opening website with non-secure connection (without https://) Since RVsitebuilder 7.3.7 released, it improved security by supporting secure session for domain name with https:// by default. Domain name without security (https://, SSL Certificate) will return error. Solution A. If your domain name has SSL certificate installed Please check SSL Certificate if it's working properly. And make sure to login to control panel with secure port (https://domainname.com:2083) when editing website on RVsitebuilder 7. B. If your domain name doesn't have SSL Certificate installed You can disable our secure function by the following guide. Please be noted that browsers will always support secured websites. You may consider make your website become secured for more business effective. Disable secure function. 1. Login to control panel , go to File Manager 2. At /home/{user}/rvsitebuildercms/{domainname}/.env (where to find .env) 3. When opening the .env file, find "SESSION_SECURE_COOKIE=true" 4. Change it to "SESSION_SECURE_COOKIE=false" 5. Save. 6. This will allow your website work properly on non-secure connecttion.

