Новости Joomla

0 Пользователей и 1 Гость просматривают эту тему.
  • 1 Ответов
  • 3990 Просмотров
*

ip-94

  • Осваиваюсь на форуме
  • 27
  • 0 / 0
Здравствуйте! После переезда на VPS хостинг при попытке войти в админ. панель возникает ошибка 500. Восстанавливал сайт при помощи компонента akeeba. Само что интересно, что я переносил ещё один такой сайт на VPS и ни какие ошибки не возникали. Вот пример логов:
"
Код
[Thu Jul 05 11:22:31 2012] [error] [client 66.249.66.216] PHP Notice:  Trying to get property of non-object in /var/www/vitaut/data/www/znb-by.org/components/com_k2/sef_ext/com_k2.php on line 177
[Thu Jul 05 11:26:11 2012] [error] [client 66.249.66.216] PHP Notice:  Undefined property: stdClass::$profile in /var/www/vitaut/data/www/znb-by.org/components/com_k2/models/itemlist.php on line 669
[Thu Jul 05 11:26:11 2012] [error] [client 66.249.66.216] PHP Notice:  Undefined property: stdClass::$profile in /var/www/vitaut/data/www/znb-by.org/components/com_k2/models/itemlist.php on line 669
[Thu Jul 05 11:26:11 2012] [error] [client 66.249.66.216] PHP Notice:  Undefined property: stdClass::$profile in /var/www/vitaut/data/www/znb-by.org/components/com_k2/models/itemlist.php on line 669
[Thu Jul 05 11:27:25 2012] [error] [client 62.109.28.1] PHP Notice:  Undefined property: stdClass::$imagenone in /var/www/vitaut/data/www/znb-by.org/components/com_k2/helpers/utilities.php on line 150
". Вот пример .htaccess
"
Код
##
# @version $Id: htaccess.txt 14401 2010-01-26 14:10:00Z louis $
# @package Joomla
# @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
# @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
# Joomla! is Free Software
##

#####################################################
#  READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
#
# The line just below this section: 'Options +FollowSymLinks' may cause problems
# with some server configurations.  It is required for use of mod_rewrite, but may already
# be set by your server administrator in a way that dissallows changing it in
# your .htaccess file.  If using it causes your server to error out, comment it out (add # to
# beginning of line), reload your site in your browser and test your SEF url's.  If they work,
# it has been set by your server administrator and you do not need it set here.
#
#####################################################

##  Can be commented out if causes errors, see notes above.
Options +FollowSymLinks

#
#  mod_rewrite in use

RewriteEngine On

########## Begin - Rewrite rules to block out some common exploits
## If you experience problems on your site block out the operations listed below
## This attempts to block the most common type of exploit `attempts` to Joomla!
#
## Deny access to extension XML files (uncomment out to activate)
#<Files ~ "\.xml$">
#Order allow,deny
#Deny from all
#Satisfy all
#</Files>
## End of deny access to extension XML files
RewriteCond %{QUERY_STRING} mosConfig_[a-zA-Z_]{1,21}(=|\%3D) [OR]
# Block out any script trying to base64_encode crap to send via URL
RewriteCond %{QUERY_STRING} base64_encode.*\(.*\) [OR]
# Block out any script that includes a <script> tag in URL
RewriteCond %{QUERY_STRING} (\<|%3C).*script.*(\>|%3E) [NC,OR]
# Block out any script trying to set a PHP GLOBALS variable via URL
".
Заранее большое спасибо.
« Последнее редактирование: 13.07.2012, 18:29:08 от ip-94 »
*

ip-94

  • Осваиваюсь на форуме
  • 27
  • 0 / 0
Данную проблему решил путём отката php 5.3.3 на php 5.2.17/
Чтобы оставить сообщение,
Вам необходимо Войти или Зарегистрироваться