New Forum, bear with us ... (bug reports, etc)
Moderator: Forum Moderators
Re: New Forum, bear with us ... (bug reports, etc)
Fixed the video embed thing. Just post the link, the forum will do the rest. And it embeds fucking everything. Not my work, I just installed a mod.
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
... Appears to need flash.
Re: New Forum, bear with us ... (bug reports, etc)
What happens if you haven't?
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
Image of the video that should be there, and nothing else. a link would do nicely.
Re: New Forum, bear with us ... (bug reports, etc)
Wonder what flash element is the blocker. Youtube itself uses flash doesn't it? I've got a scriptblocker on and it doesn't stop it working.
-
- Throbbing Cupcake
- Posts: 10249
- Joined: February 17th, 2007, 23:05
- Location: The maleboge
Re: New Forum, bear with us ... (bug reports, etc)
Dropped in favour of their html player. Is it the plugin itself that needs flash?
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
I'm not sure if youtube still has flash as legacy support, but most stuff now seems to do HTML5, as it's not shit.
Re: New Forum, bear with us ... (bug reports, etc)
The source files have a pair of SWF for FLV and MP3 formats but no flash. Dunno, must be the mod but I only installed it. No idea how it works.HereComesPete wrote:Dropped in favour of their html player. Is it the plugin itself that needs flash?
Re: New Forum, bear with us ... (bug reports, etc)
Testing a different code (I copied and pasted it myself!)
[youtube]https://www.youtube.com/watch?v=ME2mnzfCdug[/youtube]
[youtube]https://www.youtube.com/watch?v=ME2mnzfCdug[/youtube]
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
Added a button for the short YouTube URL (i.e. the one from thee share button):
Test:
Code: Select all
[ShortYT][/ShortYT]
Re: New Forum, bear with us ... (bug reports, etc)
Uuuuugh! I think the SQL database is shitting itself. Help!
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
Warning: mysql_get_server_info(): No such file or directory in /home/punk5/home.5punk.co.uk/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 128
Warning: mysql_get_server_info(): A link to the server could not be established in /home/punk5/home.5punk.co.uk/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 128
it does say it is.
Warning: mysql_get_server_info(): A link to the server could not be established in /home/punk5/home.5punk.co.uk/wp-content/plugins/advanced-category-excluder/advanced-category-excluder.php on line 128
it does say it is.
Re: New Forum, bear with us ... (bug reports, etc)
It was previously fretting about some other plugins. I disabled them, now it's complaining about this one. It also complains about the forum. However I know nothing about MySQL, so I'd probably fuck it up even worse if I tried to fix it.
-
- Throbbing Cupcake
- Posts: 10249
- Joined: February 17th, 2007, 23:05
- Location: The maleboge
Re: New Forum, bear with us ... (bug reports, etc)
Strict standards warnings! Some kind of code monkey things are happening still.
Re: New Forum, bear with us ... (bug reports, etc)
I know. Unfortunately until someone who knows more than me about the backend steps up it's going to stay that way.
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
swear felcher addition: Backend > Bellend
-
- Site Owner
- Posts: 9597
- Joined: May 16th, 2005, 15:31
- Location: Coventry, UK
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
They upgraded the php version on us, which accounts for the error. I'll have a go at fixing it by upgrading/downgrading us but a downgrade isn't a permanent solution as they claim they are withdrawing support for the old version. Not sure how true that is, as they still have the previous version as an option, but of course older versions may have security issues.Dog Pants wrote:I know. Unfortunately until someone who knows more than me about the backend steps up it's going to stay that way.
The other thing that can make the strict standard errors go away (but not fix them) is to change the errorlevel in php.ini, so I'll give that a go too.
-
- Site Owner
- Posts: 9597
- Joined: May 16th, 2005, 15:31
- Location: Coventry, UK
- Contact:
Re: New Forum, bear with us ... (bug reports, etc)
Should be fixed..hopefully
Re: New Forum, bear with us ... (bug reports, etc)
Nice one FJ, looks to be all working again.