cant modify config files
Status: Beta
Brought to you by:
polerio
1. i cant seem to modify this file since it is owned by www
PhpMyLibrary/polerio/module/config/conf.php
Set it to 1 to enable. i.e. $editable_config = 1;
2. and i cant find this $editable_worksheet variable
PhpMyLibrary/polerio/module/config/worksheets/
Set it to 1 to enable. i.e. $editable_worksheet = 1;
Logged In: NO
Make it writable by changing its permission. on shell
account type chmod 777
PhpMyLibrary/polerio/module/config/conf.php
and chmod 777
PhpMyLibrary/polerio/module/config/worksheets/worksheetname.wkt
in webhosting account, use your ftp client
then right click on that file.
proceed to these folders:
PhpMyLibrary/polerio/module/config/
then right-click conf.php then select, read/write/execute or
make it 777 equivalent.
do it also in worksheet file.
polerio