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

Fatal error: Call to undefined function: checkfullscreen()
https://www.tinywebgallery.com/forum/viewtopic.php?f=1&t=367
Page 1 of 1

Author:  Guest [ 15. Jun 2006, 20:21 ]
Post subject:  Fatal error: Call to undefined function: checkfullscreen()

Hi, I installed TWG 1.42 zip version, and this is all that appears when opening index.php
Code:
Fatal error: Call to undefined function: checkfullscreen() in /hsphere/local/home/zworqy/zworqy.com/gallery/index.php on line 73


:cry:

Author:  TinyWebGallery [ 19. Jun 2006, 09:31 ]
Post subject: 

Not much ...

Seems that the include /inc/filefunctions.inc.php is not found.
Can you check if this file is in the inc folder? Maybe reupload the inc folder.

/Michael

Author:  andreo29 [ 3. Mar 2011, 23:34 ]
Post subject:  Re: Fatal error: Call to undefined function: checkfullscreen

Hello.
I have the same problem - the same error appears.
Today I want to set sending mail notifications so I changed some parameters in php.ini and sendmail.ini files. Also, I changed some parameters in config.php file regarding sending e-mails. I DO NOT change anything else!
Suddenly - I mean really suddenly I got that "undefined function" error.
I double check my installation - specially .php files and they were not changed since I upgraded to last version (I do a backup once a week of all files).

What is happening? If I comment out call of checkFullScreen function than the page is displayed but wider than the browser window is.
I will try to restore yesterday's files.

If you need any additional info just let me know.

Thanks in advance.
Andreo

Author:  TinyWebGallery [ 3. Mar 2011, 23:48 ]
Post subject:  Re: Fatal error: Call to undefined function: checkfullscreen

Hi,

you did not even tell which version of TWG you use ....

And you never should change anything in config.php.
Please see here: http://www.tinywebgallery.com/en/configuration.php
how to set parameters properly.

something has changed. Commenting out any functions do not really help. There is a reason why therey are there ;).

check the log file. Maybe you find your problem there.

- Michael

Author:  andreo29 [ 4. Mar 2011, 00:12 ]
Post subject:  Re: Fatal error: Call to undefined function: checkfullscreen

Hello again.
Thanks for fast replay. I found the problem. It was my mistake :oops: .
I use TWG 1.8.4 version. :!:
Actually I forget to tell you something :oops: (I'm sorry I really forget it): I found on your page some update about ZIPping and I merged that changes. This change was in a file twg_zip.class.php. The mistake was that I wrote

Code:
if($closeFileHandle) {
    fclose($this->fileHandle);
    }

instead of
Code:
if($closeFileHandle)
    fclose($this->fileHandle);


When I removed those {} everything works just great 8)

Thanks again.
Best regards

Andreo

Author:  TinyWebGallery [ 4. Mar 2011, 00:43 ]
Post subject:  Re: Fatal error: Call to undefined function: checkfullscreen

there is no need to update this class ;). I currently don't use it there. I use the one of the TFU uploader which should be the one I posted.

Best,
Michael

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