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.
61
Archived fixes / Top header
« on January 6th, 2015, 10:01 AM »
A very tiny small issue in the top section (square instead of well rounded corners)
core/skins/index.css
core/skins/index.css
62
Off-topic / Re: Happy New Year
« on January 6th, 2015, 09:02 AM »
Forum software is never completely the innovation always continue,and that's what Wedge does
63
Off-topic / Happy New Year
« on January 1st, 2015, 11:26 AM »
Video recording made with smartphone .... fireworks 16 stories high on the balcony
64
Archived fixes / Re: FileModification before $context['enabled_plugins'] is set
« on January 1st, 2015, 11:21 AM »In which case you were never able to change some admin settings for SMF either...
65
Archived fixes / Re: FileModification before $context['enabled_plugins'] is set
« on December 30th, 2014, 11:21 PM »Unless you installed it before my rewrite a few months ago... Dunno.
66
Archived fixes / Re: FileModification before $context['enabled_plugins'] is set
« on December 30th, 2014, 08:33 PM »It looks like you have some problems with your file permissions. The user under which your httpserver is running (or on which php is executed) needs to has rights to write to Settings.php. Until now this wasnt needed, but now it is. If you have a webspace, just change the filepermissions with your ftp client to 755 (or maybe 777 depends on your webspace).
67
Archived fixes / Re: FileModification before $context['enabled_plugins'] is set
« on December 30th, 2014, 05:49 PM »
Not one of them is working...when i clicked to actived them.
68
Archived fixes / Re: FileModification before $context['enabled_plugins'] is set
« on December 30th, 2014, 05:39 PM »
Does this mean that every used and installed plugin has to been modified.......non of the installed plugins are working at this moment.
70
Features / Re: New revs
« on December 30th, 2014, 12:34 PM »
On my test forum something went wrong
Fatal error: require_once() [function.require]: Failed opening required '/home/onkecjfr/domains/phdforum.nl/public_html/mymug/wedge-master/core/app/Subs-MinifyPHP.php' (include_path='.:/usr/local/lib/php') in /home/onkecjfr/domains/phdforum.nl/public_html/mymug/wedge-master/gz/app/Subs-Template.php on line 1129
Code: [Select]
Fatal error: require_once() [function.require]: Failed opening required '/home/onkecjfr/domains/phdforum.nl/public_html/mymug/wedge-master/core/app/Subs-MinifyPHP.php' (include_path='.:/usr/local/lib/php') in /home/onkecjfr/domains/phdforum.nl/public_html/mymug/wedge-master/gz/app/Subs-Template.php on line 1129
$cache = $no_caching ? $filename : ROOT_DIR . '/gz/html/' . str_replace(array(ROOT_DIR . '/', '/', '..'), array('', '_', 'UP'), $filename);
$settings['current_include_filename'] = $cache; // For debugging purposes...
$file_found = file_exists($cache);
if (!$no_caching && (!$file_found || filemtime($cache) < filemtime($filename)))
{
if (!file_exists($filename))
{
loadSource('ManageErrors');
handleTemplateErrors($filename);
}
require_once(APP_DIR . '/Subs-MinifyPHP.php');
apply_plugin_mods($filename, $cache);
minify_php($cache);
72
Off-topic / Re: SMF«»Wedge
« on December 6th, 2014, 01:13 PM »
Quite a late response but carried out your advice, thanks
73
Support / Warning mysqli_connect
« on November 27th, 2014, 07:14 AM »
Error connecting to MySQL: Too many connectionsQuote class-DB.php line 55Quote Is this an server issue or something else,how to tackle or fix this. Forum and MySQL through Control Panel are unattainable
Too many connections in /home/vsbwepmf/domains/linuxmintusers.be/public_html/forum/MintWedge/gz/app/Class-DB.php on line 55
Too many connections
$connection = mysqli_connect((!empty($db_options['persist']) ? 'p:' : '') . $db_server, $db_user, $db_passwd, empty($db_options['dont_select_db']) ? $db_name : '') or die(mysqli_connect_error());
74
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 12:06 PM »Why do you have those recent posts in your sidebar? It's a bit useless in my opionion, because there is already the recent posts block on the main page and both display the same information ^^
75
Off-topic / Re: SMF«»Wedge
« on October 26th, 2014, 01:15 AM »Is fully translated to Dutch?