Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

ERROR 2048
https://www.tinywebgallery.com/forum/viewtopic.php?f=13&t=3272
Page 1 of 1

Author:  Baron [ 14. Mar 2012, 15:19 ]
Post subject:  ERROR 2048

Hey.

I'm using:
-JFUploader 2.16
-PHP 5.2.6
-Server Microsoft-IIS/7.5

JFUploader works, but when I use it on frontend I get this error message under the footer (at the bottom of the page):
Code:
03.14.2012 14:12:12 - ERROR 2048 in fuploader\views\jfuploader\view.html.php, line 145: Only variables should be assigned by reference 03.14.2012 14:12:12 - ERROR 2048 in nents\com_jfuploader\jfuploader.html.php, line 19: Only variables should be assigned by reference


Can anyone tell me what the problem is?

Ty

Author:  TinyWebGallery [ 14. Mar 2012, 15:28 ]
Post subject:  Re: ERROR 2048

Strict standards messages should not be displayed by PHP as they are disabled by default. Please edit your php.ini and change the error_reporting option to:
error_reporting = E_ALL & ~E_NOTICE

It's not related to Joomla but to the way your PHP 5 settings are.

I will check the code as well that this warnings are not shown anymore because this access it not needed at this points.
In the next small update this warnings should be gone.


Best, Michael

Author:  Baron [ 14. Mar 2012, 16:15 ]
Post subject:  Re: ERROR 2048

Thank you

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/