Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
Upgraded to 2.14 / uploads no longer working

 

 


zip222
User

Jan 5, 2012, 11:15 AM

Post #1 of 6 (613 views)
Shortcut
Upgraded to 2.14 / uploads no longer working Can't Post

I just upgraded a site to 2.14 and now the file uploads are no longer workly. all permissions have been checked. when I go to upload a file, it looks like it is working, but then nothing happens.

help? :)


Jason
Staff / Moderator


Jan 5, 2012, 3:36 PM

Post #2 of 6 (605 views)
Shortcut
Re: [zip222] Upgraded to 2.14 / uploads no longer working [In reply to] Can't Post

Hi,

Please fill out a 2nd Level Support Request we can take a closer look.

thanks
---------------------------------------------------
Jason Sauchuk - Programmer 
interactivetools.com

Hire me! Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/ 


northernpenguin
User

Jan 5, 2012, 7:29 PM

Post #3 of 6 (601 views)
Shortcut
Re: [zip222] Upgraded to 2.14 / uploads no longer working [In reply to] Can't Post

Zick: I just upgraded 2 client sites, and after reading your post, checked the upload fields. They are working fine for me.

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


markr
User

Feb 10, 2012, 12:42 PM

Post #4 of 6 (422 views)
Shortcut
Re: [zip222] Upgraded to 2.14 / uploads no longer working [In reply to] Can't Post

Upgraed several sites to 2.14. Uploads are working on all sites except those hosted at Network Solutions.

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?


Dave
Staff / Moderator


Feb 11, 2012, 4:17 PM

Post #5 of 6 (409 views)
Shortcut
Re: [markr] Upgraded to 2.14 / uploads no longer working [In reply to] Can't Post

Hi Markr,

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!

Dave Edis - Senior Developer
interactivetools.com
 


markr
User

Feb 13, 2012, 4:41 AM

Post #6 of 6 (396 views)
Shortcut
Re: [Dave] Upgraded to 2.14 / uploads no longer working [In reply to] Can't Post

Worked. Thanks.