Inspektors Posted March 29, 2009 Report Posted March 29, 2009 Man tāda problēma. Cenšos exportēt SQL failu datubāzē, bet man nesanāk ! Kaut arī emsu to darījis reizes 10. Rāda, ka fails esot par lielu kaut arī tas sver 3MB, bet max atļautais ir 9MB. Mēģināju caur sql konsoli, bet tad vnk parāda baltu lapu un nekas nav eksportēts ... Quote
Val Posted March 29, 2009 Report Posted March 29, 2009 pārbaudi šos abus lielumus iekš php.ini post_max_size upload_max_filesize Quote
Inspektors Posted March 29, 2009 Author Report Posted March 29, 2009 function checkUploadSize() { if (! $filesize = ini_get('9')) { $filesize = "9M"; } if ($postsize = ini_get('9')) { $this->set('9', min(PMA_get_real_size($filesize), PMA_get_real_size($postsize))); } else { $this->set('max_upload_size', PMA_get_real_size($filesize)); } } Quote
marcis Posted March 29, 2009 Report Posted March 29, 2009 WTF?! PhpMyAdmin skatīt cauri un atrast īsto vietu, kur mainīt šos variabļus, varētu būt sarežģīti, tāpēc nomaini tos php.ini failā vai ar .htaccess Quote
Inspektors Posted March 29, 2009 Author Report Posted March 29, 2009 Nav man tāda php.ini faila .. Quote
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.