Strona główna forum Wsparcie Problemy z działaniem Nie działa magento/ pobiera plik zamiast wejśc na stronę

Nie działa magento/ pobiera plik zamiast wejśc na stronę

Wszystkie problemy związane z działaniem sklepu...


Posty: 2
Gadu-Gadu: 4266473

Witam,
Jestem tu nowy,ale z magento mam styczność od 2012 roku, postawiłem sklep w wersji 1.8.0.1 wszystko działało idealnie aż do wczoraj.

Zainstalowałem moduł smtp pro email z tego linku https://www.magentocommerce.com/magento ... email.html
Instalowałem to przez ftp. Po instalacji nie idzie wejść na stronę (podaje adres sklepu) sklepsunspa.pl
Jak próbujemy wpisać w przeglądarkę adres to zaczyna pobierać plik o nazwie "pobrane" z takim kodem php
<?php
/**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magentocommerce.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magentocommerce.com for more information.
*
* @category Mage
* @package Mage_Connect
* @copyright Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

if (version_compare(phpversion(), '5.2.0', '<')===true) {
echo '<div style="font:12px/1.35em arial, helvetica, sans-serif;"><div style="margin:0 0 25px 0; border-bottom:1px solid #ccc;"><h3 style="margin:0; font-size:1.7em; font-weight:normal; text-transform:none; text-align:left; color:#2f2f2f;">Whoops, it looks like you have an invalid PHP version.</h3></div><p>Magento supports PHP 5.2.0 or newer. <a href="http://www.magentocommerce.com/install" target="">Find out</a> how to install</a> Magento using PHP-CGI as a work-around.</p></div>';
exit;
}

require_once("lib/Mage/Autoload/Simple.php");
Mage_Autoload_Simple::register();

umask(0);
Maged_Controller::run();


Miał ktoś podobny przypadek??
Dodam, że usunąłem moduł który instalowałem, wywaliłem wszystko z katalogu cache i session.

nawet nie wiem jak dobrze ułożyć zapytanie w google, aby coś znalazł podobnego :( :?

Nie działa magento/ pobiera plik zamiast wejśc na stronę

PostTeraz jest 19 kwi 2024, o 22:22
Google

Posty: 427
Lokalizacja: Internet


Posty: 2
Gadu-Gadu: 4266473

Witam,

poradziłem sobie z problemem, okazało się, że to kwestia uprawnień, nigdy wcześniej nie miałem takiego problemu, musiałem zmienić uprawnienia bo te standardowe tak jak magento zaleca (czyli 644 i 600), wysypuje się. Może dlatego że to CentoOS? nie wiem, na FreeBSD nie było takich cyrków.
Pozdrawiam.


Powrót do Problemy z działaniem



cron