Jump to content

Kacars_free Switch = Verify error


lewisboy11

Recommended Posts

To All

I am trying to use Kacars and I simply cannot get it to work. I am using this web host : 3eeweb.com

I am using a free hosting package at the moment until everything works etc. So, i also have a .co.nr domain name.

I have tried to use the download for Kacars profile but with no success of it working.

Please help

Lewis

Link to comment
Share on other sites

Lewis,

Did you download the program and the module or just the program? When I had this error happen to me, the problem was that the module that came with phpVMS (kACARS_free.php in the /core/modules/kACARS_Free folder) was not in sync with the program. You should go back to the kACARS download site, download the appropriate version of module to match the version of your program and then overwrite this file on your domain and then give it another go.

I hope this helps.

Cheers.

Link to comment
Share on other sites

  • 3 weeks later...
Guest lorathon

Then you should use

http://bavirtual.3eeweb.com/phpvms

or

http://www.bavirtual.3eeweb.com/phpvms

But why isnt your site coming up? If you try to navigate to that link you get nada. Is your site even up? Without being able to navigate to your site I am not sure which is correct.

Link to comment
Share on other sites

I had a similar issue when I tried to run phpvms on freehosting. In my case, the host added some tracker-code for statistic purposes on the end of each page, and kacars can't handle that.

However, because the site of the threadstarter seems to be unavailable, this cannot be confirmed to be the case here.

Link to comment
Share on other sites

  • 4 weeks later...
  • 4 weeks later...
Guest lorathon

Find this at the top of the module

$postText = file_get_contents('php://input');
$encoding = mb_detect_encoding($postText);
$rec_xml = trim(iconv($encoding, "UTF-8", $postText));
$xml = simplexml_load_string($rec_xml);

Change it to

$rec_xml = file_get_contents('php://input');
$xml = simplexml_load_string($rec_xml);

That should work

Link to comment
Share on other sites

  • 10 months later...
  • Administrators

I have changed the code as mentioned above, i have checked the file name, i have done everything and i still get this error. anyother suggestions? here's my website: http://www.victorvir....org/index.php/

As Jeff pointed out -> "You must install the module"

http://www.victorvirtual.org/index.php/kacars_free shows that the module does not exist.

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