e107inc / vstore

Simple shopping cart system for e107 v2.x Bootstrap CMS
GNU General Public License v3.0
17 stars 12 forks source link

blank page after installation git version #201

Open Jimmi08 opened 6 months ago

Jimmi08 commented 6 months ago

After installing git version - PHP 7.4 - e107 core 2.3.3 - blank page.

This line is causing issue in vstore class:

require_once __DIR__ . '/composer/autoload_real.php';

I was able to get for missing symfony/polyfill-php83/bootstrap.php

tgtje commented 6 months ago

@Jimmi08 interesting, but not checked further besides reading in stuff... only thing i found is this that line you posted (php83) was in code change (comp/autoload files) some months ago . Since i am totally unfamiliar with those.. it makes me wonder (hope i understand composer 'manner'.) why 83.. iff standalone and using 7.4 and iff it would be standalone... than php74 file would be the case ? In core is : php80 as file.. ??????? (could it be the updating for PHP 8 usage throughout be involved and that would be the lowest version to use ??) oooh grey zone...

tgtje commented 3 months ago

Confirmed : for testing purposes i added polyfill php 83 as proper named folder. running system. Iff this is correct way to do ???? (hence composer files on root) ?? it will run for me local on php 8.2 v 2.4.0 git (1 week old) checked only as running system, empty, only admin so not tested payments All tables are added with InnoDb type (there is call in folder for php 83 > so if only 80 onboard> crash (backward compat.. not tested..)