Page 1 of 2
After update
Posted: Mon Mar 29, 2021 10:47 pm
by GlenMcCabe
I have updated my system but I do not get the close x on forms.
F12 is giving the following
close_red.png:1 GET
http://MYURL/core/graphics/close_red.png 403 (Forbidden)
Image (async)
attr @ jquery.js?ts=20210329200119:2
$ @ jquery.js?ts=20210329200119:2
attr @ jquery.js?ts=20210329200119:2
move @ nucommon.js?ts=20210329200119:415
(anonymous) @ nucommon.js?ts=20210329200119:503
dispatch @ jquery.js?ts=20210329200119:2
v.handle @ jquery.js?ts=20210329200119:2
Re: After update
Posted: Mon Mar 29, 2021 11:19 pm
by GlenMcCabe
When I go to login
F12 shows
Failed to load resource: the server responded with a status of 403 (Forbidden) This is my logo.png which lives in Graphics folder
Failed to load resource: the server responded with a status of 404 (Not Found) This is /Favicon.ico which I dont know about
Permissions
live directory 0755
core 0755
graphics 0755
All pngs 0644
In old structure there are 88 files in graphiccs (some added by me)
In new structure core/graphics there are 18 png files only (none added by me
Re: After update
Posted: Tue Mar 30, 2021 12:03 am
by kev1n
Try clearing cache and cookies
Check logs of apache
Re: After update
Posted: Tue Mar 30, 2021 12:24 am
by GlenMcCabe
I cleared all cache and cookies. no difference
The system is running on a shared hosting site (Bluehost). I dont have root access. I dont seem to be able to find appache logs.
I am worried about the number of files in graphics folder. Should there only be 18 files?
Re: After update
Posted: Tue Mar 30, 2021 12:39 am
by kev1n
Yes, there are just 18 graphic files:
https://github.com/nuBuilder/nuBuilder- ... e/graphics
If you navigate to
http://myurl/core/graphics/close_red.png in your browser, do you see the picture?
Error loags:
https://www.bluehost.com/help/article/error-logs
You might want to reach out to the bluehost support team:
https://helpchat.bluehost.com/
Re: After update
Posted: Tue Mar 30, 2021 1:31 am
by GlenMcCabe
Nothing in bluehost error log.
I have 2 files of type svg which are background for the login screen. They do not show on the login screen.
If I navigate to these files I see them properly.
If I navigate to any of the png files I get a 404 error
If I navigate to the graphics directory it only lists the two svg files
Re: After update
Posted: Tue Mar 30, 2021 1:44 am
by kev1n
There must be some kind of permission/configuration issue.
Please contact the Bluehost support if you can't figure it out yourself or ask someone to check your configuration.
I know at least 2 users here who successfully run nuBuilder v4.5. at Bluehost.
Re: After update
Posted: Tue Mar 30, 2021 1:48 am
by GlenMcCabe
Ok
Thanks for your efforts Kevin
Re: After update
Posted: Tue Mar 30, 2021 8:04 am
by Janusz
Hi, if you try to open your files with html link do they appear properly?
Example form our server:
https://test.nubuilder.cloud/favicon.ico
https://test.nubuilder.cloud/core/graphics/logo.png
for the favicon if you do have have a specific one you can use the one from nuBuilder:
https://test.nubuilder.cloud/favicon.ico
and place the favicon.ico in your main folder.
Re: After update
Posted: Tue Mar 30, 2021 8:35 am
by GlenMcCabe
Kevin
Apologies. It was my old eyes. I had changed the path to the graphics and typed in corre/graphics. I looked at the config.php 10 or more times last night and didn't spot it. Looked at it this morning and it jumped out at me.
OK now