
September 28th, 2012, 12:13 PM
|
|
Me
|
|
Join Date: Apr 2007
Location: San Diego, CA
Posts: 2,267
 
Time spent in forums: 2 Weeks 1 Day 6 h 30 m 38 sec
Reputation Power: 9
|
|
|
the glob command not found would depend on your host. If they are using a VERY old version of php (glob was introduced in php 4.3.0). If they disabled the function in the php.ini file. Glob isn't available on some OS such as old versions of sun os.
Most likely, if you can't run the function, they have the function disabled in php.ini. I gave up shared hosting long ago for reasons like this.
|