gWorldz / get-simple-cms

Automatically exported from code.google.com/p/get-simple-cms
GNU General Public License v3.0
0 stars 0 forks source link

Upload throwing a get 404 error #329

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by MichaelS...@gmail.com on 20 Jun 2012 at 2:30

GoogleCodeExporter commented 9 years ago
Base install of GS3.1.1 is throing an error in Chrome debug when accessing the 
upload.php page

error is: 

Failed to load resource: the server responded with a status of 404 (Not Found)

looking for a file /admin/false 

Original comment by MichaelS...@gmail.com on 20 Jun 2012 at 2:31

GoogleCodeExporter commented 9 years ago
This is from uploadnotify
I imagine its treating something like buttonimage = false as a url and loading 
it.
Or the flashpart is doing something wrong.

Original comment by tablatronics on 23 Jun 2012 at 12:17

GoogleCodeExporter commented 9 years ago
uploadify even

Original comment by tablatronics on 23 Jun 2012 at 12:18

GoogleCodeExporter commented 9 years ago
just tested it, that's exactly what it is, i am going to guess someone messed 
this up by changing it, or theres a version mismatch between the js and flash.

buttonImage     : false,

Original comment by tablatronics on 23 Jun 2012 at 12:23

GoogleCodeExporter commented 9 years ago
fixed r746

Original comment by tablatronics on 18 Jul 2012 at 5:32