Hi everyone,
We currently have 6 seperate actinic shops running on our website http://www.xcelcius.com to better target our customers needs.
Recently I have started to merge similarities between them using php code and includes, like the product details etc.. instead of having to update everything between all the shops, i simply edit one file and everything is done.
Today, i changed the location of a .css file in the product template to point to the new one.
Originally it was like this:
href="feedback.css"
and i changed it to this:
href="../../inc/feedback.css"
When i refreshed the page in actinic, an error came up saying that it couldnt find the file, and it cannot generate the html.
This i understand, as the html pointing to the .css file was probably wrong for local previews. Once uploaded it all worked fine.
But everytime i changed product, this error kept appearing and became very annoying. So i changed the template to this:
href="http://www.xcelcius.com/inc/feedback.css"
However now, i get the error:
"No error occurred"
I click ok (thats all i can do)
And then i get:
"Error generating html pages"
I click ok (again thats all i can do)
and the page loads as normal. When i upload the pages, it all works properly.
Is there a way i can get rid of this annoying error, without duplicating the locations of the .css files for every shop.
Thanks
Dave.
------------------------
www.xcelcius.com
Thermal Underwear for temperatures down to -25c
We currently have 6 seperate actinic shops running on our website http://www.xcelcius.com to better target our customers needs.
Recently I have started to merge similarities between them using php code and includes, like the product details etc.. instead of having to update everything between all the shops, i simply edit one file and everything is done.
Today, i changed the location of a .css file in the product template to point to the new one.
Originally it was like this:
href="feedback.css"
and i changed it to this:
href="../../inc/feedback.css"
When i refreshed the page in actinic, an error came up saying that it couldnt find the file, and it cannot generate the html.
This i understand, as the html pointing to the .css file was probably wrong for local previews. Once uploaded it all worked fine.
But everytime i changed product, this error kept appearing and became very annoying. So i changed the template to this:
href="http://www.xcelcius.com/inc/feedback.css"
However now, i get the error:
"No error occurred"
I click ok (thats all i can do)
And then i get:
"Error generating html pages"
I click ok (again thats all i can do)
and the page loads as normal. When i upload the pages, it all works properly.
Is there a way i can get rid of this annoying error, without duplicating the locations of the .css files for every shop.
Thanks
Dave.
------------------------
www.xcelcius.com
Thermal Underwear for temperatures down to -25c
Comment