Search found 30 matches

by tamsrud
Wed May 29, 2019 7:01 am
Forum: Modules/Add-Ons
Topic: LISE - Multiple Category Filtering
Replies: 2
Views: 1592

Re: LISE - Multiple Category Filtering

LISE only support one category, so the other two must be a dropdown or similar. Checkbox for Features seems reasonable. To filer on multiple fieds, you can use search. search_*="" - Search a particular field. You can use 'title' or the alias of a field definition, e.g. search_title. Can be...
by tamsrud
Mon Jan 28, 2019 5:26 pm
Forum: CMSMS Core
Topic: No stylesheets matched the criteria specified
Replies: 6
Views: 2178

Re: No stylesheets matched the criteria specified

I have the same problem after upgrading to 2.2.9
In my case, it fails when using {cms_stylesheet name='test'}

It won't load the css at all, just return a <!-- cms_stylesheet error: No stylesheets matched the criteria specified --> error instead.
by tamsrud
Fri Jan 04, 2019 9:01 am
Forum: Developers Discussion
Topic: Installing latest subversion 2.3
Replies: 1
Views: 2444

Installing latest subversion 2.3

How do I install the latest subversion 2.3?
I have downloaded it to the webserver, but it doesn't seem to have a proper install-script.
by tamsrud
Thu Feb 01, 2018 3:53 pm
Forum: Modules/Add-Ons
Topic: Filehandling in CGBetterForms
Replies: 0
Views: 1007

Filehandling in CGBetterForms

I have some problems figuring out how to handle file-uploads in CGBetterForms properly. Im mostly interested in sending the form results a a predefined email-adress. Everyting is working fine. The file is uploaded, and the email recipient gets a url for downloading the file. But I cannot get validat...
by tamsrud
Tue Jul 18, 2017 9:56 am
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

I have done loads of testing and adjustments on my server regarding this. Info about the server: http://test.ekhweb.no/phpinfo.php The server is flushing as it should: Test here: http://test.ekhweb.no/streamtest.php Using this script: https://www.jeffgeerling.com/blog/2016/streaming-php-disabling-ou...
by tamsrud
Mon Jul 17, 2017 1:50 pm
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

When switching from FastCGI to mod_php it works async, so it is correct that the issue is server related. I have not found a way to disable the caching in FastCGI, that is causing this issue, but I could always switch to mod_php. I've always used FastCGI for my sites. What is usual and recomended PH...
by tamsrud
Thu Jul 06, 2017 8:33 am
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

It might be a server problem, but I cant figure it out. I have searched a lot for similar problems, and your last comment helped me on the way (First 12 lines of action.process.php). I have been looking into the PHP and Apache settings for what is keeping the connection alive. But still no resolutio...
by tamsrud
Wed Jul 05, 2017 8:32 am
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

I have done a bit more testing today, and tried to pin point the lag. After adjusting the server yesterday, most request finish in less than 0.1 second. But when there is a job in qeue (usualy News\CreateDraftAlertTask since i test on a fresh install) it uses 1.1 second extra to process this job. It...
by tamsrud
Tue Jul 04, 2017 4:02 pm
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

I will do some more debuging on ny servers regarding this. I now know where to look,, so I should be aboe to pin point it.

Thanks for feedback. I will report if I find something. :D
by tamsrud
Tue Jul 04, 2017 3:08 pm
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

As said, I have fixed the problem with the HTTP requests with adjustments on the server. But it still uses 1 second extra to initiate the async processing. Regarding ajax calls, they have never been a problem, since they are sent from the client. The problems started with version 2.2 and the CmsJobM...
by tamsrud
Tue Jul 04, 2017 1:50 pm
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

But it still uses 1 second more when triggering the CmsJobManager. Since most of my sites is small, this would mean it is triggered almost every time a user enters the site, and the site feels "slow". Should it be able to adjust the refresh rate for the CmsJobManager? Or could it be optimi...
by tamsrud
Tue Jul 04, 2017 1:10 pm
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

Thanks for feedback. I found the problem due to a warning that showed up now: Warning: fsockopen(): unable to connect to test.ekhweb.no:80 (Connection timed out) in /var/www/clients/client1/web234/web/modules/CmsJobManager/CmsJobManager.module.php on line 296 And the command on this does have a time...
by tamsrud
Mon Jul 03, 2017 10:47 am
Forum: The Lounge
Topic: Slow page loading after upgrade to 2.2.1
Replies: 17
Views: 10443

Re: Slow page loading after upgrade to 2.2.1

Tested on multiple sites, and also on a fresh install without third-party-modules, but with same problem. It could be something with my server. It has low load and plenty of memory and diskspace available, so cannot point to a specific problem. But, regarding the log I posted. Where is the delay? Is...
by tamsrud
Mon Jul 03, 2017 10:01 am
Forum: The Lounge
Topic: Set name when exporting template.
Replies: 0
Views: 1044

Set name when exporting template.

I find the new "export" function in the DesignManager very usefull, as it allows for using my favourite editor. But there is no options to define the name of the exported file. Could this be possible? The reason I ask, is that when usen in combination with the CSSPreProcessor-module, it is...
by tamsrud
Mon Jul 03, 2017 8:09 am
Forum: Modules/Add-Ons
Topic: Announcing CGBetterForms v0.7 - A new form building module
Replies: 13
Views: 5143

Re: Announcing CGBetterForms v0.7 - A new form building modu

I have tested this module on a couple of sites now, and I find it very flexible and modern in all ways.

Keep up the good work!

Go to advanced search