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 - txcas
16
Archived fixes / Re: Wedge.org broken in IE11
« on August 21st, 2014, 09:37 PM »
Quote from Pandos on August 20th, 2014, 09:45 PM
Does it work for you if you're disabling gzipping?
This fixes the problem.  I disabled gzipping that everything looks normal again on IE 11.
17
Archived fixes / Re: Wedge.org broken in IE11
« on August 20th, 2014, 09:37 PM »
I am having the same problem on different computers, for both Wedge.org and for my own site.  This is with IE11 on Windows 8.1.
18
Bug reports / Re: From Order... Chaos
« on July 22nd, 2014, 09:10 PM »
Quote from madfitz on July 21st, 2014, 08:45 PM
Weird. Clean install, create two categories with two boards in each. Move them around by drag n' drop, save the new order - they don't move.

If I try to modify the board settings it says they are in the (new) order, but they're not. I change the order, save, change again, save. They don't move :/
I have seen changes not taking place even when clearing the cache, and it is IE caching.  If I open the same page with another browser, the changes are there.  Give that a shot.
19
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 20th, 2014, 04:30 PM »
I must be doing something wrong.  As soon as I add that line to errors.php the forum stops working.  This is what I have:

Code: [Select]
function log_error($error_message, $error_type = 'general', $file = null, $line = null, $referrer = null)
{
global $settings, $last_error, $context;
static $plugin_dir = null;

// Check if error logging is actually on.
if (empty($settings['enableErrorLogging']))
return $error_message;

// Windows does funny things. Fix the pathing to make sense on Windows.
if ($plugin_dir === null)
$plugin_dir = DIRECTORY_SEPARATOR === '/' ? ROOT_DIR . '/plugins' : str_replace(DIRECTORY_SEPARATOR, '/', ROOT_DIR . '/plugins');

//Added to debug picture posting errors
if (is_array($error_message)) { log_error(print_r($error_message, true); }

// Basically, htmlspecialchars it minus & (for entities!); also save simple links.
$error_message = strtr($error_message, array('<' => '&lt;', '>' => '&gt;', '"' => '&quot;'));
$error_message = strtr($error_message, array('&lt;br&gt;' => '<br>', '&lt;b&gt;' => '<strong>', '&lt;/b&gt;' => '</strong>', "\n" => '<br>'));
$error_message = preg_replace('~&lt;a href=&quot;(.*?)&quot;&gt;(.*?)&lt;/a&gt;~', '~<a href="$1">$2</a>~', $error_message);
20
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 20th, 2014, 03:05 PM »
I thought it was fixed because I posted 5 pictures and the error log did not show anything.  But after refreshing the page, there they were, 40 errors.  @Nao isn't the link just pointing to this post?  Let me know what you need and I get it for you.
21
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 19th, 2014, 07:12 PM »
My bad.  Problem is still there.  8 errors per picture posted.
22
New revs and assets fixed it.  Thanks.
23
No, I have not.
24
Plugins / Re: Plugin request - Ad Management
« on June 12th, 2014, 04:01 PM »
Is anyone working on this plugin?  I need a way to recover the cost of running my forum.
25
This started recently:

URL http://www.65creedmoor.com/index.php?action=credits
8: Undefined offset: 2011
File: (I deleted the path)/Credits.php
Line: 54
26
Bug reports / Re: Users can no longer browse new posts
« on June 7th, 2014, 05:47 PM »
Yes, as soon as I enable Pretty URLs this happens.  There is no error message at all, when they click on a post they are taken to the first page of the board.  I deleted all the Pretty URL data from the database and it got recreated, but the problem is still there.
27
The Pub / Re: Distributed Project Translation (Transifex)
« on June 4th, 2014, 09:09 PM »
About 25% of the Spanish translation is done.  Other translators are welcome (needed).
28
Bug reports / Re: Posting pictures on posts generates 8 errors
« on June 3rd, 2014, 03:54 PM »
No strtr errors any more, just 8 undefined index errors every time a picture is posted.
29
Archived fixes / Re: Post editor icons are gone
« on May 25th, 2014, 03:26 AM »
Purging the cache did not help, but I tried from a different computer with Chrome and it looks just fine.  It must be freaking Internet Explorer caching doing it.  I will close this.
30
Archived fixes / Post editor icons are gone
« on May 24th, 2014, 07:09 PM »


This started about a week ago.  Today I applied the latest revs and no luck.