cclaerhout
Well-known member
Hello,
I'm still having memory problems with XenForo that my host doesn't manage to solve (import addons/activate addons after disable them, etc.). I don't know if the following css problem is linked or not, but here it is:
On some pages css are broken. The css for addons (not the XenForo one) is not generated. I thought it was coming from a coding error of one of my addon. Once I disable the last addon I've installed, it was working again. I've checked my css and found nothing wrong here. I've tried to delete all css in the css template, it didn't work. I deleted then the xen code "<xen:require css="MyTemplate.css" />, it worked... I tried to reproduce this with another template same thing (same addon).
I've tried then with another addon which was not mine BUT which displays on the same page... and I reproduce the same thing.
So to sum up: if I delete all the css, the problem remains, if I delete the xen code, the problem is "solved".
My questions:
I'm still having memory problems with XenForo that my host doesn't manage to solve (import addons/activate addons after disable them, etc.). I don't know if the following css problem is linked or not, but here it is:
On some pages css are broken. The css for addons (not the XenForo one) is not generated. I thought it was coming from a coding error of one of my addon. Once I disable the last addon I've installed, it was working again. I've checked my css and found nothing wrong here. I've tried to delete all css in the css template, it didn't work. I deleted then the xen code "<xen:require css="MyTemplate.css" />, it worked... I tried to reproduce this with another template same thing (same addon).
I've tried then with another addon which was not mine BUT which displays on the same page... and I reproduce the same thing.
So to sum up: if I delete all the css, the problem remains, if I delete the xen code, the problem is "solved".
My questions:
- Is there a maximum number we can integrate css templates per page?
Which would mean it's a XenForo problem... but I don't think so since I don't have those problems on my other board, but I can't be sure of the number of times the "<xen:require css" command is triggered - Is integrating css templates with the xen tag requires a lot of memory? (
Which would mean the problem comes from my host