Bagisto Update
-
hi ! i am trying to update bagisto to latest version but facing alot of errors as when i am linking old storage i am getting different errors every time like: access denied for this user, file content not found, unale to create root directory i manually tried to create symlink but all in vain ,,,,, also i am using old database but only products data are loaded and cms and categories table lose all data after new migration
-
- You need provide permission to read write, to resolve file content issue.
- please follow this issue to resolve "create root directory" issue
https://github.com/bagisto/bagisto/issues/826 - does your cms and category data exist in database after new migrate??
-
@Vaishali-Agarwal after migration categories and cms tables lost all data...
-
@Vaishali-Agarwal for "create root directory" i already done with steps mentioned in this link ... can you guide me how to link old project storage with new one.... ? keeping old storage issue aside the problem i am facing is that after linking storage insead of a folder a text type file is created in root/public/storage...
-
@aroobaarooj499
for linking storage if text type file is created in root/public/storage/ then manually add the folder names replacing by txt file then run php artisan storage:link -
@Vaishali-Agarwal and what to do with old db issue?
-
What kind of DB issue, you are facing?
-
Hi @rahul ! I lost all data after migration which i somehow manage to import manually now things are running fine but getting routes errors like [shop.checkout.check.coupons] not defined and i need assistance in this regard.
-
We have removed this name route in the latest version, now it does not exist.
Kindly run the following commands -
composer dump-autoload
and
php artisan route:cache
after running this if u still get any issues then write here.
Thanks
-
@rahul thanks!
Facing another issue:
I updated bagisto to latest version but in this version product variation options take too much time in loading but the same options loaded quickly in old version ... can you guide me what's the issue or what should i do? -
i have been trying upgrading my old bagisto 0.2v to latest bagisto version
by following this guide
https://devdocs.bagisto.com/upgrade_to_latest_bagisto.htmland after follow the instruction iam still getting the follow error
ErrorException (E_WARNING)
Erroneous data format for unserializing 'Symfony\Component\Routing\CompiledRoute'can you please help!
-
Hi @Ashishaxaat
you may remove the cache files using rm -fr bootstrap/cache/*
also this will help you more https://github.com/bagisto/bagisto/issues/3042
-
This post is deleted!