astroid-framework-3.0.11 - clear cache will result in hanging
astroid-framework-3.0.11 - clear cache will result in hanging was created by sanus70
Posted 7 months 3 weeks ago #34540
Updated astroid framework and tried to show the tp_simple site.
Astroid seems trying to compile scss but hangs in mysite\libraries\astroid\framework\library\scssphp\src\Compiler.php
Any ideas?
Kind regards
Christian
Astroid seems trying to compile scss but hangs in mysite\libraries\astroid\framework\library\scssphp\src\Compiler.php
Any ideas?
Kind regards
Christian
by sanus70
Please Log in or Create an account to join the conversation.
Replied by sanus70 on topic astroid-framework-3.0.11 - clear cache will result in hanging
Posted 7 months 3 weeks ago #34541
Ok, the whole story:
Joomla 5.03
astroid: 3.0.11
tp_simple: 1.3.17
I tried to fix the template error - standard search joomla field not correctly rendered
Found in tempate.css
Who is Dirk? However...
To change the code I cleared the cache and waited...and waited.... until I got an php 120 sec executioin time exception.
Changed the execution time at php.ini to 10 min and waited...and waited.... (after round about 5 Min, the compiler finished!) yeah
So something seems to be wrong with that.
To fix my issue, i edited the compiled css direktly (all corrections will be gone after next cache celarance).
Corrected css:
Joomla 5.03
astroid: 3.0.11
tp_simple: 1.3.17
I tried to fix the template error - standard search joomla field not correctly rendered
Found in tempate.css
Code:
/*Start Frontend Edit Modus von Dirk*/
.btn-toolbar {
display: block;
}
To change the code I cleared the cache and waited...and waited.... until I got an php 120 sec executioin time exception.
Changed the execution time at php.ini to 10 min and waited...and waited.... (after round about 5 Min, the compiler finished!) yeah
So something seems to be wrong with that.
To fix my issue, i edited the compiled css direktly (all corrections will be gone after next cache celarance).
Corrected css:
Code:
.btn-toolbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.ordering-select {
display: flex;
}
Last Edit:7 months 3 weeks ago
by sanus70
Last edit: 7 months 3 weeks ago by sanus70.
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8805
- Thank you received: 1732
Replied by joomlaplates on topic astroid-framework-3.0.11 - clear cache will result in hanging
Posted 7 months 3 weeks ago #34542
Add your custom code directly into the custom.css
www.joomlaplates.com/joomla-tips-und-tri...eme-customizing.html
www.joomlaplates.com/joomla-tips-und-tri...eme-customizing.html
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Replied by sanus70 on topic astroid-framework-3.0.11 - clear cache will result in hanging
Posted 7 months 3 weeks ago #34543
The question is: Why is there custom code in the original installation? And why will this result in broken layouts?
Look at: tp_simple.zip\scss\custom\custom.scss
Look at: tp_simple.zip\scss\custom\custom.scss
by sanus70
Please Log in or Create an account to join the conversation.
Replied by WM-Loose on topic astroid-framework-3.0.11 - clear cache will result in hanging
Posted 7 months 3 weeks ago #34544
There is no custom code on a fresh install.
Either you use custom code in the template options or create your own custom.css in: /media/templates/site/tp_my_template/css/custom.css.
Was Joomla migrated from an existing version? Then the code was already there.
Either you use custom code in the template options or create your own custom.css in: /media/templates/site/tp_my_template/css/custom.css.
Was Joomla migrated from an existing version? Then the code was already there.
Last Edit:7 months 3 weeks ago
by WM-Loose
Last edit: 7 months 3 weeks ago by WM-Loose.
Please Log in or Create an account to join the conversation.
Replied by sanus70 on topic astroid-framework-3.0.11 - clear cache will result in hanging
Posted 7 months 3 weeks ago #34545
The installer will copy the scss folder (see right side)
The fresh zip includes the custom.css
It is your original downloaded zip!
The fresh zip includes the custom.css
It is your original downloaded zip!
by sanus70
Please Log in or Create an account to join the conversation.