Wordpress php version not supporting - wordpress

When I am updating PHP 7.2 to 7.4 or higher version it's not supporting. The website looks ugly.
https://tutorial.eyehunts.com/

I found an issue with old "Crayon Syntax Highlighter". Deactivated plugin and updated site PHP version 7.4, working fine now.
https://wordpress.org/support/article/debugging-in-wordpress/#example-wp-config-php-for-debugging

Related

How to adapt my composer.lock version for a lower php version?

I made a symfony project on php 7.4, however it seems like OVH php version is 7.3.16.
Which folder are not necessary for deployment and how can I adapt my composer for a different php version ?
Here's the error I get while accessing to my website :
Fatal Error: composer.lock was created for PHP version 7.4 or higher but the current PHP version is 7.3.16.
OVH offer a way to change the PHP version used by your domain.
Check Details of the .ovhconfig file for more information about it. You should also have an option in the control panel about it.

Download older version of SonarPLSQL plugin

Where can I find older versions of the SOnarPLSQL plugin ?
My Sonar Server is on 6.1 version,so the latest plugin doesn't work for the current server.
In the main link https://docs.sonarqube.org/display/PLUG/SonarPLSQL only the release notes are available and not old binaries.
Follow similar link to the download SonarPLSQL to see more versions as sonar-plsql-plugin-2.7.1.jar

How to run wordpress v 4.2 with php 7.0

I have a wordpress project version 4.2 with php v5.5
I want to run this project in my localhost where I have php 7.0
How to do update?
Thanks in advance
Try setting up your local dev environment using Local by Flywheel. Local includes the option to choose which version of PHP to use when setting up a site. https://local.getflywheel.com/

Wordpress issue with php 7

I'm trying to install WordPress on host with PHP version 7 but WordPress style and scripts seems not work properly and WP themes ruined ( even in WP installation steps ) .
It works fine on PHP 5.6
here's my server information :
PHP : 7.1.0
Apache : 2.2.29
MySQL Version : 5.5.52-cll
WordPress 4.6 isn't compatible with PHP 7.1 but WordPress 4.7 will be.
https://core.trac.wordpress.org/ticket/37772

Problem with WAMP server and Drupal on eeePC

I just installed WAMP on my new eeePC and I am trying to install Drupal, I unzipped the drupal file in the www directory and went to localhost/drupal-x.xx
I get the following error for a couple hundred lines :
Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal-6.15\includes\file.inc on line 902
then the regular drupal install interface appears at the bottom of the page, I tryed to go through with the installation but the problem remains, I looked through google and the drupal web site and I can find no answer (I found similar problem (in french), but no answer).
I have installed wamp and drupal on other computers (win XP and Mac OS) and it seems to work all right so it makes me think it might be related to the eeePC or windows 7 (running on windows 7 starter edition). Any idea ?
Thx
Ok it just seems that Drupal does not support PHP 5.3, which was installed in the latest version of WAMP, which I did not have on my other computers. I have to go back to 5.2, which you can do by installing a php 5.2.x addon from the wampserver website
If phpmyadmin doesn't work after installing your add, you will have to modify the php.ini file with the right path
; Directory in which the loadable extensions (modules) reside.
extension_dir = "c:/wamp/bin/php/php5.x.x/ext/"
replace php5.x.x by the version of php you downloaded and installed
My bad :)
Please try with PHP 5.6 or PHP7 installtion,otherwise it will put depcrated notice on header area.

Resources