vitao.web Posted August 1, 2010 Report Share Posted August 1, 2010 Labvakar! Piedodiet, kad atkal uzplijos, bet nu ir vajadzīga kāds gudrākas galvas padoms. Lieta tāda, ka ir skripts ar kuru es augšupielādēju failus uz serveri, kā arī dzēšu tos. Uz lokālā viss ir bumbās, bet kā ir hostinga, tā ir tik vieni errori. process.php upload.php delete.php Es domāju ka kļūda ir kaut kur šeit: // make a note of the current working directory, relative to root. $directory_self = str_replace(basename($_SERVER['PHP_SELF']), '', $_SERVER['PHP_SELF']); // make a note of the directory that will recieve the uploaded files $uploadsDirectory = $_SERVER['DOCUMENT_ROOT'] . $directory_self . '../../photos/'; // make a note of the location of the upload form in case we need it $uploadForm = 'http://' . $_SERVER['HTTP_HOST'] . $directory_self . 'upload.php'; // make a note of the location of the success page $uploadSuccess = 'http://' . $_SERVER['HTTP_HOST'] . $directory_self . 'success.php'; // name of the fieldname used for the file in the HTML form $fieldname = 'file'; Jo varbūt hostings nepieļauj to vai kkā tā. Bet nu lūdzu apgaismojiet mani! Link to comment Share on other sites More sharing options...
101111 Posted August 1, 2010 Report Share Posted August 1, 2010 Neskatījos tos kodus, bet 90% gadījomos kad ir šāda problēma, tad pie vainas ir failu sistēmas permisijas Link to comment Share on other sites More sharing options...
vitao.web Posted August 1, 2010 Author Report Share Posted August 1, 2010 Neskatījos tos kodus, bet 90% gadījomos kad ir šāda problēma, tad pie vainas ir failu sistēmas permisijas Tu domā failu atrašanās vietas? Vai ko citu? Un kā to varētu labot? Link to comment Share on other sites More sharing options...
101111 Posted August 1, 2010 Report Share Posted August 1, 2010 Nē, nu es domāju failu un mapju rakstīšanas/lasīšanas atļaujas.. Ja izmanto WinSCP lai pielēgtos savam hostingam, tad uzklikšķini uz mapes, kur tiek augšupielādēti faili, nospied "Properties" un redzēsi vai ir rakstīšanas atļauja tajā mapē Link to comment Share on other sites More sharing options...
vitao.web Posted August 1, 2010 Author Report Share Posted August 1, 2010 LIELS PALDIES! tik tiešām nebija premisijas :) Link to comment Share on other sites More sharing options...
briedis Posted August 1, 2010 Report Share Posted August 1, 2010 Nu bļin, varbūt der arī izlasīt, kas tad tur ir rakstīts tajos erroros?? Link to comment Share on other sites More sharing options...
Recommended Posts