Update to 6.4.6

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
Pico
Beiträge: 26
Registriert: Do 30. Dez 2010, 11:53

Update to 6.4.6

Beitrag von Pico »

Hi,
I don't know why, but when i update class_dlmod.php no one see on my board the download button, but when i use old one it is displayed.
I think that change is responsible for that (below)

Code: Alles auswählen

$this->user_client = strtolower($_SERVER['HTTP_USER_AGENT']);
to

Code: Alles auswählen

$this->user_client = getenv('HTTP_USER_AGENT');
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Update to 6.4.6

Beitrag von oxpus »

Hi,

do you have still execute the updater (file install.php)?
If not, the mod will be inactive (a new feature in the mod: Swítch the mod active/inactive)).
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Pico
Beiträge: 26
Registriert: Do 30. Dez 2010, 11:53

Re: Update to 6.4.6

Beitrag von Pico »

I executed the updater :) There was no errors.
I chcecked all updated files properly and only that little changed (in class_dlmod.php) causes that problem.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Update to 6.4.6

Beitrag von oxpus »

Sorry, but the change from $_SERVER to getenv() can't be the reason for a missing Download Link in your forum.
Because the class_dlmod.php will not be used to controll the link!

So please check again your installation/update (the latest update you can find here: Link) and clear the cache from your forum and styles.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Pico
Beiträge: 26
Registriert: Do 30. Dez 2010, 11:53

Re: Update to 6.4.6

Beitrag von Pico »

I don't know if we understood each other :) In navigation bar there is a link do Download, but in the details of a file the download button is disappeared :)
I know how to make an update and i cleared the cache (forum&styles&browser cache) 3x times. Nothing change.
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2719
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: Update to 6.4.6

Beitrag von oxpus »

Check out your banlist about rules about unknown browsers and drop/change this rule.
Maybe the function getenv() will return wrong contents on your server or the function can be deactivated.
Karsten Ude
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
Pico
Beiträge: 26
Registriert: Do 30. Dez 2010, 11:53

Re: Update to 6.4.6

Beitrag von Pico »

Ok. It works :) In the banlist was an empty registry and it casued the problem.
Thx :)
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: Update to 6.4.6

Beitrag von bprsk8r4272 »

Pico hat geschrieben:Ok. It works :) In the banlist was an empty registry and it casued the problem.
Thx :)
ahh thanks i was messing with it for a while and removed the only entry in the banlist for the download mod and the download button appeared
i have 6.4.7
Antworten