there is a page /page problem on the Gallery module, i too have which mentioned here
https://www.websitebaker.org/forum/viewtopic.php?t=688&highlight=gallery+pages+pages I tried to correct with FTP according to the posts (gallery/view.php)
BUT, I can not edit from the FTP because i dont have permissions - permissions denied on FTP.
according to this
https://www.websitebaker.org/forum/viewtopic.php?t=333&highlight=permissionschanging the config.php accordingly the post above did not help
I can not edit or delete any directory or file on wb/ directory
Changing the permissions on the Control Panel to 777 also did not help
currently on config.php
define('OPERATING_SYSTEM', 'linux');
define('OCTAL_FILE_MODE', 0777);
define('STRING_FILE_MODE', '0777');
define('OCTAL_DIR_MODE', 0777);
define('STRING_DIR_MODE', '0777');
so.. how can i get out of this and full control of files on the WB directory to implement changes via FTP?
help appriciated