Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing resources #32

Closed
mihha opened this issue Aug 23, 2018 · 6 comments
Closed

Missing resources #32

mihha opened this issue Aug 23, 2018 · 6 comments

Comments

@mihha
Copy link

mihha commented Aug 23, 2018

Hi,

now that I was able to load the application using Apache web server, there are few issues with loading resources, like image files and font files

This is what I get in the browser console

image

For example, it is trying to load font and image files from the following URL:

https://my_domain/css/img/loader-main.gif
https://my_domain/css/fonts/glyphicons/glyphicons-halflings-regular.woff2

As you can see, font files URL is wrong. It should be
https://my_domain/fonts/glyphicons/glyphicons-halflings-regular.woff2

It seems like something is still missing from the Apache configuration of virtual host

@freescout-helpdesk
Copy link
Contributor

freescout-helpdesk commented Aug 23, 2018

The issue has been fixed. Just make pull from the repository and clear app cache.

@mihha
Copy link
Author

mihha commented Aug 27, 2018

Hi,

I am sorry but this has been only partially solved

Still, the access to the glyphicons font is using wrong paths

image

@freescout-helpdesk
Copy link
Contributor

freescout-helpdesk commented Aug 27, 2018

Issue has been fixed.

If you pull now you will need to add manually the following fields to the corresponding tables in DB (see /database/migrations):

  • send_log: mail_type
  • conversation: customer_email
  • threads: from

@mihha
Copy link
Author

mihha commented Aug 27, 2018

I have no problem with add new columns to the DB but you really need to be a little bit more specific about their configuration

For example:

image

Can you provide SQL DDL for those tables?

@freescout-helpdesk
Copy link
Contributor

send_logs:

`mail_type` TINYINT(3) UNSIGNED NOT NULL

conversations:

`customer_email` VARCHAR(191) NOT NULL COLLATE 'utf8mb4_unicode_ci'

threads:

`from` VARCHAR(191) NULL DEFAULT NULL COLLATE 'utf8mb4_unicode_ci'

@mihha
Copy link
Author

mihha commented Aug 27, 2018

Hi,

thank you

Icons are loaded correctly now

@ghost ghost mentioned this issue Apr 15, 2021
@codezz codezz mentioned this issue Jan 30, 2022
@ghost ghost mentioned this issue Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants