Transfer problems

General questions relating to Joomla! 3.x.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10
Locked
schnetzapps
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat May 26, 2018 4:18 pm

Transfer problems

Post by schnetzapps » Sat May 26, 2018 5:14 pm

Hello everyone! Admins, please advise if this post is out of line.

Joomla version: 3.8

I downloaded a complete Joomla site via FTP and uploaded it to a new server (going FROM Siteground TO Hostgator).

I changed the appropriate lines in the configuration.php for the database and that cleared all errors. The site loads (for both the public site and the administration), but all I see is a single character on the page: >

There are no errors in the console, there is no error log on the site, I am completely baffled.

Any ideas?

Thank you for your time and consideration.

User avatar
effrit
Joomla! Guru
Joomla! Guru
Posts: 846
Joined: Sun Nov 12, 2017 2:21 pm
Location: middle of Russia
Contact:

Re: Transfer problems

Post by effrit » Sat May 26, 2018 5:38 pm

hi.
try change template and see if the problem persists.

User avatar
leolam
Joomla! Master
Joomla! Master
Posts: 20652
Joined: Mon Aug 29, 2005 10:17 am
Location: Netherlands/ Germany/ S'pore/Bogor/ North America
Contact:

Re: Transfer problems

Post by leolam » Sat May 26, 2018 6:11 pm

Most likely you have saved your configuration.php with wrong data and it starts with (look at the file with ftp)

Code: Select all

<
<?php
class JConfig {
	public $offline = '0';
where this should be

Code: Select all

<?php
class JConfig {
	public $offline = '0';
See the first "<"
Remove that one and you will be ok

Leo 8)
Joomla's #1 Professional Services Provider:
#Joomla Professional Support: https://gws-desk.com -
#Joomla Specialized Hosting Solutions: https://gws-host.com -

schnetzapps
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat May 26, 2018 4:18 pm

Re: Transfer problems

Post by schnetzapps » Sat May 26, 2018 7:19 pm

Here is the beginning of my configuration file:

Code: Select all

<?php
class JConfig {
	public $offline = '0';
How can I change the template without access to the administration console?

User avatar
effrit
Joomla! Guru
Joomla! Guru
Posts: 846
Joined: Sun Nov 12, 2017 2:21 pm
Location: middle of Russia
Contact:

Re: Transfer problems

Post by effrit » Sat May 26, 2018 7:35 pm

set
public $error_reporting = 'maximum';

and clean tmp and cache folders

schnetzapps
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat May 26, 2018 4:18 pm

Re: Transfer problems

Post by schnetzapps » Sun May 27, 2018 3:45 am

Emptying the cache and tmp folders at least made the site show up!!

Now I am still unable to access the administrator page, I get the following error:
You do not have the required permissions to view the files attached to this post.

User avatar
effrit
Joomla! Guru
Joomla! Guru
Posts: 846
Joined: Sun Nov 12, 2017 2:21 pm
Location: middle of Russia
Contact:

Re: Transfer problems

Post by effrit » Sun May 27, 2018 4:36 am

just disable this plugin. similar theme, just find your plugin and set 'enabled' to 0:
viewtopic.php?f=706&t=962301
after login you must update it.

schnetzapps
Joomla! Fledgling
Joomla! Fledgling
Posts: 4
Joined: Sat May 26, 2018 4:18 pm

Re: Transfer problems

Post by schnetzapps » Mon May 28, 2018 2:15 am

effrit wrote:set
public $error_reporting = 'maximum';

and clean tmp and cache folders
This made the site show up, thank you! I still had problems with logging in but the next answer helped me there.

Thank you so much!


Locked

Return to “General Questions/New to Joomla! 3.x”