project icon indicating copy to clipboard operation
project copied to clipboard

php 8.2

Open johndo100 opened this issue 2 years ago • 4 comments
trafficstars

Hi, I've tried install bolt on php8.2 with no success. It seems bolt lock with old laminas and it doesn't support php8.2. Please fix it, thank! 23-10-21--08-47-58_maim

johndo100 avatar Oct 21 '23 01:10 johndo100

If you try the 5.2 beta, it'll work better:

composer create-project bolt/project myprojectname "^2.5" --stability=beta

bobdenotter avatar Oct 23 '23 08:10 bobdenotter

Thanks for that, I ran into the same problem.

michaellenaghan avatar Dec 01 '23 20:12 michaellenaghan

I tried this, and unfortunately I get the Error message "Could not find package bolt/project with version 2.5." image

ThomasMeschke avatar Jun 15 '24 19:06 ThomasMeschke

Same here:

cocur/slugify v4.3.0 requires php ^7.1 || ~8.0.0 || ~8.1.0 || ~8.2.0 -> your php version (8.3.10) does not satisfy that requirement.

Just started to try Bolt. Not a really good developer experience:

bin/console doctrine:fixtures:load --no-interaction
PHP Deprecated:  ini_set(): assert.warning INI setting is deprecated in /home/stephan/PhpstormProjects/prive/blog/vendor/symfony/error-handler/Debug.php on line 34

   > purging database
   > loading Bolt\DataFixtures\UserFixtures
   > loading Bolt\DataFixtures\TaxonomyFixtures
   > loading Bolt\DataFixtures\ImageFetchFixtures

In ErrorChunk.php line 65:
                                                                                                   
  SSL certificate problem: certificate has expired for "https://placeholder.boltcms.io/getfiles".  
                                                                                                   

In CurlResponse.php line 335:
                                                                                                   
  SSL certificate problem: certificate has expired for "https://placeholder.boltcms.io/getfiles".  
                                                                                                   

stephanvierkant avatar Aug 18 '24 10:08 stephanvierkant