Maksim Posted March 4, 2018 Report Share Posted March 4, 2018 Hello, I downloaded kACARS_Free.php module, droped that file to the core/modules/kACARS_Free, but when I try to login in Kacars I have this error: https://imgur.com/a/c5dLd site name: http://balticvagroup.eu/smartlynxvirtual Help me please, thank you! Quote Link to comment Share on other sites More sharing options...
Maksim Posted March 4, 2018 Author Report Share Posted March 4, 2018 Solved by adding <?php echo file_get_contents('php://input'); ?> <form action="#" method="post"> <input type="text" name="textOne" value="Foo"/> <input type="text" name="textTwo" value="Bar"/> <input type="submit" value="Submit"/> </form> at the top of the php.ini 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.