Recent activity
Recent activity (0)
Edit website returns Admin Login instead of content editor
Problem When you access to RVsitebuilder 7 on control panel , click edit and see Admin Login form instead of content editor. 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.
Create site error "Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file'"
Problem When you create a website, it error. Error: Please allow function : 'posix_getpwuid', 'getmyuid', 'fileowner', 'file_put_contents', 'parse_ini_file'. Reason RVsitebuilder requires these PHP functions to enable but some is disabled for your domain name. Solution Enable PHP function for ea-php (EasyApache4) Reconfiguration on cPanel/WHM 1 Log in to WHM2. Go to Home->Software->MultiPHP INI Editor.3. Choose the Editor Mode tab.4. From the drop-down list choose the PHP version.5 .In the configuration window that will be opened, search for “disable_functions”.6. Remove 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file' on "disable_functions" and Save. Reconfiguration via root SSH access. 1. Log into your server via SSH as ‘root’ user2. Find the main PHP configuration file on the server Run the below command to find the php.ini configuration file on your server php --ini OR php -i | grep php.ini You can see that PHP configuration file on server is /opt/cpanel/ea-php74/root/etc/php.ini 3. Backup php.ini file before editing with command cp -a /opt/cpanel/ea-php74/root/etc/php.ini /opt/cpanel/ea-php74/root/etc/php.ini.original 4. Edit php.ini file by removing 'posix_getpwuid', 'getmyuid', 'fileowner', 'stat', 'file_put_contents', 'parse_ini_file' 5. Restart EasyApache after doing the above steps.

