I just switched to HostGator and note on this page
http://stormvisions.com//pages/library/photoshop/photoshop-downloads/photoshop-brushes.phperrors like this
Warning: filemtime() [function.filemtime]: open_basedir restriction in effect. File(/home/storm59/public_htmlmedia/daily/fractology1.zip) is not within the allowed path(s): (/home/storm59/public_html) in /home/storm59/public_html/modules/download_gallery/view.php on line 428
Warning: filesize() [function.filesize]: open_basedir restriction in effect. File(/home/storm59/public_htmlmedia/daily/fractology1.zip) is not within the allowed path(s): (/home/storm59/public_html) in /home/storm59/public_html/modules/download_gallery/view.php on line 429
which refer top these lines starting at 428 in view.php
//echo "<!-- DEBUG filelink: $filelink -->\n";
$unixtime = filemtime($filelink);
$filesize = filesize($filelink);
}
I'm not sure if that function is not supported, if it can just be removed or what. Can someone offer me a fix for this?
Thanks for any help.