Current time: 09-24-2024, 03:23 PM Hello There, Guest! (LoginRegister)


Post Reply 
[CLOSED] phpMyAdmin-Fehler nach Update auf RC3
Author Message
schnere Offline
Junior Member
*

Posts: 40
Joined: Apr 2007
Reputation: 0
Post: #5
RE: [CLOSED] phpMyAdmin-Fehler nach Update auf RC3
In der config.inc.php vom phpmyadmin steht folgendes:

Code:
$cfg['UploadDir']                                               = '/tmp';
$cfg['SaveDir']                                                 = '/tmp';

ich hab das auf folgendes geändert:

Code:
$cfg['UploadDir']                                               = '/var/www/ispcp/gui/phptmp';
$cfg['SaveDir']                                                 = '/var/www/ispcp/gui/phptmp';

fehler weg!

und damit funktioniert auch die einstellung der maximalen upload-größer per php.ini:
post_max_size = 33M
upload_max_filesize = 32 M
memory_limit = 128 M

thx für die Hilfe!
02-14-2008 10:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [CLOSED] phpMyAdmin-Fehler nach Update auf RC3 - schnere - 02-14-2008 10:04 PM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)