Jump to content

Kacars_free Switch = Verify error


Recommended Posts

Posted

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

Posted

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.

  • 3 weeks later...
Guest lorathon
Posted

Why dont you post the URL to your site and then I will tell you exactly what to use. I have no idea how you have your site set up.

Guest lorathon
Posted

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.

Posted

It's not working for me either, Lewis. It says it can't find the server. Check with your hosting company and make sure everything is setup correctly so that the outside world can see your domain.

Cheers,

Glen

Guest lorathon
Posted

This is what I get

Oops! Google Chrome could not find bavirtual.3eeweb.com

Posted

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.

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

mb_detect_encoding is not installed or turned on. Either ask your host about this or change the module to exclude this line.

Guest lorathon
Posted

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

Posted

Parse error : Syntax error unexpected T_IF in /home/luxuryai/public_html/core/modules/kAcars_free/kAcars_free.php online 41

notify system admin of the switch error

Data not recieved

Switch = verify

Guest lorathon
Posted

Looks like you may have messed up the module. Only the above needs to be changed. Make sure it is exactly like shown.

  • 10 months later...

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