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.

Topics - txcas
16
Archived fixes / Smileys are gone
« on February 28th, 2014, 11:04 PM »
While they are installed and the path is correct.  I can no longer see them when editing posts.  It you click in the smileys area, the smiley code is inserted in the post, but the smileys are invisible.  I think this happened after I activated the French language.  I disabled French and purged the cache, but no luck.
17
The Pub / How come I don't see the language flags?
« on February 28th, 2014, 09:11 PM »
I uploaded French and I enabled it.  On the drop down list of languages I don't see the flags next to the language like they show up here.  I have the flag png files in the languages folder.
18
Support / How do I install extra languages?
« on February 28th, 2014, 06:50 PM »
I have one forum user that only speaks French, so I would like to add French to my forum.  Do I just copy everything to the languages folder of should I keep English and French in separate folders?
19
Archived fixes / This is us text not displayed on mobile devices
« on February 28th, 2014, 02:54 PM »
I am not sure if this is the by design behavior of the Wilderless skin, but on an iPhone the This is us header is displayed with no text under it.  I did change This is us to Welcome and edited the text.
20
I am not sure what the forum member was trying to do, but I got one of this in the admin error log:

Code: [Select]
URL [url]http://www.domain.com/competition/do/post2/?start=0[/url]
Only show the errors with the same message Wrong value type sent to the database. Integer expected. (parent)
Function: Post2
Only show the errors from this file File: /home/domain/public_html/gz/app/Post2.php
Line: 189
21
You need to update the following paths if you migrate your forum from SMF to Wedge ,and then move Wedge to the root domain.  For example I had SMF on www.domain.com and Wedge on upgrade.domain.com.  SMF was under /root and Wedge under /root/upgrade.  After importing SMF to Wedge I moved Wedge to /root to make it the new software for my domain.  Here are the paths that I had to modify to make things work:

1. Settings.php - I edited this file manually first so I could have a working forum.
# Paths and folders
$boarddir = '/root';               # The absolute path to the forum folder.
$sourcedir = '/root/core/app';            # Path to the sources directory.
$cachedir = '/root/gz';               # Path to the cache directory.
$cssdir = $boarddir . '/gz/css';         # Path to the CSS cache directory.
$jsdir = $boarddir . '/gz/js';            # Path to the JS cache directory.
$pluginsdir = '/root/plugins';            # Path to the plugins directory.
$pluginsurl = 'http://www.domain.com/plugins';      # URL to plugins.

2. Paths under General Options-Paths
Forum URL
Path to Wedge folder
Path to app folder
Path to cache folder
Path to plugins folder
URL to plugins folder
URL to HTML templates
Path to HTML templates
URL to assets folder

3. Path under Forum-Attachment Settings
Attachments directory

4. Path under Forum-Avatar Settings
Avatars directory
Avatars URL

5. Paths Under Media-Settings-Configuration
Data directory path
Data directory URL

6. Pretty URL paths for boards
When I enabled Pretty URLs on Topics the URLs were composed as upgrade.domain.com/topic# instead of www.domain.com/topic#.  To fix that I had to:
1. First enable Pretty URLs for Boards only.
2. Go to each board settings and modify the pretty url link to use www.domain.com instead of upgrade.domain.com
3. Now try to enable the other pretty urls options and check functionality.

That should take care of all the paths.
22
Importing into Wedge / SMF 2 to Wedge importer errors
« on February 26th, 2014, 06:43 PM »
I just tried to import my forum using the latest importer and got hundreds of these errors:
Code: [Select]
Importing settings... ✔
Importing members...
Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/creedmoo/public_html/upgrade/import.php(743) : eval()'d code on line 8

Parse error: syntax error, unexpected T_DOUBLE_ARROW in /home/creedmoo/public_html/upgrade/import.php(743) : eval()'d code on line 8
Code: [Select]
INSERT INTO `creedmoo_wedge`.wedge_members
 (id_member, member_name, date_registered, posts, id_group, lngfile, last_login, real_name, instant_messages, unread_messages, new_pm, buddy_list, pm_ignore_list, pm_prefs, passwd, email_address, personal_text, gender, birthdate, website_url, website_title, location, hide_email, show_online, time_format, signature, time_offset, avatar, pm_email_notify, usertitle, notify_announcements, notify_regularity, notify_send_body, notify_types, member_ip, member_ip2, is_activated, validation_code, id_msg_last_visit, additional_groups, smiley_set, id_post_group, total_time_logged_in, password_salt, ignore_boards, warning, passwd_flood, pm_receive_from, message_labels, secret_question, secret_answer, mod_prefs, data)
 VALUES...
All members and their info is listed for the values.  After that I get.
Code: [Select]
Unknown column 'new_pm' in 'field list'

23
Archived fixes / HTML5 validation report
« on February 20th, 2014, 04:20 PM »
I clicked on the HTML5 link that is at the bottom of each page and got this:


Not sure if this is a problem at all, but I am posting it just in case.
24
I am getting this when sending PMs after today's revs:
Parse error: syntax error, unexpected '?', expecting ')' in /home/creedmoo/public_html/sandbox/gz/app/PersonalMessage.php on line 331

PMs are also broken here with:
Notice: Undefined variable: txt in /home/shaitan/www/noisen/wedge/gz/app/PersonalMessage.php on line 341

Fatal error: Unsupported operand types in /home/shaitan/www/noisen/wedge/gz/app/Subs-Cache.php on line 1838
25
Plugins / Plugin idea - Mark as Sold
« on February 19th, 2014, 08:46 PM »
My forum has a trading post where people post items for sale.  I have no bug report area so Mark as Solved does nothing for me, but Mark as Sold would.  I modified the text in the Mark as Solved plugin to say Mark as Sold and that works fine, but my approach will prevent the use of Mark as Solved if ever required in the future.  I am not a coder so I don't understand everything Pete did in his plugin but this should be an easy one for the contributors that know Wedge inside out.
26
The Pub / Errors when trying to upload media
« on February 19th, 2014, 07:55 PM »
You are probably getting errors in the logs, but just in case here they are.
27
The Pub / Where did this come from?
« on February 19th, 2014, 04:28 PM »
I just noticed that I have Home and Community on my navigation bar.


Where is Community coming from?  I don't remember having that before, but it is one of those days today.
28
Archived fixes / Latest commit breaks private messages
« on February 18th, 2014, 06:00 AM »
Putting here so it can be tracked:
Unknown column 'hey_pm' in 'field list'
File: /home/creedmoo/public_html/upgrade/gz/app/Subs.php
Line: 408
29
Archived fixes / Problems with Edit Subscriber - Donation
« on February 13th, 2014, 02:44 AM »
I created a subscription and tried to add it manually to a user profile.  This interface is messed up, sometimes it won't let me chose the day of the month with the mouse, most times no matter what month I use it changes it and defaults to January. 
I tried to create a 1 day sub from Feb 12-13 and ended up with this:
How can that sub be active if the end date already passed?
30
The Pub / Pretty quiet here
« on February 12th, 2014, 07:54 PM »
It looks like the rash of bugs reported after the public Alpha was made available has stopped.  That is a really good sign.  :cool: