Problem with css

Hi @luismurillo,

I think I see the cause of this – I’ve filed it at Missing file bootstrap3.less · Issue #59 · NateWr/bootstrap3 · GitHub for attention. Meanwhile, try copying styles/bootstrap.less to styles/bootstrap3.less (within the plugin’s subdirectory).

Regards,
Alec Smecher
Public Knowledge Project Team

I try to change styles/bootstrap to style/bootstrap3.less

doestn work

Leave the /styles/bootstrap.less file as it is. That gets loaded separately.

This line in the error log has me curious:

[28-Jun-2017 17:04:39 America/Chicago] PHP Fatal error:  Allowed memory size of 33554432 bytes exhausted (tried to allocate 64 bytes) in /home/ipao/public_html/revista/lib/pkp/lib/vendor/oyejorge/less.php/lib/Less/Visitor.php on line 45

It may be that you’re just running out of memory when trying to compile the stylesheet. If that’s the case, you’ll need to free up more memory on your server.

1 Like

That was the problem. The memory was set on 32M, I change memory size and it works

1 Like