Serrador Posted May 27, 2010 Report Share Posted May 27, 2010 Portugues: Eu Estava Tentando Instalar o Phpvms, ai fiz o upload do meu sistema para a hospedagem e tudo mais, só que na hora de instalar apareceu esse problema Alguem Sabe Resolver? English: I was trying to install the Phpvms, i did the upload of my system for the hosting and everything else, only time to install this problem appeared Someone knows how to solve? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 27, 2010 Administrators Report Share Posted May 27, 2010 You need to chmod all those folders so they are writable. You will not be able to continue till you do. fopen is also disabled on your server. I noticed you are on free hosting, do not be surprised when you have problems with some of the functionality of phpVMS. 1 Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 27, 2010 Author Report Share Posted May 27, 2010 Excuse My Ignorance Now what would CHMOD and how do I set it up in folders? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 27, 2010 Administrators Report Share Posted May 27, 2010 The easiest way is to use your ftp client and right click on the folders and then use the "set permissions" option. Setting them to 777 should work for you. 1 Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 27, 2010 Author Report Share Posted May 27, 2010 could I thank you for your help and patience; D Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 27, 2010 Author Report Share Posted May 27, 2010 Is this a problem of website hosting? I'm already thinking of renting a web hosting Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 28, 2010 Administrators Report Share Posted May 28, 2010 Looks like you have 1.0 template in a 2.0 application. What version are you uploading to your site? 1 Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 28, 2010 Author Report Share Posted May 28, 2010 The problem was the same template, you can tell me where I find a template for this new version of phpvms? Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted May 28, 2010 Administrators Report Share Posted May 28, 2010 What version are you uploading? If you are uploading the newest, the template is included. If you are using a skin from an older version with a copy of the registration form in the skin folder, you will have to overwrite it and reskin it to your site, or add the necesarry code to it for the recaptcha plugin to work. 1 Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 28, 2010 Author Report Share Posted May 28, 2010 the version that I downloaded yesterday the site template so came the crystal, then I wanted a template to put on another site Quote Link to comment Share on other sites More sharing options...
Jeff Posted May 28, 2010 Report Share Posted May 28, 2010 the version that I downloaded yesterday the site template so came the crystal, then I wanted a template to put on another site Here is the code to change captcha to recaptcha <?php echo recaptcha_get_html(Config::Get('RECAPTCHA_PUBLIC_KEY'), $captcha_error); ?> I am using the obsess Blue template. You can place that code just before </dd> inside your: /home/yoursite/public_html/lib/skins/ObsessBlue/registration_mainform.tpl (make sure you overwrite the previous captcha code when pasting). Hope this will help you out. 2 Quote Link to comment Share on other sites More sharing options...
Serrador Posted May 29, 2010 Author Report Share Posted May 29, 2010 Thanks, helped a lot here Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.