I get this error after doing upgrade from Joomla 2.5 to 3.4
Fatal error: Call to a member function get() on a non-object in /home/rodoyo/public_html/administrator/components/com_installer/controller.php on line 37
I can find that line in my php config file but don't know what to change
Any ideas?
Related
When I set up the Laravel 5.0 version project in PHP 7.2 I am getting following error. Please help me how to run this in PHP 7.2 version or is there any other way.
ErrorException in EncryptionServiceProvider.php line 16: Use of
undefined constant MCRYPT_RIJNDAEL_128 - assumed 'MCRYPT_RIJNDAEL_128'
(this will throw an Error in a future version of PHP)
I am following instructions elsewhere to upgrade Joomla from 2.5.x to 2.5.28 in preparation to upgrade to 3.5.
The install, and DB steps went fine. 2 package updates were fine, but when I try to do Gantry to 4.1.33, whether through update or install, it throws this error:
Fatal error: Call to undefined method JInstallerPackage::getManifest() in /home1/someuser/public_html/joomlatest/tmp/install_599de020ec6ed/install.php on line 75
Any suggestions?
Thanks
JimR
i had a problem
i use codeigniter 3.0.6 and my server is lampp with PHP Version 5.5.38
i want use cjax 5.9 in codeigniter but when i merge ci and cjax and i go to this url:http://localhost/ci_ajax/ajax.php?test/test
i see this error
Warning: require_once(/opt/lampp/htdocs/ci_ajax/cjax/ajax.php): failed to open stream: Permission denied in /opt/lampp/htdocs/ci_ajax/ajax.php on line 32
Fatal error: require_once(): Failed opening required '/opt/lampp/htdocs/ci_ajax/cjax/ajax.php' (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/ci_ajax/ajax.php on line 32
can you help me?
sorry for bad english typing and tanks
I am trying to use Laravel 5.1 with phpdesktop (https://github.com/cztomczak/phpdesktop). I configured everything according to instructions but I get a fatal error for the first page itself.
Fatal error: Call to undefined function Illuminate\Foundation\Bootstrap\mb_internal_encoding() in H:\app\laravel\www\vendor\laravel\framework\src\Illuminate\Foundation\Bootstrap\LoadConfiguration.php on line 43
I am unable to solve this problem. Both PHPDesktop and laravel versions are latest ones.
You need to install mbstring extension for PHP.
Check Enable mbstring extension on Windows
I have an error message while installing a template in joomla m using wamp 2.1 and joomla 3.0.3 .
the error code is
Fatal error: Call to undefined method JRegistry::getValue() in C:\wamp\www\Joomla\templates\blackwhite\icetools\default.php on line 284
JRegistry::getValue() was previously deprecated and removed in Joomla 3.x. It should be changed to JRegistry::get() instead. Please see http://docs.joomla.org/Potential_backward_compatibility_issues_in_Joomla_3_and_Joomla_Platform_12.2#JRegistry