pronto
pronto copied to clipboard
A PHP web framework
Results
2
pronto issues
Sort by
recently updated
recently updated
newest added
The Pronto built-in forms code uses TinyMCE for fields specified as "htmlarea", which is generally no problem. Recently, I had customers begin complaining that their htmlarea inputs were not "saving"...
## /app/config/config.php instead of: 60. define('DIR_FS_BASE', '/srv/http/pronto'); try: 60. define('DISK_FS_BASE', 'c:' // only for windows); 61. define('DIR_FS_BASE', DISK_FS_BASE.DS.'path/to/pronto'); ## /pronto/core/template.php instead of: 137. if(substr($filename, 0, 1) == DS) {; try:...