upload to hosting while runing in xampp

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
zeelman
Posts: 4
Joined: 08 Jul 2023, 08:24

upload to hosting while runing in xampp

Post by zeelman » 08 Jul 2023, 11:55

my aimeos version is 2023.04
php version is 8.0.2

i run it on window xampp first , its run fine , when i uploaded it to hosting manager ,it has show some issues, firstly composer version , i run , composer update , secondly, move the index.php file, vendor, aimeos folder from public to html_public(root directory) , it run home page well, but when i open categories or sub categories it can't load some files therefor it's frontend diturbs..
hompage, jbstationers.pk.
subcategories page https://jbstationers.pk/shop/decor-point~48

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: upload to hosting while runing in xampp

Post by aimeos » 09 Jul 2023, 09:42

Adapt the APP_URL setting in your .env file because the CSS/JS file URLs has http://localhost as prefix and refuse to load. Also, clear the content cache using:

Code: Select all

php artisan aimeos:clear
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

zeelman
Posts: 4
Joined: 08 Jul 2023, 08:24

Re: upload to hosting while runing in xampp

Post by zeelman » 09 Jul 2023, 10:30

i have change url but still not working..Image

zeelman
Posts: 4
Joined: 08 Jul 2023, 08:24

Re: upload to hosting while runing in xampp

Post by zeelman » 09 Jul 2023, 18:08

i did but nothing happen..

Post Reply