Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Bunstonious
181
Archived fixes / Re: Youtube Embed
« on February 2nd, 2014, 10:09 PM »
Think I worked it out, I use https and Youtube doesn't, can cause issues.

Will test.
182
Archived fixes / Re: Youtube Embed
« on February 2nd, 2014, 09:49 PM »
Quote from Maxx on February 2nd, 2014, 06:39 PM
Did you go through all the settings and set the types of videos you want to embed? it works for me except the sizes, I can't seem to get them down to fit the window  of the post! other than that it's working for me!

regards,
Maxx
All the settings appear to be correct. Youtube is selected, but will look again.
183
Archived fixes / Re: Post Count / Youtube Embed
« on February 2nd, 2014, 09:45 PM »
Well then... lol
184
Archived fixes / Re: Post Count / Youtube Embed
« on February 2nd, 2014, 03:19 PM »
PS I marked the topic as solved and moved the youtube issue to another thread.

Can't rename it, or modify the initial post for some reason.
185
Archived fixes / Youtube Embed
« on February 2nd, 2014, 03:16 PM »
So I can't seem to get youtube to embed, even when it is enabled in the admin panel.

Is there any additional configuration needed?

I have tried a stock install and same issue.
186
Archived fixes / Re: Post Count / Youtube Embed
« on February 2nd, 2014, 03:09 PM »
I think I have solved the problem for those that are interested.

I noticed that the field count_post in the table wedge_boards had a value of 1 for the affected forum, whereas the default forum I have, has those values as 0. I changed my "Testing" board to 0 and BAM! Post count started incrementing.

I then ran an update statement on the database to change all of the values to 0, and then was able to successfully do a recount and posts are now incrementing.

I think this was the default value of the importer.

=== For reference ===

Error when doing a recount:

"Apply Filter: Only show the error messages of this member 1337_user
Apply Filter: Only show the error messages of this IP address <REMOVED>      Yesterday at 11:52 PM
Apply Filter: Only show the errors of this type Type of error: Critical
Apply Filter: Only show the error messages of this URL https://forum.bunston.net/index.php?action=admin;area=maintain;sa=members;activi
Apply Filter: Only show the errors with the same message Database error, given array of integer values is empty. (boards)
Function: MaintainRecountPosts
Apply Filter: Only show the errors from this file File: /var/www/forum/gz/app/ManageMaintenance.php
Line: 1671
"
187
Archived fixes / Re: Post Count / Youtube Embed
« on February 2nd, 2014, 02:54 PM »
I have done a "Recount members posts" in the maintenance menu and I get:

"Database error, given array of integer values is empty. (boards)"
188
Archived fixes / Re: Post Count / Youtube Embed
« on February 2nd, 2014, 01:58 PM »
I can see where to disable Post count, but nothing on it's incrementation. any ideas?
189
The Pub / Re: Minimum PHP version?
« on February 2nd, 2014, 01:47 PM »
lol, I know that's what I was getting at.

Seriously though, I try to update every few months, only had MySQL tonight.
190
The Pub / Re: Minimum PHP version?
« on February 2nd, 2014, 01:32 PM »
Makes sense, I try and keep my server up to date, but I admit it's not the first thing I do each morning.

Which reminds me... brb...
191
The Pub / Re: Design Goals | SSL / HTTP
« on February 2nd, 2014, 01:23 PM »
Quote from Nao on February 2nd, 2014, 12:30 PM
Yes; that's pretty much what Wedge does. I put some thought into it. You can analyze core/app/Subs-Template.php if you want to find out more about it.

I've recently seen your blog post from 2012 saying you were waiting for Wedge, I'm just surprised you didn't ask for an alpha pass back in November 2012, when I released the first private alpha... ;)
I was thinking about it, but one of the stipulations was "must be an active member of the community" or something like that.

Didn't want to seem like one of those ungrateful pests :P

#didwantthough
192
Importing into Wedge / Re: MyBB Import
« on February 2nd, 2014, 10:00 AM »
Quote from TE on February 2nd, 2014, 09:48 AM
checked the URL from your screenshots, the board seems imported?
I removed the offending data and the board imported ok.

Just reported my experience.
193
The Pub / Re: Design Goals | SSL / HTTP
« on February 2nd, 2014, 08:29 AM »
I'll be doing more testing when I get time.

I know Mediawiki works fine out of the box with either by selecting //sitename.com as opposed to http://sitename.com whereas MyBB can only run with the connection URL according to my limited research.

Good job with Wedge though, I mean it has been a long time coming, but it is (I feel) at least of Beta level.
194
The Pub / Re: Minimum PHP version?
« on February 2nd, 2014, 08:24 AM »
Quote from MultiformeIngegno on February 2nd, 2014, 02:37 AM
I think users running outdated versions oh php don't care about users security and shouldn't deserve wedge. I voted for 5.4 and I'm running 5.5.8..
Agreed, security is important these days. People forget how much we have on the internet.

It may only be a small forum but most likely people use the same email and passwords for important sites.
195
The Pub / Design Goals | SSL / HTTP
« on February 1st, 2014, 11:10 PM »
Just a question about the design goals for HTTPS implementation.

I myself prefer to use HTTPS exclusively as I use my sites from a few untrusted connections (work / train) but I know a lot of people don't like to because of the performance overhead. MyBB always had only either HTTP or HTTPS, but not both (without a plugin), is that something that is a thought when you initially implemented Wedge? (out of curiosity)