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.
31
Archived fixes / Re: Broken Privacy Topic
« on April 12th, 2014, 11:43 PM »
Your last post was too long/techy for me to really take in but if the extra query is really a millisecond(s) - don't worry about it.
If that would fix the problem it really isn't "too much".
That's my opinion and I'm sticking to it :eheh:
If that would fix the problem it really isn't "too much".
That's my opinion and I'm sticking to it :eheh:
32
Features / [Poll] Re: Board status icons: what's the point?
« on April 6th, 2014, 11:34 PM »
FWIW, I was happy with orange or grey. I don't know what might be visually "better" but... yeah, the new look is boring ;)
33
Features / Re: New revs - Public comments
« on April 5th, 2014, 07:52 AM »"is there an easy was to do this (update my installation with the latest rev.s) as I am on hostel WiFi so downloading a Zip and uploading its contents is unfair."
I've found that if I click on Commits it gives a list of commits, and clicking on each of these gives a list of changed files. And so I can download the latest zip and overwrite these files only :) (And I assume I have to clear the cache too.)
34
The Pub / Re: Git problems
« on March 21st, 2014, 01:39 PM »
Fixed it by deleting my local clone and recloning... seems like a drastic fix though :hmm:
35
The Pub / Git problems
« on March 21st, 2014, 10:44 AM »
I use the Githib for Windows thingy to keep up to date with Wedge. It's been good for a while but for four or five days now, whenever Nao publishes new revisions I get an error:
Failed to sync this branch. You may need to open a shell and debug the state of this repo.
What do I do? How do I fix this? :hmm:
Failed to sync this branch. You may need to open a shell and debug the state of this repo.
What do I do? How do I fix this? :hmm:
37
Plugins / Re: Embed tweets
« on March 18th, 2014, 11:45 PM »
I like that (but your file link is broken).
38
Plugins / Embed tweets
« on March 18th, 2014, 12:04 AM »
This is not a plugin - but it is a request I guess.
If I want to embed a tweet, Twitter gives me the code to place on my website. For example:
Code: [Select]
But it doesn't work in wedge...
<blockquote class="twitter-tweet" lang="en"><p>Verbs should always agree with nouns. Rules is rules.</p>— Moose Allain (@MooseAllain) <a href="https://twitter.com/MooseAllain/statuses/444912811849056256">March 15, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
See?
Can anybody figure out a way to embed tweets?
If I want to embed a tweet, Twitter gives me the code to place on my website. For example:
<blockquote class="twitter-tweet" lang="en"><p>Verbs should always agree with nouns. Rules is rules.</p>— Moose Allain (@MooseAllain) <a href="https://twitter.com/MooseAllain/statuses/444912811849056256">March 15, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>But it doesn't work in wedge...
<blockquote class="twitter-tweet" lang="en"><p>Verbs should always agree with nouns. Rules is rules.</p>— Moose Allain (@MooseAllain) <a href="https://twitter.com/MooseAllain/statuses/444912811849056256">March 15, 2014</a></blockquote>
<script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
See?
Can anybody figure out a way to embed tweets?
39
Archived fixes / [Wilde] Re: Rounded cornes disappeared
« on March 17th, 2014, 11:53 AM »
Well spotted! This site and my own have lost the rounded corners - using Firefox 27.0.1 (Win 8.1)
40
Archived fixes / Re: Anyone else get this? 'Create New Category' gives Forbidden error
« on March 12th, 2014, 09:10 PM »
I just checked and I have no problems creating new categories.
41
Off-topic / Re: Twitter
« on March 7th, 2014, 12:18 AM »
You can post (for example) the first 100 characters and a link to your 'thoughts' page ;)
There is always a way :eheh:
There is always a way :eheh:
42
Archived fixes / Re: Exhausted memory?
« on March 6th, 2014, 11:50 PM »
Done the edit. I'll let you know if anything shows up - but I haven't seen any new errors since posting this!
43
Archived fixes / Re: Exhausted memory?
« on March 6th, 2014, 08:35 PM »Grmpf...
Okay, are you on PHP 5.4 or better? If yes, you could help with debugging this.
Replace line 636 in /core/app/Class-DB.php with:Code: [Select] $trace_log = debug_backtrace(!function_exists('version_compare') || (version_compare('5.3.6', PHP_VERSION) > 0) ? false : DEBUG_BACKTRACE_IGNORE_ARGS, 5);
The only difference is the ", 5" added at the end.
This will set a hard limit on the number of objects returned by debug_backtrace() to 5, which should be enough. This should help your code execute. And by code, I mean "error reporting path". Which means after doing this, you'll see errors show up in your Wedge error log, rather than Apache error log.
At that point, you should be able to see what queries are generating errors for you.
Make sure to enable Query Logging in Admin settings > Admin > Server > Debugging (or Error Log Settings), as I said yesterday.
Keep me posted!
44
Archived fixes / Re: Ignoring users
« on March 5th, 2014, 10:49 AM »
Riiiight. I had seen that before but, well... I ignored it :whistle:
45
Archived fixes / Re: Ignoring users
« on March 5th, 2014, 12:10 AM »
I'm going to throw my ignorance in the middle of the room for everybody to see it... what ignore link? :-/