Its ok. Only problem PHP.everything seems correct, but web page "almost" blank
What could it be?
how did you solve the php problem?Its ok. Only problem PHP.
Solved.
What kind of Problem with PHP do you have?how did you solve the php problem?
What kind of Problem with PHP do you have?
Sometimes it's only the Server that has updated the used PHP Version.
Check that and if that is the Case, you can adapt the VL Lifeview Lite Files to the new PHP Version or maybe the Server offers the Possibility to switch back to an older PHP Version.
The last Time i did use VM LiveView Lite was some Years ago and i did use php 5.5 when i remember it right.Hello, what is the recommended PHP version?
Not necessarily.......I think it is a big gap from 5.X. It will probably need a few modifications......
Hello. Last php version is 8.X ...
I think it is a big gap from 5.X. It will probably need a few modifications.
Maybe i will give it a try and see if it works.
Best options is to use some old Wamp on php5 and try it.
I already revived another livetiming and it was still working without any modifications.
https://github.com/mbeader/rf2livetiming
This one is a lot more portable and modern, using node.
Running example here : http://rf2.dedicated.danrazor.net:8080/
And i can't test it, but it will probably work on Le Mans Ultimate if we get the dedicated server.
"rf2livetiming.dll":{
" Enabled":1
}
Config
module.exports = {
HTTP_LISTEN_PORT: 8080, // port to listen for HTTP clients
RF2_LISTEN_PORT: 6789, // port to which the rF2 plugin sends data
RF2_SRC_ADDR: '127.0.0.1', // IP address of rF2 server
IPV4_LOOPBACK: '127.0.0.1', // if loopback IP for some reason is different, change this
RF2_PUBLIC_ADDR: 'aa.bb.cc.dd' // public IP of rF2 server for join link
};
rF2livetiming.ini
USE LOCALHOST="1"
DEST IP="127.0.0.1"
DEST PORT="6789"
SEND RESULTS="1"
"rf2livetiming.dll":{
" Enabled":1
}