I have installed TWG 2.3
I am having an issue with Security tokens did not match after every file upload. Everything else seems to be working properly except for the uploading. After each upload it takes me back to the login page. (I have $user_login_mode = true)
The only items I have changed, is I changed is I added my config changes to my_config.php and in a couple of the i frame files added a parameter at the end of tfu_mail so that I can send HTML emails. Everything else is defaults.
Here is what I have tried so far to fix the issue after looking through other posts in the forum. I set $keep_internal_session_handling = true; created session_cache under /admin/upload chmod 777 /admin/upload/session_handling files are being created in this folder
added session.save_path = "/etc/php5/sessions" to php.ini created /etc/php5/sessions chmod 777 /etc/php5/sessions (files are being created here)
Created .htaccess file in /admin/upload with the following SecFilterEngine Off SecFilterScanPOST Off <Directory> Allow From All Satisfy Any </Directory>
Any information on how to correct this would be greatly appreciated. Thanks, David.
Here is the info from the debug file.
Any ideas on how to correct this issue would be greatly appreciated. 08.22.2015 20:58:23 - Action:dir; Directory: __/__/pictures Request: /gallery/admin/upload/tfu_file.php?action=dir&dir=&ts=1440295111848&tfu_rn=1448486730511064812510296457930&tfu_is_flash_10=1&tfu_ut=-1&TFUSESSID=ulpflfple3u1qbtkth565fbhu1&remaining=0 Stack: tfu_file.php:49:tfu_debug:Action:dir; Directory: ../../pictures Current memory usage: 481 KB 08.22.2015 20:58:38 - Action:dir; Directory: __/__/pictures Request: /gallery/admin/upload/tfu_file.php?action=dir&dir=&ts=1440295125708&tfu_rn=1447243841512566235000295618182&tfu_is_flash_10=1&tfu_ut=-1&TFUSESSID=ulpflfple3u1qbtkth565fbhu1&remaining=0 Stack: tfu_file.php:49:tfu_debug:Action:dir; Directory: ../../pictures Current memory usage: 481 KB 08.22.2015 20:58:39 - Action:dir; Directory: __/__/pictures Request: /gallery/admin/upload/tfu_file.php?action=dir&dir=&ts=1440295127817&tfu_rn=1446774633512723117410293548025&tfu_is_flash_10=1&tfu_ut=-1&TFUSESSID=ulpflfple3u1qbtkth565fbhu1&remaining=0 Stack: tfu_file.php:49:tfu_debug:Action:dir; Directory: ../../pictures Current memory usage: 481 KB 08.22.2015 20:58:47 - Security tokens did not match. Session: 1446774633512723117410293548025 : param 1446774633512723117410295135388 no further actions are allowed. Request: /gallery/admin/upload/tfu_file.php?action=dir&dir=&ts=1440295135789&tfu_rn=1446774633512723117410295135388&tfu_is_flash_10=1&tfu_ut=5&check_upload=true&TFUSESSID=ulpflfple3u1qbtkth565fbhu1&remaining=0 Stack: tfu_helper.php:1417:tfu_debug:Security tokens did not match. Session: 1446774633512723117410293548025 : param 14467746335127231174 Stack: tfu_file.php:231:checkSessionTempDir:5 Current memory usage: 484 KB
|