Advanced Settings is not showing

hi guys

i have a problem with my Advanced Settings in admin area

when i click on Advanced Settings there is only one save button (see the picture)

in forum i found nothing

can someone help me please?

settings.jpg · 171.8K · 176 views
Quote · 24 Mar 2012

Are you using a custom template? If you're not then something is probably corrupt in your database.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Mar 2012

hi

no i am using uni template and i do nothing in database

any ideas?

Quote · 25 Mar 2012

Did you install any 3rd party mods? Again, if you haven't made any changes then something is corrupt in your database.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 25 Mar 2012

You missing this code: '1','3','8','12','15','13','14','23'

 check file: administration/advanced_settings.php

$_page_cont[$iNameIndex]['page_result_code'] = $sResult;
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array('1','3','8','12','15','13','14','23'));
define('BX_PROMO_CODE', adm_hosting_promo());

Quote · 25 Mar 2012

hi

in settings.php is all ok

and i not install any modul

Quote · 25 Mar 2012

post your file here: administration/advanced_settings.php

Quote · 25 Mar 2012

here is it:

require_once( '../inc/header.inc.php' );

$GLOBALS['iAdminPage'] = 1;

require_once( BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'admin_design.inc.php' );
require_once( BX_DIRECTORY_PATH_INC . 'utils.inc.php' );
bx_import('BxDolAdminSettings');

$logged['admin'] = member_auth( 1, true, true );

$oSettings = new BxDolAdminSettings(0);

//--- Process submit ---//
$sResult = '';
if(isset($_POST['save']) && isset($_POST['cat'])) {
    $sResult = $oSettings->saveChanges($_POST);
}

$iNameIndex = 3;
$_page = array(
    'name_index' => $iNameIndex,
    'css_name' => array('forms_adv.css', 'settings.css'),
    'header' => _t('_adm_page_cpt_settings'),
    'header_text' => _t('_adm_box_cpt_settings_advanced')
);
$_page_cont[$iNameIndex]['page_result_code'] = $sResult;
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array('1','3','8','12','15','13','14','23'));
define('BX_PROMO_CODE', adm_hosting_promo());

PageCodeAdmin();

?>

Quote · 25 Mar 2012

Is this a new installation? Check your sys_options_cats and look for profiles with id 1. Is it there?

Or better attach a full screenshot of table's rows list.

so much to do....
Quote · 25 Mar 2012

No it isnt new installation but i have upgradet to 7.0.9

yes, profiles exist on id 1

see pic!

sys_options_cats.jpg · 288.2K · 161 views
Quote · 25 Mar 2012

its a common question but did you cleared the cache from ftp?

so much to do....
Quote · 25 Mar 2012

yes i did :-) but no luck

any ideas?

Quote · 25 Mar 2012

try recompiling your lang and check sys_options table for any strange things. I am running out of ideas now..Frown anybody have some ideas??

so much to do....
Quote · 25 Mar 2012

Cry maybe can help boonex expert?

Quote · 25 Mar 2012

Nobody know?

Quote · 26 Mar 2012

hi guys

my problem is exist can someone help me please?

Quote · 24 Apr 2012

Have you ever noticed the Advanced settings working?  If not, if someone installed Dolphin for you ask them to double check that all files were uploaded to your server.

If you control the server then I suggest you install another Dolphin site and check it for the same error.  Alternatively, if you can afford it, buy another hosting package and install another site and check for the same error.  If no error found then compare the files in one site to the other... if no difference then the problem is most likely in the first database (and I don't know how to compare databases).

If all else fails you may need to reinstall it and start over.  In which case, back everything up and take detailed notes on all your work thus far.

There are a lot of components (scripts, functions, etc) in a Dolphin site.  The first Dolphin site I setup got so messed up from all the feature testing I'd done, while learning what could and should not be done, that I had to start over from scratch.

http://pkforum.dolphinhelp.com
Quote · 24 Apr 2012

hello

yes i installed another dolphin and advanced settings is working

but i think after update from 7.0.8 to 7.0.9 advanced settings is not avable.

Quote · 24 Apr 2012

hi guys

i found the solution

the problem was in forms_adv.css

replace it only with new forms_adv.css file

 

regards

Quote · 26 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.