Hi, this is the flow of my ideas
- the problem: multiple add not working
- mostly this is caused by some javascript error or conflict - if some JS code is broken, then the whole feature does not work
- in this topic, we have some help information like this:
Code: Select all
[HTTP/1.1 403 Forbidden 191ms]
GEThttps://xxx/media/com_phocagallery/js/plupload/jquery.plupload.queue/jquery.plupload.queue.js?aa3ec197aa519eddb63fbe28d347c4c8
- so this can be the reason for the problem - it can be - when we solve this problem then we will see if this was the problem or there is another problem
- so the question: Do you still get this error messages? If yes, first try to solve this problem and then we will see if this was the problem or there is another problem.
- what I wanted to say with my previous post: If the server does not allow to run some files - in this case e.g. Javascript file, then the problem has nothing to do with Joomla or Phoca Gallery. The problem is to detect why server does not allow to run these files. When this will be known, then:
a) this will solve the problem
b) or we can try to look further
But first, we need to know why the server does not allow to load the scripts and unfortunately, because Joomla! or Phoca Gallery cannot do such limitation like preventing from loading some script, it needs to be checked on server side, not on program side.
Hi, sorry, but since you claim, that javascript runs on client side, then it should not matter what the server allows.
Furthermore, there has to be some settings in the client's browser that allows/disallows it.
I don't claim anything, I just wrote my thoughts, I am not server expert so what I wrote, was may thoughts about some possible limit on server - I really don't know the server, I just write my thoughts which can somehow help you to solve the problems
So, my thougts, if server response is 403, it is probably done by server - this is not a feature of program like Joomla or Phoca Gallery - so first it needs to be checked the server, of course if you think, it can be done by browser, even browser should be checked. These are my thoughts, not my claim - thoughts which maybe can help you to find the right place where to look
Jan