i don't know what i'm doing wrong.. i uploaded all the files and if i just enter the site, instead of seeing all the folders i see the 500 Internat Error.. it's my hosting? Am i doing something wrong?
a programming error. i dont think it's your hosting. U suggest you to go through the readme or installation notes. what script are you installing by the way?
you need to give more details like what is the script for and if it has options for debugging. Most likely PHP is not able to process a request / find a resource etc and that is showing up to you as an internal error. Check the document that has come with the script and make sure you check / go through the steps properly. If nothing works, you have to review the code line by line on the offending page to get to the root of the problem. Thanks Shreya
thanks a lot, but can you help me just a little bit more? "Then go to - http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist - and download the latest default php.ini file. " Can you do that for me please?
Hi, you might not need that, first just edit the file .htaccess has described, then jut create a file called phpinfo.php or whatever you want with this content: <?php phpinfo (); ?> You have to upload this to your website, then you can check if the register_globals are set to "off" If not, you will have to ask your hosting provider to switch them off. remember also what I told before about the file permissions set to 777
if you try chmod all folder to 755 and you still can not install this script . You can rename sub folder and create new subfolder with old name via ftp and move all file and folder to newfolder (al script have been this error when use script to extract zip file)