WRX Module

Xoops / eXoops integration forum

Re: WRX Module

Postby mrdummy » Mon Jan 22, 2007 11:53 am

I got a error message with Xoops 2.0.16. The page userinfo.php won't load and shows empty page.
When i turn the debug mode on, the error popped up:

Parse error: syntax error, unexpected '"' in /........../modules/wowrosterx/lib/search.inc on line 74

It shows only in userinfo.php. This is only page that don't work in Xoops. All other pages works.

You may tell what is going on here. Or the wowroster dev group may take a look at the error.
mrdummy
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Jan 17, 2007 7:14 pm

Re: WRX Module

Postby mdeshane » Mon Jan 22, 2007 1:38 pm

Your error is being caused by the search feature of the module. I believe I put out a patch to fix it. However there is only 3 lines of code that need to change in the xoops_version.php to disable the search feature.

On lines 132 - 135 of xoops_version.php you should see:
Code: Select all
//Search things
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "lib/search.inc";
$modversion['search']['func'] = "wrx_search";
 


It needs to be changed to:
Code: Select all
//Search things
$modversion['hasSearch'] = 0;
//$modversion['search']['file'] = "lib/search.inc";
//$modversion['search']['func'] = "wrx_search";
 


After making the changes and saving the file please make sure to use the update button in the module configuration of Xoops. That should solve your problem. Otherwise the final version of WRX is almost complete.
Last edited by mdeshane on Tue Jan 23, 2007 1:28 am, edited 1 time in total.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby mrdummy » Mon Jan 22, 2007 7:10 pm

Actually it's:
Code: Select all
//Search things
$modversion['hasSearch'] = 1;
$modversion['search']['file'] = "lib/search.inc";
$modversion['search']['func'] = "wrx_search";
 

Which first is vaule 1.

It's now 0 and two rows with // before to ignore it.

It works, thank you. Good luck with making small patch.
Last edited by mrdummy on Mon Jan 22, 2007 7:11 pm, edited 1 time in total.
mrdummy
WR.net Apprentice
WR.net Apprentice
 
Posts: 13
Joined: Wed Jan 17, 2007 7:14 pm

Re: WRX Module

Postby mdeshane » Tue Jan 23, 2007 1:27 am

You're right... I cut and pasted from updated code for the final version, so I had already made the changes. I'm glad you got it fixed though!
Last edited by mdeshane on Tue Jan 23, 2007 1:27 am, edited 1 time in total.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby LeggyRedHead » Tue Feb 20, 2007 7:39 pm

Welp, I've installed WRX on Xoops 2.0.16 and it installed correctly..no problems there.

Then I tried to go to the module to configure it and received this error:
Fatal error: Cannot instantiate non-existent class: rosterlogin in /home/panda/public_html/modules/wowrosterx/admin.php on line 38

I'm sure it's something obvious and easy to fix, but I'm not seeing it...LOL

What did I miss?

Thanks,
Leggy
:flower:
LeggyRedHead
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 20, 2007 7:32 pm

Re: WRX Module

Postby mdeshane » Tue Feb 20, 2007 9:01 pm

If you just refresh your browser 2-3 times the error should disappear. The reason this error occurs is because it has to set the roster directory and website address in the settings.php file. So really it's just that it can't find the login.php file until after it inserts the path info in the database. For WRX 1.73 this problem has been fixed on new installs.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby LeggyRedHead » Tue Feb 27, 2007 6:04 pm

Arrgghhh....LOL

Thanks for the explanation of my previous prob. I refreshed the cache and it worked! Sooooo, the module is setup (properly as far as I can tell) and I've saved the Guild Profile in WoW, along with a Character Profile for me.

My next problem starts when I try to decipher exactly where the guild profile is saved and how on earth to upload it.

If I'm understanding the other forum topics, the guild profile is saved in my Character Profile, right? I upload it using some sort of password..and here it gets murky. Exactly which password is it looking for?

I tried using the Character Profile along with my WoW password...says it parsed it...but still gives me the "you must upload your guild, or finish configuration" message when I try to view the roster

Can't parse the Character Profile w/out my password...get the Did Not Parse error.

So could you tell me which password to use and exactly where the Guild Profile is stored on my HD? I know I sound like a total noob at this point and honestly...I'm not...really I'm not. <ripping up 15 years worth of degrees and returning money to clients>

Thanks,
Leggy
LeggyRedHead
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 20, 2007 7:32 pm

Re: WRX Module

Postby mdeshane » Tue Feb 27, 2007 6:43 pm

The default password for WRX is xoops. You can change it using the password change box on the settings page. Also, you are correct, the Guild Profile is contained within the CharacterProfiler.lua file, which can be found in
C:\Program Files\World of Warcraft\WTF\Account\<ACCOUNT NAME>\SavedVariables\CharacterProfiler.lua

Hope that fixes your problem for you. Also, by Friday I will be releasing the new WRX 1.73 which has many improvements. There will now be a support site for WRX, WReX, and the upcomming UAX, and UAeX. You can check out the new support site HERE!
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby LeggyRedHead » Tue Feb 27, 2007 8:18 pm

It worked! Hallelujah!!! Thank goodness I didn't tear up my client contracts before I read your reply, huh? LOL

Will be waiting for the updates...man, you've made my life soooooo much easier and our guild site is finally starting to kick some serious bootay!

Thanks again,
Leggy

:flower:
LeggyRedHead
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Tue Feb 20, 2007 7:32 pm

Re: WRX Module

Postby mdeshane » Wed Feb 28, 2007 12:20 am

I'm glad you like the work and I'm very glad it has helped you! And it's probably a very good thing you didn't tear up those contracts. lol
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby Arbryls » Wed Feb 28, 2007 9:39 pm

WoW ... this is great. I am happy to see you working so hard to get this thing working.

I was looking at wow roster for a long time but had no way to get it into my site they way i wanted till now ... Thanks

can't wait to see the new stuff to come.
Arbryls
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Feb 28, 2007 9:34 pm

Re: WRX Module

Postby mdeshane » Wed Feb 28, 2007 9:47 pm

The new stuff is for the most part ready for RC1, however I'm still working on completing the CVS upload on my support site so I can build a distro. By Friday there will be a RC1 release of WRX 1.73.
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

Re: WRX Module

Postby Arbryls » Wed Feb 28, 2007 9:52 pm

mdeshane wrote:The new stuff is for the most part ready for RC1, however I'm still working on completing the CVS upload on my support site so I can build a distro. By Friday there will be a RC1 release of WRX 1.73.


That is great i will keep a eye out on your support site for this.

Great work man.

Thanks
Arbryls
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Wed Feb 28, 2007 9:34 pm

WRX Module

Postby Graywolf » Wed Nov 28, 2007 5:20 am

I know I'm new here. I've been using Wowrosterx and haven't seen any noise of future upgrades. Are there any going on behind the scenes that might be using the wowroster beta as a basis?

Thank you,
GW
User avatar
Graywolf
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Nov 28, 2007 4:54 am

WRX Module

Postby mdeshane » Wed Nov 28, 2007 6:21 am

Yes! There is a future for WoWRosterX! I've been kinda quiet on what's happenning with this integration. I held off some further developments of the existing WoWRosterX in anticipation of the Roster v1.8 wich will be Roster v2 on release.

I will be starting work on this integration soon, I know I'm a little behind. I've been working on what will hopefully be a user account system for Roster v2 (Accounts Addon). I've been trying to get that built so I, as well as others, could interface Xoops, or any other CMS, and WoWRoster better.

If all works out well, the next version of WoW Roster X can look forward to further integrated user accounts with Roster. Perhaps a full replacement for the Xoops profiles, allowing access to Main/Alt character info, avatars, signatures, maybe even more!

Further down the line, as future versions of WoWRoster adopt Smarty Templates, the real fun will begin!
Image
Accounts Addon - Roster v2 User Account Addon

PKC Dev Site - http://dev.pkcomp.net
My Roster Dev Site - http://myroster.dontexist.net
User avatar
mdeshane
Roster AddOn Dev
Roster AddOn Dev
 
Posts: 204
Joined: Sun Dec 10, 2006 4:54 am
Location: Grand Rapids, MI USA
Realm: Khadgar (PvE) - US

PreviousNext

Return to Xoops / eXoops

Who is online

Users browsing this forum: No registered users and 1 guest

cron