Jake B.
Well-known member
We were trying to help a client get all of his styles setup, and his XFMG installation isn't working. We've tried updating it, but we're still having issues. The error occurs when we try to add media, the preview shows up, but when we go to save it we get the following errors:
POST http://forums.digitaldownload.com/media/save-media 405 (Method Not Allowed)
Uncaught TypeError: Cannot read property 'refresh' of null
I tried looking into the issue, and did notice that there are 2 <form> tags directly next to eachother in xengallery_media_add
<form method="post" action="{xen:link 'xengallery/save-media'}" class="xenForm AutoValidator formOverlay ContainerChooser" data-redirect="on"><form method="post" action="{xen:link 'xengallery/save-media'}" class="xenForm AutoValidator ContainerChooser" data-redirect="on">
POST http://forums.digitaldownload.com/media/save-media 405 (Method Not Allowed)
Uncaught TypeError: Cannot read property 'refresh' of null
I tried looking into the issue, and did notice that there are 2 <form> tags directly next to eachother in xengallery_media_add
<form method="post" action="{xen:link 'xengallery/save-media'}" class="xenForm AutoValidator formOverlay ContainerChooser" data-redirect="on"><form method="post" action="{xen:link 'xengallery/save-media'}" class="xenForm AutoValidator ContainerChooser" data-redirect="on">
Last edited: