Upgraded to 2.14 / uploads no longer working
6 posts by 5 authors in: Forums > CMS Builder
Last Post: February 13, 2012 (RSS)
By zip222 - January 5, 2012
help? :)
Re: [zip222] Upgraded to 2.14 / uploads no longer working
By Jason - January 5, 2012
Please fill out a [url http://www.interactivetools.com/support]2nd Level Support Request[/url] we can take a closer look.
thanks
Jason Sauchuk - Project Manager
interactivetools.com
Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/
Re: [zip222] Upgraded to 2.14 / uploads no longer working
FYI, I replaced everything except for uploads, data and plugins folders.
Upgrades were from v2.11 and 2.09.
northernpenguin
Northern Penguin Technologies
"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Re: [zip222] Upgraded to 2.14 / uploads no longer working
By markr - February 10, 2012
Both my NetSol sites have stopped uploading... stopped uploading in uploads fields and wysiwyg images.
Checked permissions, tried disabling flash uploaded, tried different file formats, nothing working.
Looks like upload is working fine but then nothing.
The wysiwyg error reads: Warning: Unexpected character in input: ''' (ASCII=39) state=1 in .../cmsAdmin/lib/menus/default/uploadForm_functions.php on line 112 Parse error: syntax error, unexpected $end, expecting ']' in .../cmsAdmin/lib/menus/default/uploadForm_functions.php on line 112
Any ideas?
Re: [markr] Upgraded to 2.14 / uploads no longer working
By Dave - February 11, 2012
Try this, open your local copy of: /lib/menus/default/uploadForm_functions.php
and search for .addcslashes
then replace it with . addcslashes
basically just add a space after the .
then upload the file again and it should work.
We've seen this on some other Network Solutions hosting accounts and it's probably the oddest thing we've seen in over a decade. It seems Network Solutions is somehow filtering their FTP uploads so if a file contains ". addcslashes(htmlspecialchars(" then nothing after that get's uploaded. So essentially they're not letting you upload the complete file.
Let me know if the above fix helps, we've patched this for the next release.
Cheers!
interactivetools.com
Re: [Dave] Upgraded to 2.14 / uploads no longer working
By markr - February 13, 2012