i have got a problem, i went into admin > settings> advanced settings today to changes a few things but when i clicked on advanced settings all it opened up was a block with just 'save' in it and no advanced options, all the options that are usualy there have gone, i have inserted a pic of what im seeing when i go into advanced settings
thanks in advance
charlie
You Creature!! |
You Creature!! |
i have got a problem, i went into admin > settings> advanced settings today to changes a few things but when i clicked on advanced settings all it opened up was a block with just 'save' in it and no advanced options, all the options that are usualy there have gone, i have inserted a pic of what im seeing when i go into advanced settings
thanks in advance
charlie
You Creature!! |
Judging by the screenshot I see you have a green save button which tells me you have a custom template.
My first suggestion is to switch the template to the default 'Uni', clear the cache, and try again.
*** Make backups before doing any steps I describe below ****
But wait, you cant change the template back since you cannot get into the Advanced options. So, you are going to have to manually do this from the database. Using Cpanel/PhpMyAdmin - Go into your database, look for table named sys_options, look for the record with the name 'template' and edit that entry. Change the value from your current template name to uni and click Go.
Manually clear your /cache (except .htaccess) and /cache_public directories.
See if that works. If it does, you may also want disable the caching within the Advanced Settings > Other and Advanced Settings > Template areas. Once done.. Switch it back to your custom template and see if it works.
Nothing to see here |
Judging by the screenshot I see you have a green save button which tells me you have a custom template.
My first suggestion is to switch the template to the default 'Uni', clear the cache, and try again.
*** Make backups before doing any steps I describe below ****
But wait, you cant change the template back since you cannot get into the Advanced options. So, you are going to have to manually do this from the database. Using Cpanel/PhpMyAdmin - Go into your database, look for table named sys_options, look for the record with the name 'template' and edit that entry. Change the value from your current template name to uni and click Go.
Manually clear your /cache (except .htaccess) and /cache_public directories.
See if that works. If it does, you may also want disable the caching within the Advanced Settings > Other and Advanced Settings > Template areas. Once done.. Switch it back to your custom template and see if it works.
I have a problem with doing what you said, im currently using uni template which is the one i have modded, grrrrr yes i nkow silly me!! lol
You Creature!! |
Anyone help at all with this? You Creature!! |
check file administration/advanced_settings.php
and this line with code
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array('1','3','8','12','15','13','14','23'));
-------
if you only have this code
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array());
you will only have a save button
|
check file administration/advanced_settings.php
and this line with code
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array('1','3','8','12','15','13','14','23'));
-------
if you only have this code
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array());
you will only have a save button
Thanks ok, this is what i have on that line:
$_page_cont[$iNameIndex]['page_main_code'] = $oSettings->getForm(array('1','3','8','12','15','13','14','23'));
but still only showing the save button
charlie
You Creature!! |
Can anyone help please????? You Creature!! |
You Creature!! |
Since you have altered the original Uni template, only thing I can suggest is to:
A. Put the original uni template back
B. You can got to this posting and following the instructions on how to clear the cache from your template and database: http://www.boonex.com/forums/topic/Helpful-7-0-3-Upgrade-Info.htm and see if that works.
I would suggest that you leave the original uni template in Dolphin. If you want to 'alter' it, then make a local copy of it, rename it to whatever you want, make your changes, then upload it as a separate template.
Nothing to see here |