Topic: Warning: glob() has been disabled for security ...

Why this error appers on my site

Warning: glob() has been disabled for security reasons in /home/hostyour/public_html/index.php on line 345

And when i uploud something with remote url appers

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/hostyour/public_html/engine.php on line 330

Can anyone help me to resolve this problem.

My site is : www.hostyourpic.com

Thumbs up

Re: Warning: glob() has been disabled for security ...

Well, you have a nice domain name, but unfortunately your webhost as way too much security. I would recommend you to either use another uploading script OR transfer your webhost to another hosting

~ Sup?!

Thumbs up

Re: Warning: glob() has been disabled for security ...

Danny.Domb wrote:

Well, you have a nice domain name, but unfortunately your webhost as way too much security. I would recommend you to either use another uploading script OR transfer your webhost to another hosting

Im hosted on good Company but i dont know why appers thoose errors.

Thnx for domain name.

Thumbs up

Re: Warning: glob() has been disabled for security ...

Where the script uses glob? I don't remember...

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Warning: glob() has been disabled for security ...

i dont know man, i will send index.php on pm and check and please help me.

Thumbs up

Re: Warning: glob() has been disabled for security ...

Sorry but it seems that the problem is that you are using a modified version of Chevereto.

If you use the default Chevereto it should work, if you use some modification and it doesn't work, you should ask to the guy that made it, is that simple.

By the way, the problem is that your server don't allow the glob() function. Workaround is (1) get a server with glob() enabled or (2) re-modify the code with a supported function on your server.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Warning: glob() has been disabled for security ...

Ok i will solve this error

Warning: glob() has been disabled for security reasons in /home/hostyour/public_html/index.php on line 345

Can you help me with this

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/hostyour/public_html/engine.php on line 330

Try to uploud photo - and look in header apper that error.

Thumbs up

Re: Warning: glob() has been disabled for security ...

How to resolve this error

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/hostyour/public_html/engine.php on line 330

Thumbs up

Re: Warning: glob() has been disabled for security ...

Resul wrote:

How to resolve this error

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /home/hostyour/public_html/engine.php on line 330

Try to change this:

set_time_limit(300);

to this

//set_time_limit(300);
rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Warning: glob() has been disabled for security ...

Thnx for help Rodolfo now i dont have any error on my site for moment..

Last edited by Resul (2011-04-22 12:55:38)

Thumbs up