Problem with Joomla 3.10.11

Need help upgrading your Joomla! website or converting to Joomla! 3.x?

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Windows Defender SmartScreen Issues <-- please read this if using Windows 10.
Locked
detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Problem with Joomla 3.10.11

Post by detector » Tue Mar 07, 2023 3:41 pm

I have updated Joomla from 2.5 to 3.10.11. After the installation, I encountered a problem where I only see a white screen in the administrator area, without any menu or text. The error message says:

Error: Unknown column 'a.client_id' in 'where clause': Unknown column 'a.client_id' in 'where clause'

Therefore, I cannot do anything in the administrator panel. On the published website, there is a message:

Notice: Undefined index: media in /home/xxxx/public_html/plugins/system/t3/includes/core/minify.php on line 237

Please help me resolve this issue in the control panel.

Thanks for help

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30915
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Problem with Joomla 3.10.11

Post by Per Yngve Berg » Tue Mar 07, 2023 5:09 pm

Mod. Note: Relocated the topic from Installation to the J3 Upgrade forum.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17431
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Problem with Joomla 3.10.11

Post by toivo » Tue Mar 07, 2023 9:09 pm

You can disable the system plugin T3 in two ways. Use FTP or File Manager from the cPanel provided by your host to change the name of the folder plugins/system/t3. Alternatively, use phpMyAdmin or a similar MySQL client application to edit the database table _extensions. Locate the row for the system plugin T3 and change the column 'enabled' from 1 to 0 and apply the change.

If your front end template is using the T3 framework, you may be able to continue with it if you get rid of PHP notices by setting Error Reporting in Global Configuration to 'Simple' or 'None', which is the recommended setting for live production sites. In any case, check the download pages of the template and T3, if there is a later version for Joomla 3.10.
Toivo Talikka, Global Moderator

detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Re: Problem with Joomla 3.10.11

Post by detector » Fri Mar 10, 2023 8:11 pm

Can you help me where i found this T3 update and how update this in cpanel?

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17431
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Problem with Joomla 3.10.11

Post by toivo » Fri Mar 10, 2023 8:25 pm

detector wrote:
Fri Mar 10, 2023 8:11 pm
Can you help me where i found this T3 update and how update this in cpanel?
You can get the latest version of T3 for Joomla 3.x from T3 Framework and JA Purity Templates or T3 for Joomla 3 & Joomla 4.

Joomla templates and frameworks are like normal Joomla extensions, installed and updated from the back end of Joomla, not from the cPanel provided by your host.
Toivo Talikka, Global Moderator

detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Re: Problem with Joomla 3.10.11

Post by detector » Sun Mar 12, 2023 9:57 pm

I encountered a problem where I only see a white screen in the administrator area, without any menu or text. The error message says:Unknown column 'a.client_id' in 'where clause'

So i can work only from cpanel.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17431
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Problem with Joomla 3.10.11

Post by toivo » Sun Mar 12, 2023 10:15 pm

Go to Extensions - Manage - Database. If the blue banner with the heading Notice shows a warning and not the text "Database table structure is up to date", click the button Fix at the top to update the structure of the database tables.
Toivo Talikka, Global Moderator

detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Re: Problem with Joomla 3.10.11

Post by detector » Mon Mar 13, 2023 10:00 am

Do you understand that I can't see anything except a white screen? I can't go on Extensions because I can't see the menu. All I can do is within the hosting cpanel.

User avatar
toivo
Joomla! Master
Joomla! Master
Posts: 17431
Joined: Thu Feb 15, 2007 5:48 am
Location: Sydney, Australia

Re: Problem with Joomla 3.10.11

Post by toivo » Mon Mar 13, 2023 11:09 am

Ok, did you use the File Manager in the cPanel to rename the system plugin T3?

Try to go directly to the Database in the back end, using your URL, and then click the Fix button at the top:

Code: Select all

http://my-url/administrator/index.php?option=com_installer&view=database

Use the File Manager to write-enable and edit the file configuration.php in the main Joomla folder so that Joomla displays more detailed error messages with the PHP call stack, which can then identify the source of the PHP fatal error:
[code]	public $debug = '1';	
	public $error_reporting = 'maximum';
Toivo Talikka, Global Moderator

detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Re: Problem with Joomla 3.10.11

Post by detector » Mon Mar 13, 2023 12:54 pm

Doesn't work in this link i still see only white screen. I have backup file for website (public html). How to upload a backup my website?

User avatar
Per Yngve Berg
Joomla! Master
Joomla! Master
Posts: 30915
Joined: Mon Oct 27, 2008 9:27 pm
Location: Romerike, Norway

Re: Problem with Joomla 3.10.11

Post by Per Yngve Berg » Mon Mar 13, 2023 2:14 pm

A Backup of the files in public_html will not be sufficient as the database is also needed.

detector
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Mar 07, 2023 3:32 pm

Re: Problem with Joomla 3.10.11

Post by detector » Mon Mar 13, 2023 6:22 pm

I have also sql zip File. How can I delete all Joomla updates in cPanel?


Locked

Return to “Migrating and Upgrading to Joomla! 3.x”