Support

Admin Tools

#13019 An updated version of Admin Tools is available

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
n/a
PHP version
n/a
Admin Tools version
n/a

Latest post by nicholas on Wednesday, 25 July 2012 02:52 CDT

user60737
Mandatory information about my setup:

Have I read the related troubleshooter articles above before posting (which pages?)? No
Have I searched the tickets before posting? No
Have I read the documentation before posting (which pages?)? No
Joomla! version: (unknown)
PHP version: (unknown)
MySQL version: (unknown)
Host: (optional, but it helps us help you)
Admin Tools version: (unknown)

Description of my issue:
Hi,
An updated version of Admin Tools is available, i am nervous about updating from the admin tools link, My Joomla version is 2.5.6, are there still issues with Joomla and Admin pro and is there another way to do it.
regards
Dave

nicholas
Akeeba Staff
Manager
What issues are you talking about? You can update Admin Tools from within Admin Tools, clicking on the "Update Found" button. This has always been the recommended method.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user60737
Hi Nicholas,
Now don't get defensive :-)
It has been a Joomla update problem which interferes with Akeeba and Admin, and I am worried I will have problems again when I try to update Admin Pro, you did mention you can update manually.
Regards
Dave

nicholas
Akeeba Staff
Manager
Oh, I wasn't being defensive, I just couldn't understand which problem you were talking about :) Answering your question:
- You should never, ever use Joomla!'s own updater (Extensions, Manage Extensions, Update) to update Professional versions of our software. This is a Joomla! limitation which I couldn't work around in a predictably performing way. I think that's the problem you were talking about, right? If so, yes, that problem (which is a Joomla! limitation actually) is still there.
- You should always use our software's Live Update to install updates. This is what sends you the notification email and it's what renders the "UPDATE FOUND" icon in Akeeba Backup's and Admin Tools' control panel pages.
- If that fails, you can always download the latest version and install it on your site on top of the existing version, without uninstalling the existing version.
I hope that covers all bases :) If you have any question don't hesitate to ask for a clarification!

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user60737
Hi Nicholas,
As a separate issue, regarding a problem arising from what appears to be a server issue with Akeeba backup, it was working perfectly, then for some unknown problem it stopped working, i get this message
The website encountered an error while retrieving http://sunshinecoastwebdesign.com.au/administrator/index.php?option=com_akeeba. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this web page later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfil the request.
I have notified server admin and they are working on it but cannot find a solution at this stage, it keeps coming back,
Can you take a look for me?
Regards
Dave

nicholas
Akeeba Staff
Manager
You are getting a 500 Internal Server Error. A white page or a page with a 500 Internal Server Error is, in fact, either a .htaccess issue to a PHP fatal error in disguise.

First, check your server's error logs (not the access logs) immediately after visiting the page which throws the error. There should be an exact description of the PHP fatal error which occurred. Sometimes you can find the error messages in files called error_log or error.log inside the site's root and/or administrator directories. If unsure about the error log location, please consult your host. Most likely the error logs are available in your site's cPanel, Plesk control panel or similar hosting account management facility.

If your host does not give you access to the error logs and you have access to the Joomla! administrator area, please log in to your site's back-end, go to Global Configuration, click on the Server tab and set the Error Reporting to Maximum (Joomla! 1.5) or Development (Joomla! 2.x and later). Try visiting the problem page again.

If you still get a blank page, edit your configuration.php file and put the following code right after the final closing curly brace ( this is what a curly brace looks like --> } ) but before the closing PHP tag (it looks like ?> that is a question mark and a greater-than sign):
ini_set( 'display_errors', true );
error_reporting( E_ALL ); 
Try visiting the problem page again.

If you still get a white page, please remote the two lines from your configuration.php file. Edit the .htaccess file in your site's root. If you don't have a file named .htaccess create a new one. Beware that htaccess.txt is a DIFFERENT FILE and will NOT work! Add the following to the end of the file:
php_flag display_errors On
php_value error_reporting 32767
and retry loading the problem page.

If you still get a white page, remove the two lines from your .htaccess file. Now, create a file called php.ini with the following content:
display_errors=on
error_reporting=E_ALL
and upload it into your site's root and your site's administrator directory. Retry loading the problem page.

If you still get a white page, delete the php.ini files your created and choose a different host. If your host doesn't allow you to debug any PHP-related issues there is no point paying them.

Please note that if you can not understand what the PHP error message means, just copy and paste it here verbatim so that we can take a look and point you to the right direction.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user60737
Hi Nicholas,
Here is the error when setting using the Joomla! administrator area, Global Configuration, Development (Joomla! 2.x and later).
Notice: Undefined variable: continent in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/plugins/system/admintools/admintools/pro.php on line 1966 Strict Standards: Non-static method RokCandyHelper::getMacros() should not be called statically, assuming $this from incompatible context in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/plugins/system/rokcandy/rokcandy.php on line 28 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 13 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 14 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 24 Strict Standards: Non-static method RokCandyHelper::getTemplateOverrides() should not be called statically, assuming $this from incompatible context in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 18 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 41 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 42 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159
Regards
Dave

nicholas
Akeeba Staff
Manager
Go to Global Configuration, Server tab. Set "Error Reporting" to "None" and never, ever set it to Development again unless you know what you're doing and why.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user60737
This is what you said to do!! if you read the post above,
Did you see anything in the errors

nicholas
Akeeba Staff
Manager
Oh, sorry about that, I didn't see the post above! The title of the thread being completely unrelated to the issue we're trying to solve didn't help, either.

What I saw in your post was a bunch of Notices. None of them can cause a blank page / 500 Internal Server Error. Should I suppose that these errors come from the backend page right after logging in, not Akeeba Backup's page? If this is so, please do this:
- Let the Error Reporting to Development
- In the Global Configuration page set Debug System to On
- Click on Components, Akeeba Backup
- and now copy the errors presented in that page. There should be a "Fatal Error" entry. That's what we're looking for. This is what leads to the 500 error page.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

user60737
This is the error
Looks the same how ever the link is now missing from the tool bar, also admin tools link is missing but i can bring up the admin tools using index.php?option=com_admintools
All this is happening every time i am now convinced its a server problem, what do you think.





Notice: Undefined variable: continent in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/plugins/system/admintools/admintools/pro.php on line 1966 Strict Standards: Non-static method RokCandyHelper::getMacros() should not be called statically, assuming $this from incompatible context in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/plugins/system/rokcandy/rokcandy.php on line 28 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 13 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 14 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::getUserMacros() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 24 Strict Standards: Non-static method RokCandyHelper::getTemplateOverrides() should not be called statically, assuming $this from incompatible context in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 18 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 41 Strict Standards: Only variables should be assigned by reference in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 42 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::readIniFile() cannot be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/libraries/joomla/cache/controller/callback.php on line 159 Strict Standards: Non-static method RokCandyHelper::getCurrentTemplate() should not be called statically in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_rokcandy/helpers/rokcandy.php on line 53 Fatal error: Cannot redeclare class AEPlatform in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_akeeba/akeeba/platform/joomla15/platform.php on line 1

nicholas
Akeeba Staff
Manager
OK, now we're getting somewhere:
Fatal error: Cannot redeclare class AEPlatform in /hsphere/local/home/ervale/sunshinecoastwebdesign.com.au/administrator/components/com_akeeba/akeeba/platform/joomla15/platform.php on line 1

You seem to be using a very old version of Akeeba Backup or you have a failed/partial upgrade. Try installing Akeeba Backup 3.5.2 on top of your existing installation, without uninstalling. If that still fails, post back and I'll give you a longer but safer alternative course of action.

Nicholas K. Dionysopoulos

Lead Developer and Director

πŸ‡¬πŸ‡·Greek: native πŸ‡¬πŸ‡§English: excellent πŸ‡«πŸ‡·French: basic β€’ πŸ• My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!