Rose Billing Image loading issue after the installation

After installation application is working but images are not loading.

For optimal resources security Laravel based applications, store the user files outside the public access directory.  To access the user files the application requires the symbolic links in the public directory to original content.

Cause:

Some shared hosting providers do not support the symbolic link creation, it results in the broken images.

Solution:

A. Non-Tech Person

1. Go to Admin Settings > WEB UPDATE WIZARD

- Update to Latest Version in Web Wizard 

- on the same page (WEB UPDATE WIZARD) you will see the Advanced Developer Settings button after scrolling down.

2. Click on Advanced Settings

Here you will see a create link option

Select Yes & Update without changing other data

 

B. Tech Person

Please open

YOUR_PROJECT->bootstrap\app.php

Add to line no 43

$app->useStoragePath('storage');

Copy YOUR_PROJECT-> storage directory to YOUR_PROJECT/public

 

Did you find this article useful? Yes | No

Did you find this article useful?

Yes, thanks! Not really
Last Updated: 28/03/2022 01:44

A total of 106 / 205 users found this article useful.