error when generating the bootstrap-theme.css file

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
t-gaard
User
Posts: 3

error when generating the bootstrap-theme.css file

Post by t-gaard »

After installing v11.0.4, I get an error-message when I generate the bootstrap-theme.css file. Deselecting this runs without problems, however I do no longer get images shown on my ***list.php pages as I did before upgrading. Up until 11.0.3 everything was fine.

Can anyone clear this up?

Regards

t-gaard


mobhar
User
Posts: 11734

Post by mobhar »

I have no issue regarding this. Make sure you have already regenerated ALL the script files, not only an individual file.


t-gaard
User
Posts: 3

Post by t-gaard »

Yes I did generate all files for the project after upgrading to the new version. Both the ones concerning the tables and the "Other files" at the end of the generate dialog list.

Regards,

t-gaard


danielc
User
Posts: 1601

Post by danielc »

Post the error message you have seen.


t-gaard
User
Posts: 3

Post by t-gaard »

The error message reads:

Failed to compile bootstrap-theme.css.
undefined_methodError: error evaluating function
darken: Object#<Object> has no method 'toHSL' in
C:\users\hht_2\AppData\Local\Temp\amj44D2.tmp on
line 974, column 41:
973 .navbar-nav > .active > a {
974 #gradient .vertical(@start-color:
darken(@navbar-default-link-active-bg, 5%);
@end-color: darken(@navbar-default-link-active-bg,
2%));
975 .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));

To me it indicates that there is something wrong with one or more settings concerning the bootstrap theme settings, but what puzzels me is that it worked fine until now. (Prior to the 11.0.4 upgrade).

Regards,

t-gaard


danielc
User
Posts: 1601

Post by danielc »

It looks like you haven't select theme. You may click [HTML]->[THEME] to select and regenerate your project.


Post Reply