Hello
I have installed dolphin 6.1.6 all is going ok
but when i try to log to admin page, first time its ask for login and passe i enter it after that it's ask for license or continue unregistred but when i click on every one i can't access to admin area its say can't display the page on IE and a blank pages on firefox
please tell me how can i fix this probleme
Thank you
|
not having any clear details, i would venture to say Permissions Issues.
Regards,
DosDawg
When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
when i open mysite.com/admin/index.php in firefox a blank pages and IE say cannot display page and when i do mysite.com/admin/db.php or mysite.com/admin/modules.php and mysite.com/admin/groups.php all work fine except the index.php |
Hello mrsimo!
Possible something wrong with external connections because in admin index page works license checking which refers to boonex.com site. Does BoonEx block fine in ur index page of Dolphin?
Regard
|
first time i open mysite.com/admin/index.php its ask for login and password i enter it and after that its ask for the license i have enter the license and after that can't open it any more
i have check on my account at boonex unity i see that my domain is registred with the license
|
And what about BoonEx news at home page of ur site (mysite.com/index.php)? Do u see it? |
the news in index page not work i can't see it only the loading image |
mrsimo,
try adding these 2 lines to your php.ini file located in the root of your Dolphin
display_errors= On
allow_url_fopen= On
If you do not have one, create a php.ini file in notepad and upload it to your root directory.
Chris
Nothing to see here |
when i added those 2 lines 2 php.ini its not work and i have add it to .htaccess but it give internal error 500 |
the support say it is issue seems to be critical
is there anythink i can do without contacting the support
because i think they don't know what is the probleme exactelly
|
i have added those to the .htaccess :
<IfModule mod_php4.c> php_flag register_globals 0 php_flag allow_url_fopen On </IfModule> <IfModule mod_php5.c> php_flag allow_url_fopen On php_flag allow_url_include On php_flag register_globals Off </IfModule>
but still not working
is that correct?
|