Jump to content

Problem in Installation


Serrador

Recommended Posts

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?

errorof.jpg

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?

errorof.jpg

Link to comment
Share on other sites

  • Administrators

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. B)

  • Like 1
Link to comment
Share on other sites

  • Administrators

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.

  • Like 1
Link to comment
Share on other sites

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.

  • Like 2
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...