Meyer 0 Zgłoś post Napisano Styczeń 2, 2013 Witam, panowie mam problem mam panel który nie działa na php 5.3 i chciałbym przejść do php 5.2 ale nie mam pojęcia jak to zrobić znalazłem jakieś repo na tym forum pod php 5.2 ale niestety nic nie działa moj system to debian 32bit . I nie chcial bym robić reinstala maszyny tylko bezpiecznie przejść na 5.2.x . Z góry dziekuję za odpowiedzi. Udostępnij ten post Link to postu Udostępnij na innych stronach
regdos 1848 Zgłoś post Napisano Styczeń 2, 2013 masz jakiś panel zainstalowany czy to czysty debian? Rzuć okiem na np. http://www.rocko.me/how-to-downgrade-php-5-3-to-5-2-in-debian/ Udostępnij ten post Link to postu Udostępnij na innych stronach
Meyer 0 Zgłoś post Napisano Styczeń 2, 2013 (edytowany) instalowalem tylko: apt-get install apache2 apt-get install php5 apt-get install phpmyadmin apt-get install mysql-server apt-get install libapache2-mod-auth-mysql apt-get install php5-mysql i przez <?php phpinfo(); ?> pokazuje : PHP Version 5.3.3-7+squeeze14 Edytowano Styczeń 2, 2013 przez Meyer (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach
Pan Kot 1535 Zgłoś post Napisano Styczeń 2, 2013 A ja w tym wypadku polecam apt-get purge całego PHP i kompilacja ze źródeł. Musiałbyś zamrozić repozytoria na jakiś starych wersjach, a to nie jest dobre. P.S. Sposób, który podał regdos też będzie działać i możesz się nim zainteresować. A squeeze w standardowych repo ma PHP 5.3 i musisz brać wersje z lenny'ego. Udostępnij ten post Link to postu Udostępnij na innych stronach
regdos 1848 Zgłoś post Napisano Styczeń 2, 2013 http://atom-hosting.com/blog/?p=52 A najlepiej było by skrypt dostosować do 5.3 Udostępnij ten post Link to postu Udostępnij na innych stronach
Meyer 0 Zgłoś post Napisano Styczeń 2, 2013 (edytowany) @regdos Zrobiłem tak jak w tym pierwszym linku co podałeś to fajnie odinstalowało dodałem te repozytoria do tych które były i ta sama wersja się zainstalowała, za 2 razem usunąłem te moje co były i dałem te z poradnika to wyskakuje: root@dedyk:/# apt-get -t oldstable install `dpkg -l | grep php5| awk '{print $2}' |tr "\n" " "` Reading package lists... Done Building dependency tree Reading state information... Done Package php5-gd is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-common is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-suhosin is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package libapache2-mod-php5 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-mysql is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-mcrypt is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source Package php5-cli is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'libapache2-mod-php5' has no installation candidate E: Package 'php5-cli' has no installation candidate E: Package 'php5-common' has no installation candidate E: Package 'php5-gd' has no installation candidate E: Package 'php5-mcrypt' has no installation candidate E: Package 'php5-mysql' has no installation candidate E: Package 'php5-suhosin' has no installation candidate root@dedyk:/# więc wina jest tych repozytoriów tylko skąd wziąć inne? proszę o pomoc Edytowano Styczeń 2, 2013 przez Meyer (zobacz historię edycji) Udostępnij ten post Link to postu Udostępnij na innych stronach
Pan Kot 1535 Zgłoś post Napisano Styczeń 2, 2013 Nie proś o pomoc tylko dostosuj skrypt pod 5.3 albo zainstaluj ze źródeł . Udostępnij ten post Link to postu Udostępnij na innych stronach
Meyer 0 Zgłoś post Napisano Styczeń 2, 2013 Niestety nie znam się aż tak żeby przerobić panel... no nic dziękuję za odpowiedzi:) Udostępnij ten post Link to postu Udostępnij na innych stronach