not loading admin panel after installation

If you find a bug, please report it here. Additionally, send us a private message and include detailed description, your domain, username and password for your TE . We will review and fix the problem ASAP.

Moderator: Rock

Post Reply
Dillerwm
Posts: 11
Joined: Mon Mar 06, 2017 1:39 pm

not loading admin panel after installation

Post by Dillerwm »

Hello.
There are two bugs.
1) On one site, te3 does not see Google spiders.
2) Today I installed Te3 on three new sites. Successfully installed, added to the general network, but I can not go to their admin panel. Only the admin header with the word "Loading...". So on all three new sites.
I tried to reinstall - it does not help.
Please tell me what can be done?
Dillerwm
Posts: 11
Joined: Mon Mar 06, 2017 1:39 pm

Re: not loading admin panel after installation

Post by Dillerwm »

second trouble is fixed. Trouble was due to rewrites in the htacces file.
it was like this:
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteRule ^(.*)index.php$ /$1 [R=301,L]

corrected to:
RewriteCond %{THE_REQUEST} ^.*/index\.php
RewriteCond %{REQUEST_URI} !^/te3 directory/.+
RewriteRule ^(.*)index.php$ /$1 [R=301,L]
Post Reply