cant access general configuration

Support zu den Modifikationen (MODs) von Entwickler OXPUS für das phpBB 3.0.x
Antworten
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

cant access general configuration

Beitrag von bprsk8r4272 »

not sure why but I cant access the general configuration(&i=downloads&mode=config) in the acp when I click it, it goes to page cant be displayed
it does the same thing on test site also which has download mod 6.5.9
MySQL(i) 5.5.27
php 5.4.7

any ideals what could be causing this?
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: cant access general configuration

Beitrag von oxpus »

Hello,

will you can an error message or which page will be displayed?
Can you post a screenshot?
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!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: cant access general configuration

Beitrag von bprsk8r4272 »

I checked my error log and there's nothing in there and there's nothing in the acp error log
here's what firefox says when I click general configuration
Dateianhänge
Problem loading page_20130530-121042.png
Problem loading page_20130530-121042.png (17.81 KiB) 5827 mal betrachtet
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: cant access general configuration

Beitrag von oxpus »

Try after disable Gzip in your Forum.
This can be the reason for this error.
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!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: cant access general configuration

Beitrag von bprsk8r4272 »

yup that worked but with debug on I get

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file [ROOT]/dl_mod/admin/dl_admin_config.php on line 638: Undefined index: DL_CAPTCHA_PERM_5
[phpBB Debug] PHP Notice: in file [ROOT]/dl_mod/admin/dl_admin_config.php on line 648: Undefined index: DL_CAPTCHA_PERM_5
and cant access the page but if I turn debug off I can access the page

will you have a fix for the gzip issue eventually?
Benutzeravatar
oxpus
Chief handy-man
Beiträge: 2660
Registriert: Do 13. Dez 2007, 23:06
Wohnort: Irgendwo im I-Net
Kontaktdaten:

Re: cant access general configuration

Beitrag von oxpus »

For this error please open the file language/en/mods/downloads.php, find the line

Code: Alles auswählen

	'DL_CAPTCHA_PERM_4'					=> 'Guests and all Users incl. Founders',
and replace it with

Code: Alles auswählen

	'DL_CAPTCHA_PERM_5'					=> 'Guests and all Users incl. Founders',
This solve the debug error and should help to avoid the gzip error.
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!
bprsk8r4272
Beiträge: 16
Registriert: Mo 14. Feb 2011, 17:27

Re: cant access general configuration

Beitrag von bprsk8r4272 »

yup that fixed both thank you
Antworten