Recent Topics

1 Oct 15, 2015 01:37    

Whenever I try and save a post or settings for something, the site randomly freezes. Sometime if I click on the button again it will go through and be ok. This last time it was on a post and the body of the post didn't make it through.

The logs don't show any errors, so I'm not sure what's going on.

I'm new to b2evo and just installed it a few hours ago. So far I love it. All others I've tried are a PITA, but this is well laid out and like many have said, you just get to focus on publishing.

Thanks.

2 Oct 15, 2015 22:13

@kevins when you say "the site randomly freezes", does it stop after displaying some parts of the page, just get a blank page or any kind of error message?

Is your b2evolution site running in a hosting company or in local? Do you have any access to the server's error log? Can you activate the debug mode and try to reproduce the error?

3 Oct 16, 2015 19:51

I'm hosting it locally on a Windows server. Database is MariaDB on my NAS which is supposed to be highly compatible with MySQL.

By freeze I mean, once I click on the submit button the top of the tab constantly says "Connecting." but it doesn't ever fail. Most of the time it seems to be making the commit to the database, but in a post it put the link on the main page but I get a 404 message when I try to go to the full post. When I look at the post in the back-office it's all there, so no clue what's up...

4 Oct 17, 2015 00:51

@kevins can you take the slug (http://b2evolution.net/man/slug) of the post that throws the 404 error and execute the following SQL in your DB server (using phpmyadmin or similar)?

SELECT *  FROM `evo_slug` WHERE `slug_title` LIKE '[post-slug]'

(replace [post-slug] with the actual slug)

There must be one record.

If nothing found, and you haven't touched this table before or played around witht the Slugs tab in the back-office (http://b2evolution.net/man/slugs-list), then there are inconsistencies in your database.

Is your NAS working properly? Have you tested other PHP apps similar to b2evolution over your current server architecture?

5 Oct 17, 2015 02:21

So the evo_slug table is there. There is an entry for the page that's not found.

I have debug on and can see the query that pulls the data from evo_slug when I look at the back-office slugs page.

I've run many php sites in this configuration, though this is the first time I've used the database on the NAS for it.

6 Oct 17, 2015 14:22

2 recommendations:

  1. Post a screenshot of your 404 so we can see if it's generated by b2 or by your system
  2. Post a screenshot of your backoffice system status page so we can see what might be out of order

Thanks.

10 Oct 21, 2015 23:46

Ok. Thanks. Not sure the htaccess is going to help running it on IIS, but the other might.


Form is loading...