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
91
Archived fixes / Re: This is us text not displayed on mobile devices
« on February 28th, 2014, 03:06 PM »
Actually, I like the current behavior and agree with the design.  The only thing I don't like is that in my case the Welcome header is displayed, but nothing under it.  I would prefer the Welcome header to be gone as well.  I might be using and old rev of the home.english.php file since I edited it a while back.  I will check since I don't see that problem here, but you are using a customized version that looks a lot better than the default one.
92
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.
93
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
94
Off-topic / Re: Microsoft Surface RT
« on February 28th, 2014, 12:50 AM »
Weird, I have one and have not noticed this.  What input method are you using?  I use the cover/type keyboard most of the time.
95
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 04:17 PM »
Yes, I put the forum in maintenance mode and fixed all the pretty URLs for boards.  Now everything in pretty URLs is working fine!
96
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 03:38 PM »
I finally found it.  You don't see that path unless you enable Pretty URLs for boards.  I had that disabled since pretty URLs were breaking the forum.
97
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 03:02 PM »
Quote from Pandos on February 27th, 2014, 02:56 PM
Am I wrong?
You can change your URL in Admin->Boards?
No settings for pretty URLs paths are exposed in the admin UI.  I documented all the paths that need to be changed here.
98
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.
99
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 01:16 PM »
Avatars and attachments are working now that I changed their paths.  Pretty URLs is the only thing that is broken because they are trying to use the old path.
100
Archived fixes / Re: Pretty URLs and Paths
« on February 27th, 2014, 06:39 AM »
I had SMF on root\ and Wedge on root\upgrade.  After importing SMF to Wedge I moved all the Wedge files to root\ and modified all the paths in Wedge.  Everything works fine but pretty URLs.  When I turn on pretty URL on topics and try to browse to a topic, the link goes to upgrade.domain.com instead of www.domain.com.  That was the path to the Wedge installation and subdomain before the move.  Where is that setting at?
101
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 03:46 AM »
It worked, but avatars are gone.  I think the last error was caused by the previous failed attempts to migrate the forum.
102
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 27th, 2014, 12:06 AM »
I just tried the latest commit and now get:
Code: [Select]
Importing settings... ✔
Importing members... Unsuccessful!
 This query:

SELECT
 id_member, member_name, date_registered, posts, id_group, lngfile, last_login,
 real_name, instant_messages, unread_messages, 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,
 IFNULL(warning, 0) AS warning, passwd_flood, pm_receive_from,
 message_labels, secret_question, secret_answer, mod_prefs, '' AS data
 FROM `creedmoo_wedge`.wedge_members
 LIMIT 0, 500;
Caused the error:

Unknown column 'message_labels' in 'field list'
103
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 26th, 2014, 11:51 PM »
Now I get:
Code: [Select]
Importing...
Message: mysqli_free_result() [function.mysqli-free-result]: Couldn't fetch mysqli_result

Trace: mysqli_free_result() [function.mysqli-free-result]: Couldn't fetch mysqli_result

Line: 1810

File: /home/creedmoo/public_html/upgrade/import.php
104
Importing into Wedge / Re: SMF 2 to Wedge importer errors
« on February 26th, 2014, 11:24 PM »
Trying now...
105
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'