undefined method Joomla\Registry\Registry::getValue() - joomla

I'm having an issue with a Joomla site, It was recently upgraded to Joomla 3.0 but now the home page hows the error "undefined method Joomla\Registry\Registry::getValue()", the only issue is it does not tell me which files are throwing this error.
I have run a file search in cPanel and a grep at command line to find any files with "getValue" in them but all responses are 0. I've even checked the database, just in case a previous developer put it in there but I have nothing.
I've searched the web, checked error logs, disabled plugins and pretty much bashed my skull against the wall for the last week to no avail.
Can anyone help?
I working on the updated site here: http://dev.hershmanlegal.com/

In the backend of your Joomla site, try going to System > Global Configuration > Server, change the error reporting to Maximum and see if you get more details about the source of the problem.
If still no joy, check your server error logs.
Good luck!

Related

How do I fix this Joomla white screen error?

Joomla q.
I tried updating my Joomla site, and that failed and I got a basic html version of my site. I tried to downgrade by extracting a former version of Joomla in the root folder. when this failed I tried to change it again the same way.
This gave me a white screen on both admin side and front end. After following the first few steps here
I'm finally getting this error:
*Parse error: syntax error, unexpected 'ini_set' (T_STRING), expecting function (T_FUNCTION) in /home/*****/public_html/configuration.php on line 98* (asterisks added)
There shouldn't be any ini_set function call in the configuration.php file. Your website is likely hacked - you should proceed accordingly. First cleanup your configuration.php file and then try this guide for quickly cleaning Joomla sites. Please note that usage of this guide is at your own risk and you must always backup your Joomla site before doing this. Also note that if your Joomla site has core modifications then they will be wiped out. Finally, keep in mind that you may still have reminiscent hacked files on your site even after implementing the above, so you clean those as well.

Some pages are not loading in Sonarqube 5.6.6

Suddenly I'm experiencing a huge problem in my Sonar. I cannot access some of the main pages under my projects.
For example, once I click on the project,
home page not loading
Measures page not loading
Code page loading but once I click on any class, it's not opening and after a while, giving an error saying "Request cannot be processed. Try again later."
List item
But if I do any analysis from Sonar-runner it's executing successfully. I don't see any other issues excepts things I pointed above.
I have taken following actions to rectify the issue but still no luck.
Enabled debug logs to see any errors - cannot see any
Did MySQL optimizations - still no luck
Increased Sonar java heap size
Installed another Sonarqube instance on another CentOS 7.4 fresh server and restored DB dump from old one. - still, the issue is same
Finally, I have upgraded the new instance to Sonar 6.5. -but nothing changed and my issues still there.enter image description here
Appreciate if somebody guides me to fix this issue. Since I cannot go for a fresh installation because I need all my History data.
Thank you.
I could fixed this issue. I assumed this is something issue with the network response due to packet filtering or something else.
First I installed sonar in my local machine and then tried to execute Sonar-Runner analysis and then checked and it worked well.
Then I have realized this is something related to my remote network. therefore I have installed the Sonar in different location (Data center) and its also working.
Thanks to everyone for the guidance and I leave this post here so anyone can read later if they have the same issue.

Call to undefined method JAdminCssMenu::load()

I have updated joomla version from 3.6.5 to 3.7 joomla latest version.
Now I am getting fatal error on site backend :
Fatal error: Call to undefined method JAdminCssMenu::load() in /public_html/administrator/modules/mod_menu/mod_menu.php on line 25
Can anyone please provide me solution to get it fixed.
Thanks
The temp fix does work, (uncomment line 25). However I found it was a component that was causing the error, SP Page Builder, once uninstalled, all worked fine :D
I had the same issue but you don't need to uninstall SPPageBuilder, just go to yoursite.co.uk/administrator/index.php?option=com_modules&view=modules, filter by Administrator modules and unpublish the one called "SP Page Builder Admin Menu".
I have also received the same error on a couple sites so far after updating. I added a php override to my htaccess file to bring the sites back online. I added the following to the rewrite section of my htaccess file:
php_value memory_limit 128M
This increases the memory to 128MB. Not the best way to fix the issue, but it works right now. I don't know if this issue is related to the 3.7 upgrade or not, but it's awfully coincidental that 2 of my sites, and now coming across this post happened after upgrading. I wonder if there is a bug in the new Joomla version, or if it requires more memory now.
This is faced by many who used JSN Poweradmin. You need to uninstall it to run your Joomla site or you can simply comment out or delete this line on line no 25
//$menu->load($params, $enabled);
in the file /administrator/modules/mod_menu/mod_menu.php.
I have replaced mod_menu complete Directory/Files with old one (3.6.5) and its working now.
If you are using JSN Poweradmin and you tried to install SP Page Builder, Just go to this directory:
administrator\modules
and delete this folder: mod_sppagebuilder_admin_menu
Now Joomla Admin panel would work OK and also SP Page Builder component is ready to use.

Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found

I'm getting an error in the admin page when I try to login, it was working fine and I would like to know if you can please help find out what may be causing the error and how to fix it. The error is:
Fatal error: Class 'Magpleasure_Filesystem_Helper_Data' not found in /home/site/public_html/app/Mage.php on line 546
The admin page is only showing the header and the error line code, the search box but the search box is not giving any results neither. However, the front of the store is working find, no issues in front. Please help, thank you
Best Regards,
Jenny
99% that you were hacked and that you didn't apply the two patches which were released by magento some weeks ago...
I have seen that issue 1 day ago at a client side of mine and they also didn't apply the patch.
check also this: https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
It also happened to me. Did not install the security patches.
Follow the steps from this post:
https://magento.stackexchange.com/questions/64461/error-logging-in-the-admin-panel-fatal-error-class-magpleasure-filesystem-help
Remove all files: app/code/community/Magpleasure/Filesystem/
Clear your cache, login should be possible now.
Check for new "Admin Users"
Patch your System with SUPEE-5344!
This happened to my site AGAIN, even after removing the magepleasure files, and then installing the 2 security patches.
I looked in the community and local folders as noted above in the way that I fixed this the first time around. This time there was one called Ma2.
I deleted the files from both places and deleted the cache folder contents on the server. I was then able to get the backend again. There was another unauthorized user, deleted it.
There is a remaining problem though. Anybody know where to look to fully delete the problem?
This is Compiler Error edit index.php, there just comment out following lines
$compilerConfig = MAGENTO_ROOT . '/includes/config.php'; if
(file_exists($compilerConfig)) {
include $compilerConfig; }
it will fix now..
This looks like an extension has been installed but not completely. The error is because Magento is trying to find the file Magpleasure_Filesystem_Helper_Data which I guess will either be under code base local or community app/code/local/Magpleasure/Filesystem/Helper/Data.php but the file is not there.
I would suggest reinstalling the extension either by magento connect or locally and deploy to your system and if you are still having issues contacting the developer directly may be your best bet.

Joomla 'component not found' install error

I made a component that was working find on my local machine but when I tried to put it on live site it gives me '404 - An error has occurred. Component not found' error that doesn't seem to go away. I have tried everything from installing from different admins to putting the files directly to server but nothing works. I even tried installing it on another joomla site but that doesn't help either. Any help would be appreciated.
Thank you.
I was stuck on this since morning and finally got the solution. This might be of help...
The component name was com_ABCdef and it worked on local like that however when I installed in to site it became all small letters and was calling for option=com_abcdef and my installation files file ABCdef.xml and ABCdef.php and changing those to lower case solved my problem.
how are you doing it ?
Do you have the xml install file ?
name convention? i think name should always be com_componentName
have you placed it in the component directory ?
read more about joomla component here http://docs.joomla.org/Developing_a_Model-View-Controller_Component_-_Part_1

Resources