gamerclassn7
Okay, so it's hitting sendData()
so then check passthru()
which will be at the plugin level. For this you will need to unpack the plugin so you can modify the core files. This means you will also need to go to the database, go to the _plugin
table, find the record for the FS plugin, set the install_path
to include/storage-fs
(just remove the .phar
from the existing value), and set isphar
to 0
. At that point you can go modify the core plugin files and add your debug to the passthru()
function within the plugin.
Cheers.
Cheers.