Hi!
I tried to run PRISM on my VPS by hand. I downloaded it and then executed php PHPInSimMod.php. I get:
Any help?
In test version (branch current) line is 273.
There is. I don't have source on my computer but it's line inside foreach(....plugins as $plugin) .....console($plugin::NAME, $plugin::VERSION). Something like that. It's near the 273 line. Maybe 271.
Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /modules/prism_packets.php on line 271
Your reporting this error, so it's in prism_packets, I've not touched that file in ... months. But you seem to be reporting a problem within the PHPInSimMod.php, but that makes no sense because that's no where the error is coming from. So please, execute the file like so from the command line:
php PHPInSimMod.php > dev.log
Take what ever output you get to the console, and copy it to a file called con.log. Upload both the dev.log file, and the con.log file here. You can copy the console output quickly by right clicking in the console and then selecting select all from the list, then press enter. From there Open a new file in notepad and press Ctrl+V to past the contents of your clipboard there. Save the file as con.log and upload with the dev.log file here.
I checked through the list of tokens the PHP parser uses, and T_SL is <<, but as I did not see one in your file, I think you might be having a sync problem between these two locations. What I would do is make sure that the files are the same by copying the linux version (the working version) into your windows version and see if that fixes the error.