Only Main Page Works

Hi!

I'm haveing a problem,becouse only first site works

last time i had this problem i had to turn off seo plugin ,but now if im trying to reach admin panel www.xxxx.pl/panel.php and i have error 500

this is sites availeble apache2 config serrings:

ServerAdmin admin@xxxx.pl
DocumentRoot /var/www/xxxx.pl/public_html/
ServerName urbanic.pl
ErrorLog /var/log/apache2/xxxx.pl-error_log
CustomLog /var/log/apache2/xxxx.pl-access_log common
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
and htacess settins is this:
RewriteEngine on
# Please note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.
# Some hostings require RewriteBase to be uncommented
# Example:
# So "RewriteBase" should be:
# RewriteBase /store/cart
RewriteBase /var/www/xxxx.pl/public_html/
Options -MultiViews
RewriteRule ^init.php$ - [F,L,NC]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} ^api/(.*)$ [or]
RewriteCond %{REQUEST_URI} .*/api/(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .*api/(.*)$ api.php?_d=$1 [L,QSA]
RewriteCond %{REQUEST_URI} \.(png|gif|ico|swf|jpe?g|js|css|ttf|svg|eot|woff|yml|xml)$ [NC,or]
RewriteCond %{REQUEST_URI} store_closed.html$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*?)\/(.*)$ $2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]
-----------------------------------------------------------------------------------
error file shows this:

PHP Fatal error: Uncaught InvalidArgumentException: Identifier "cache" is not defined. in /var/www/xxxx.pl/public_html/app/lib/vendor/pimple/pimple/$

anyone had simular problem?

can somebody help me solve this?

thank you,

A

Please contact us via Help desk and provide access to your server so that we could examine the issue.

Hi!

I'm haveing a problem,becouse only first site works

last time i had this problem i had to turn off seo plugin ,but now if im trying to reach admin panel www.xxxx.pl/panel.php and i have error 500

this is sites availeble apache2 config serrings:

ServerAdmin admin@xxxx.pl
DocumentRoot /var/www/xxxx.pl/public_html/
ServerName urbanic.pl
ErrorLog /var/log/apache2/xxxx.pl-error_log
CustomLog /var/log/apache2/xxxx.pl-access_log common
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
and htacess settins is this:
RewriteEngine on
# Please note that RewriteBase setting is obsolete use it only in case you experience some problems with SEO addon.
# Some hostings require RewriteBase to be uncommented
# Example:
# So "RewriteBase" should be:
# RewriteBase /store/cart
RewriteBase /var/www/xxxx.pl/public_html/
Options -MultiViews
RewriteRule ^init.php$ - [F,L,NC]
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} ^api/(.*)$ [or]
RewriteCond %{REQUEST_URI} .*/api/(.*)$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .*api/(.*)$ api.php?_d=$1 [L,QSA]
RewriteCond %{REQUEST_URI} \.(png|gif|ico|swf|jpe?g|js|css|ttf|svg|eot|woff|yml|xml)$ [NC,or]
RewriteCond %{REQUEST_URI} store_closed.html$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*?)\/(.*)$ $2 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L,QSA]
-----------------------------------------------------------------------------------
error file shows this:

PHP Fatal error: Uncaught InvalidArgumentException: Identifier "cache" is not defined. in /var/www/xxxx.pl/public_html/app/lib/vendor/pimple/pimple/$

anyone had simular problem?

can somebody help me solve this?

thank you,

A