*EDIT* this problems occurs only when logging in from a domain that is redirected to a multisite installation ***
Today i updated PivotX to 2.3.2 and hoped to get a long standing problem fixed. Sadly, it remained unsolved:
- occurs in the image upload dialogues (both PivotX image and popUp image).
- pressing 'select' image: Trying to use existing picture results in console error:
- Code: Select all
Fehler: Permission denied to access property 'openFileSelector'
Quelldatei: http://lio.silvertree.de/pivotx/includes/editor/insert_image.php?f_image=&f_text=&f_target=introduction, Zeile: 1
- pressing 'OK' throws:
- Code: Select all
Fehler: Permission denied to access property 'doImage'
Quelldatei: http://lio.silvertree.de/pivotx/includes/editor/insert_image.php?f_image=&f_text=&f_target=introduction, Zeile: 65
- using popUp image throws, accordingly:
- Code: Select all
Fehler: Permission denied to access property 'doPopupImage'
Quelldatei: http://lio.silvertree.de/pivotx/includes/editor/insert_popup.php?f_image=&f_text=&f_hasthumb=&f_target=introduction, Zeile: 62
- pressing 'cancel' throws:
- Code: Select all
Fehler: Permission denied to access property '$'
Quelldatei: http://lio.silvertree.de/pivotx/includes/editor/insert_image.php?f_image=&f_text=&f_target=introduction, Zeile: 125
- behaviour is independent of used uploader: I recognize the same behaviour using flash or deactivated flash (using html5)
- the preview area is filled with the green "image not found!" dummy.
- creating a thumbnail works! The image is visible in that dialog, both image and thumbnail are created on the server.
- Owner and permissions are fine for all php files.
Thank you for bringing some light.
blausand
phpinfo:
http://milio.de/pivotx/phpinfp.php
PS.: The check integrity result scares the shit out of me! It's 119 lines and contains even some checksum/version errors, e.g. pivotx/fileupload.php. So tagged files have been uploaded from unzipped pivotx.2.3.2, using WinSCP "move" command, in binary mode and restricted to "new and updated files only" files. The remaining files are all old and equal to the ones on the server. I am afraid of killing engine stuff on the server because i'm running multisite installation and added extensions and templates.