vortrixs / joomla-namespace-checker

PHP Archive for finding the old Joomla (< 3.8) class names
MIT License
3 stars 6 forks source link

Compiling this thing #3

Closed skurvish closed 4 years ago

skurvish commented 4 years ago

I was able to get it compiled once before when I added the JFile items to the classmap but now I am not able to. I have spent about 2 hours trying to figure this out. Whenever I attempt to run the compile I get an error PHP Fatal error: Uncaught UnexpectedValueException: Cannot set signature algorithm, phar is read-only. I go this the last time and I figured out how to fix it but this time I am at a loss.

I have set the phar file with read/write permissions and tried to run it as sudo, no luck. What am I doing wrong? I want to add a few more items into the classmap.

Thank you for allowing me to be an idiot.

skurvish commented 4 years ago

OK, found the issue. Must set phar.readyonly = off in the php.ini file.