Recent activity
Recent activity (0)
How to install RVsiteBuilder? If my server compile with suhosin
If your server compile with suhosin, you also need to configure suhosin to allow RVsitebuilder works properly.Warning from suhosinsuhosin[8773]: ALERT - configured request variable name length limit exceeded - dropped variable '/var/cpanel/rvglobalsoft/rvsitebuilder/scripts/RVSeagullMod-1_0_1_tgz' (attacker 'REMOTE_ADDR not set', file 'unknown') Set the following suhosin options in php.ini to fix the suhosin errors. CODE[suhosin]; For translation manager to handle more inputssuhosin.post.max_vars = 2000suhosin.request.max_vars = 2000 ; For URL handlingsuhosin.request.max_totalname_length = 300suhosin.request.max_varname_length = 300suhosin.get.max_varname_length = 300suhosin.get.max_name_length = 300Increase the value as you need it. And don't forget to restart apache. Reference
Is MySQL database needed for every hosting plan that RVsitebuilder is associated?
It requires just one central database. Each hosting account, it is not required if the user does not use DB based component such as Blog, FAQs, Gallery, tryout. If all are static pages, no database required on the end-user hosting account.

