1
venose
backpack 0.83 & x2.0.17.1
  • 2007/12/20 9:58

  • venose

  • Just popping in

  • Posts: 20

  • Since: 2006/5/23


it doest download in ie & FF with 2.0.16 i had no problems anyone know the error?

2
giba
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/20 10:05

  • giba

  • Just can't stay away

  • Posts: 638

  • Since: 2003/4/26


warning for use this module.


Where did you download?

3
stefan88
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/20 12:18

  • stefan88

  • Community Support Member

  • Posts: 1086

  • Since: 2004/9/20


Quote:
Where did you download?


it is a bluemoon module (http://www.bluemooninc.biz).

The latest varsion is 0.89 -http://www.bluemooninc.biz/~xoops2/modules/mydownloads/visit.php?cid=3&lid=36


changelog:
v0.84 2006/07/07 Prefix will be replaced to XOOPS_DB_PREFIXBugfix for output 'NULL' when the value is NULL.
v0.85 2006/10/10 Accept DELETE command as sql syntax.
v0.86 2006/11/02 Support restore from uploaded file.
v0.87 2006/12/03 Changed tmp default to backpack/sqlIt's for rental server. Update French language by seb75net.
v0.87 2006/12/03 - Changed tmp default to backpack/sql. It'
for rental server.
Update French language by seb75net.
v0.88 2006/12/26 Supported split downloading for big dump.
v0.88a 2007/06/26 Fix French by seb75net.
v0.88b 2007/07/24 Bugfix for make a zip file.
v0.89 2007/10/24 Fix broken tag menu at IE6 on [url=http://xoopscube.sourceforge.net/]XOOPS Cube[/url] Legacy 2.1.
..

4
venose
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/20 13:47

  • venose

  • Just popping in

  • Posts: 20

  • Since: 2006/5/23


uninstalled backpack 0.83 installed newest butt it didnt download the database .. not in ff & ie6 any hint

5
venose
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/21 12:12

  • venose

  • Just popping in

  • Posts: 20

  • Since: 2006/5/23


*kick

6
dashbord
Re: backpack 0.83 & x2.0.17.1
  • 2007/12/22 1:50

  • dashbord

  • Just popping in

  • Posts: 39

  • Since: 2004/4/19


At backpack/admin/download.php

xoops_cp_header() is output html header. and it killed after header function. So, it goes to below.

Before :
xoops_cp_header();
if (!
is_object($xoopsUser) && !$xoopsUser->isAdmin()){
  
redirect_header(XOOPS_URL,2,"User permission error");
  exit();
}


After :
if (!is_object($xoopsUser) && !$xoopsUser->isAdmin()){
  
xoops_cp_header();
  
redirect_header(XOOPS_URL,2,"User permission error");
  exit();
}
bluemooninc.biz

Login

Who's Online

186 user(s) are online (92 user(s) are browsing Support Forums)


Members: 0


Guests: 186


more...

Donat-O-Meter

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

Latest GitHub Commits