11
JS
Forum's
  • 2013/9/27 17:49

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Sup everyone!

Simple question

whats a good module for 2.5.6 xoops for a forum?

On that note is there a good location for modules that are 2.5.6 compatible?

Thanks!



12
JS
Re: Upgrade Path... is there one
  • 2012/2/8 16:56

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


oh yes and I did follow the instructions and cleaned up the mainfile.php lines and the trusted path information was correct as well.
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



13
JS
Re: Upgrade Path... is there one
  • 2012/2/8 16:55

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


what about the upgrade part where it kept looping on the 2.4 --> 2.5 upgrade? everytime I would click finish it would go back to the screen where it shows all the updates and the 2.4 --> 2.5 always had a red X.. Do I need to be worreid about that?
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



14
JS
Re: Upgrade Path... is there one
  • 2012/2/8 15:33

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


So I attempted the upgrade lastnight and for the most part it went really well until I got to the end where it wanted to perform the 2.4 --> 2.5 upgrade. It looked like it performed it but when I would hit finnish it would just loop back and say that it still needed to perform the upgrade. I tried it several times and could not get past that point. So I tried to bring up my site and my site came up but I couldn't login at all. It would say thank you for logging in then loop back to the main page and I was not logged in.

Long story short I rolled everything back. and my site is back up... (yes I took backups of everything like a good little admin should)

So it appiered that all the upgrades went without issue except the last one has anyone seen this before?

and last question what are some things that I should check... I have a PHP 5.3 installed and MySQL 5.5.2, this is a windows 2008 R2 server running IIS.

Thank You!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



15
JS
Re: Upgrade Path... is there one
  • 2012/2/7 19:43

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Modules posted
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



16
JS
Re: Upgrade Path... is there one
  • 2012/2/7 19:39

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


system V1
contact Us V1
Downloads V1.1
Web Links V1.1
NewBB Forums V3.08
News V1.44
Polls V1
Myalbum-p V2.83
XooPopChat V0.14
Memberlist V1
Agenda-x V2.2
Web Stats V1 (this one is currently broke)
Even News V2.1
Protector V3.15
Xmail V1.1
userpage V1.22


Those are my current modules only one of them is not working and I know that is because of the version of PHP on the server.
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



17
JS
Upgrade Path... is there one
  • 2012/2/7 18:58

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


I have been runing xoops for many many years however for the past year and a half due to other life priorities I have had my site offline and mothballed. last month I got me a server online and restored my site and got everything working. I have taken some time and I see the xoops is all the way up to 2.5 for its version.

My qustion is this: Is there an upgrade path from my 2.0.17.1 version to the latest release? And if so what is that path? and what do I need to be aware of.... i.e. what am I going to break and is there a module compatiblility with versions list so I can make sure I am ready for any possible fallout.

Thanks!
[img align=left]http://www.theood.com/modules/roster/sig.php?name=Talric [/img]



18
JS
Re: Help with a php function for my project
  • 2010/2/17 20:06

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Thanks ghia!

Ok this is what I was going to try.... let me know your thoughts.. was I on the right track :)

(' SELECT qty COUNT(*) FROM ' $xoopsDB->prefix('kshop_orders_products') . ' GROUP BY p_name ' );


This is with your code I will have to test it out later. but let me know if I am formating it correctly

function loadstats(){ 
    global 
$xoopsDB,$xoopsModuleConfig
    
$stat=array(); 
     
    
$query $xoopsDB->query(' SELECT SUM(`qty`) as 'total_qty', `p_name` FROM ' $xoopsDB->prefix('kshop_orders_products'). ' GROUP BY `p_num`, `p_name` ORDER BY `p_name`');
 
    while (
$row $xoopsDB->fetchArray($query)) 
    { 
        
$stat['qty']=$row['qty']; 
        
$stat['p_num']=$row['p_num']; 
        
$stat['p_name']=$row['p_name']; 
         
    } 

    return 
$stat
}



As for the cat and product lists that I was working on is there a better way I could do that? I was looking at the suggestion you had linked in but I was having trouble translating into what I was trying to do

I get to use my "new to php codeing" card on that one :P

Thanks for all your help



19
JS
Re: Help with a php function for my project
  • 2010/2/17 19:33

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


Thanks! wonder why it didn't come up in the search. is xoopsforge not intergrated with XOOPS search?



20
JS
Re: Help with a php function for my project
  • 2010/2/17 19:11

  • JS

  • Just popping in

  • Posts: 87

  • Since: 2002/12/16


kaotik

I registerd at dev.xoops.org however I did not see the KShop project there.

maybe I am looking in the wrong place?

I will check to see if it is up on sourceforge as well.

Thanks!




TopTop
« 1 (2) 3 4 5 ... 9 »



Login

Who's Online

135 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 135


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits