renathy Posted January 2, 2010 Report Share Posted January 2, 2010 (edited) Skatos jau 100to reizi un nevaru atrast kļūdu: nodefinēts: class filespec { ... var $destination_file = ''; ... var $tmp_file = ''; } Šitā viss strādā (respektīvi - fails tiek iekopēts) $this->tmp_file='./../images/suggestions/upload/b.jpg'; //$this->destination_file = $this->tmp_file; //echo $this->destination_file; copy($_FILES['upload_img']['tmp_name'], $this->tmp_file); Bet šitā vairs netiek iekopēts: $this->tmp_file='./../images/suggestions/upload/b.jpg'; $this->destination_file = $this->tmp_file; //echo $this->destination_file; copy($_FILES['upload_img']['tmp_name'], $this->tmp_file); It kā viss tieši tas pats, atkomentēju vienu rindiņu, kas it kā neko neietekmē, bet rezultātā copy vairs nenostrādā. POSTS ATCEĻAS, jo sapratu, ka kļūda ir kkur tālāk PHPBB3 kodā - kkas failu izdzēš, nezinu gan kur... :) Edited January 2, 2010 by renathy Quote Link to comment Share on other sites More sharing options...
briedis Posted January 2, 2010 Report Share Posted January 2, 2010 Kļūdu it kā neredz.. Ir kādi kļūdu paziņojumi? (ini_set("display_errors",1);) Quote Link to comment Share on other sites More sharing options...
renathy Posted January 2, 2010 Author Report Share Posted January 2, 2010 Kļūda bija tā, ka bilde bija par lielu un PHPBB3 uzstādīja error par true un vēlāk pie error = true uploadotais fails tika dzēsts. A es pirms tam aizmirsu izvadīt šo PHPBB3 kļūdas paziņojumu lietotājam, tāpēc nevarēju pamanīt to. Quote Link to comment Share on other sites More sharing options...
2easy Posted January 2, 2010 Report Share Posted January 2, 2010 paiet "tikai" stunda un bugs jau atrasts! :)) tādā garā pa dienu veselus 8 bugus var salabot!!! ļoti ražīgs darbs :P Quote Link to comment Share on other sites More sharing options...
bubu Posted January 3, 2010 Report Share Posted January 3, 2010 2easy: stunda? Es gan redzu 4 minūtes: edited by renathy: Yesterday, 21:58 -> Posted 21:54. Quote Link to comment Share on other sites More sharing options...
2easy Posted January 3, 2010 Report Share Posted January 3, 2010 lol, nez vai tas tiešām ir tik svarīgi, bet stundu es izrāvu no brīža, kad renathy paziņoja kas izraisīja faila "nekopēšanos" 22:59, atņemot tēmas izveidošanas laiku 21:54 (pieņemot ka šajā laikā bij cīņa ap to gļuku, nevis tv skatīšanās :D). tajā edit brīdī gļuks vēl nebij atrasts & novērsts (bij tik aptuveni zināms, kur tas ir). anyway ir tač daudz sakarīgākas lietas, ko apspriest ;) Quote Link to comment Share on other sites More sharing options...
renathy Posted January 4, 2010 Author Report Share Posted January 4, 2010 Katram savs ražīgums. Nekur neesmu teikusi, ka esmu ļoti ražīģa :D Quote Link to comment Share on other sites More sharing options...
2easy Posted January 4, 2010 Report Share Posted January 4, 2010 its ok. ņemoties ar svešu kodu, tādi sīkumi tiešām var paņemt daudz vairāk laika nekā gribētos tiem veltīt. es jau tik iepostoju tāpat for fun. nvm. no offence ;) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.