Recent activity
Recent activity (0)
How to make a website layout fixed width on RVsitebuilder 6?
How to make a website layout fixed width on RVsitebuilder 6? All website templates in RVsitebuilder 6 are Full Screen by default. You can change it to Fixed Width by this guide. Fixed Width Full Screen 1. Go to RVsitebuilder 6. 2. Click "Design" menu. Customize Header Layout On the left side of the screen, click Header -> Space -> Header Width, click Fixed Width. Click "Save". Customize Footer Layout On the left side of the screen, click Footer -> Style -> Footer Width, click Fixed Width. Click "Save". 3. Click "Pages" menu. Customize Section Layout In Content editor, click the text. Click "Edit Section Icon", then uncheck the box "Fluide (full screen)". Save and Preview. 4. Review
DirectAdmin setup database error "Server sent charset unknown to the client"
When you're installing RVsitebuilder on DirecAdmin and it's putting an error on Database setup process. Error Cannot connect to DB, check your credentials, exiting ...Error message: Server sent charset unknown to the client Solution:Add the following text in /etc/my.cnf: Default: [mysqld] max_allowed_packet=64M local-infile=0 innodb_file_per_table=1 Add following: [client] default-character-set=utf8 [mysql] default-character-set=utf8 [mysqld] collation-server = utf8_unicode_ci character-set-server = utf8 default_authentication_plugin = mysql_native_password max_allowed_packet=64M local-infile=0 innodb_file_per_table=1 And restart MySQL run command service mysqld restart And follow MySQL strict mode function, breaks RVsitebuilder program

