magento not installing on ubuntu 14.04 and database is not configuring - magento

While installing magento on ubuntu 14.04, i am getting the following error :
"Parse error: syntax error, unexpected '.' in
/var/www/html/magento/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php
on line 93"
unable to navigate on Magento's installation wizard. what should i do?

Go through the official prerequisites for you magento version. http://docs.magento.com/m1/ce/user_guide/magento/system-requirements.html
And check if you are using the correct PHP version.

Related

Xampp download and install issues

I am trying to install Xampp. But i am getting the following error. Anyone can help me>>
Error message
What I need to do for installing Xampp

Can't update laravel installler 1.5.0 from ubuntu 20.04

After I installed Laravel 9 in Ubuntu 20.04 (php 7.4 and composer 2.3.10) I run
laravel new proyect1
but it does not work. I got this error: In RequestException.php line 113: Server error: GET http://cabinet.laravel.com/latest.zip resulted in a 522 response
When I searched for the error message, I found this question in StackOverflow:
Why do I get a laravel error while creating a new project?
But the solutions suggested on it did not work for me. Basically, it recommends removing the laravel installer and requiring it again, Basically, it recommends removing the laravel installer and requiring it again, but even when I followed the solution that was suggested, laravel/installer version 1.5.0 appears when I ask for the laravel installer version instead of laravel/installer 4.2.13 version

Uncaught ErrorException: preg_match_all(): JIT compilation failed: no more memory

I just upgraded my PHP on macOS from 7.2 to 7.3 and while trying to run composer update on a project of mine, I get the error;
PHP Fatal error: Uncaught ErrorException: preg_match_all(): JIT compilation failed: no more memory
I've run a few Google searches; it looks like the issue is new, and I couldn't find any working documentation online.
Is this an issue related to PHP 7.3 and Composer? If so, how do I resolve it? Thanks for your help in advance.
If pcre.jit = 0 pcre.jit=0 pcre.jit = Off in php.ini, not worked, try this:
I suppose you installed php 7.3 through homebrew.
If so, create a zzz-myphp.ini in /usr/local/etc/php/7.3/conf.d with the following content:
; My php.ini settings
; Fix for PCRE "JIT compilation failed" error
[Pcre]
pcre.jit=0
If this also doesn't work, uninstall php7.3 and install 7.2 or 7.1
brew uninstall php#7.3
Edit the following file
/usr/local/etc/php/7.3/php.ini
Find and change the pcre.jit variable
pcre.jit=0
If the issue remains
Try restarting your computer.

Error 'Class undefined: Zend_Cache' when install Magento on HHVM and Nginx

I want to install Magento 1.9.2.1 on my server with Nginx, HHVM & MySQL.
I managed to install & configure Nginx, HHVM & MySQL to work. With the latest source code of Magento version 1.9.2.1, I put it in the root folder of my site, then access the domain to start installing Magento as usual.
The problem is when I go to the site, it's blank instead of redirecting to the installation process.
Checking the error log in /var/log/hhvm/error.log, there is an error:
Fatal error: Class undefined: Zend_Cache in
/var/www/html/app/code/core/Mage/Core/Model/Cache.php on line 137
Normally I think it should be included automatically by autoloading?

Fatal utf8_strpos error

I am receiving the following fatal error on my Joomla 2.5 website: Fatal error: utf8_strpos: Offset must be an integer in /path/to/file/libraries/phputf8/native/core.php on line 66. I recently moved my website to a new host (dedicated Rochen Hosting server) and that is when the error started appearing. The fatal error never appeared on the old hosting provider. I have also been receiving a blank white index.php page intermittently when the website loads, but all of the other pages load with no problem. I am not sure if this issue would be related to the fatal error.
Any assistance with this issue would be greatly appreciated.
Thank you.
Mike
Joomla 2.5.4
PHP 5.3.10
MySQL 5.1.61
Apache 2.2.22
Custom Joomla template
Is your current PHP version compatible with the library?
It's because the package php-mbstring isn't installed. Try sudo yum install php55-mbstring then service httpd restart.

Resources