| Av |
Innlegg |
norbie


Ble medlem: Jun 29, 2004 Innlegg: 737 Bosted: Norbie's World
|
Tittel: admin not accessible in coppermine Skrevet: Ons Jun 29, 2005 2:52 pm |
|
i have this weird problem.
when installing cpg from CVS on my localhost (windows apache2 php5) and logged in as god admin, i cant access all the admin stuff in coppermine. if im on the 'Home' page of the site, i can see these in the block at the bottom:
Groups
Users
Albums
Categories
Config
when in Gallery, those dont appear at top or bottom.
the only one i can click and change things to is the 'Config' link.
the others (groups etc) give:-
You don't have permission to access this page.
Any ideas on this one??
I need to test out the new Extal Calendar module so I need to make a new group in Coppermine!
_________________ Norbie

www.norbiesworld.co.uk
norbie's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache Custom Version / 4.0.26-standard (client: 5.0.15) / 4.4.4 / 9.1.1 |
|
| Til Toppen |
|
 |
mmenzie


Ble medlem: Jul 04, 2005 Innlegg: 12
|
Tittel: Re: weird admin problem on localhost Skrevet: Tir Jul 05, 2005 2:36 am |
|
I have the same exact problem and its not just local host. i can access my page on the internet and still have the problem that when i am logged on as admin i have total control except in coppermine where it appears i can't do a thing. if i log on as a regular user i can access more stuff (but still can't batch upload)than logged on as admin. weird???
mmenzie's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) windows 2003/IIS6/mysql/php5/cpg 9.0. |
|
| Til Toppen |
|
 |
r083r7


Ble medlem: Des 28, 2004 Innlegg: 118
|
Tittel: Re: weird admin problem on localhost Skrevet: Tor Jul 07, 2005 1:13 am |
|
mmenzie wrote:
I have the same exact problem and its not just local host. i can access my page on the internet and still have the problem that when i am logged on as admin i have total control except in coppermine where it appears i can't do a thing. if i log on as a regular user i can access more stuff (but still can't batch upload)than logged on as admin. weird???
I might be missing something very obvious but I seem to have the same problem. I don't appear to have any access at all to Coppermine's administration.
Just upgraded from CPG 8.2 to the lastest versiob of DF.
In the admin menu should there be a listing for Coppermine as there isn't...?
Solved here: www.cpgnuke.com/Forums...html#69541
r083r7's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/Apache 2.0/MySQL 5.0.18-standard-log/PHP 4.3.11/DF 9.0.6.1 |
|
| Til Toppen |
|
 |
Śyama_Dāsa


Ble medlem: Apr 19, 2004 Innlegg: 2049 Bosted: Dragonfly CMS Tribe
|
Tittel: Re: weird admin problem on localhost Skrevet: Tor Jul 07, 2005 2:12 am |
|
Code:
ALTER TABLE `cms_admins` ADD `radmincoppermine` TINYINT( 1 ) DEFAULT '0' NOT NULL;
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0) |
|
| Til Toppen |
|
 |
blue2672


Ble medlem: Jul 15, 2005 Innlegg: 1
|
Tittel: Re: admin not accessible in coppermine Skrevet: Fre Jul 15, 2005 3:10 am |
|
I admit I am a newbie to php but I am running into a problem only after using the code about in the mysql admin. after the code is run the menus are available and able to be changed, after ou hit apply I get a access denied on any option I try with coppermine...
did I royally screw something up or is it a problem with permissions I didnt set correctly.
I did log out and log back in after clearing cookies and still have the same problems?
any help would be very apreciated.
blue2672's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux/1.3.33/4.0.24-standard/4.3.11/9.0.5.0 |
|
| Til Toppen |
|
 |
Śyama_Dāsa


Ble medlem: Apr 19, 2004 Innlegg: 2049 Bosted: Dragonfly CMS Tribe
|
Tittel: Re: admin not accessible in coppermine Skrevet: Fre Jul 15, 2005 10:03 pm |
|
Try deleting all files in the websites /cache dir then delete your cookies and check it out.
_________________ AKA Akamu / Read these and your life will be successful | Find a Repair
--
Mods and Professional Support via YIM
Śyama_Dāsa's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) win32 / Apache 1.3.33 / MySQL 4.1.16/PHP 4.4/CPG-CVS ( browsers: Mozilla 1.7.x / IE6 / Opera 8.0) |
|
| Til Toppen |
|
 |
DaveTomneyUK


Ble medlem: Aug 14, 2004 Innlegg: 215 Bosted: UK, England
|
Tittel: Re: weird admin problem on localhost Skrevet: Søn Jul 17, 2005 1:48 am |
|
akamu wrote:
ALTER TABLE `cms_admins` ADD `radmincoppermine` TINYINT( 1 ) DEFAULT '0' NOT NULL;
Does this have to be done with coppermine on dragonfly 9.0.5.0 as I dont see that query in my SQL admin?
DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS |
|
| Til Toppen |
|
 |
xfsunoles


Ble medlem: Apr 30, 2004 Innlegg: 2502 Bosted: Melbourne, Florida
|
Tittel: Re: admin not accessible in coppermine Skrevet: Søn Jul 17, 2005 2:07 am |
|
Did you Run that Queries in PHPmyAdmin from SQL Tab?
_________________

Firefox is my Favorite Browser
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS |
|
| Til Toppen |
|
 |
DaveTomneyUK


Ble medlem: Aug 14, 2004 Innlegg: 215 Bosted: UK, England
|
Tittel: Re: admin not accessible in coppermine Skrevet: Søn Jul 17, 2005 4:52 pm |
|
xfsunoles wrote:
Did you Run that Queries in PHPmyAdmin from SQL Tab?
Yes
DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS |
|
| Til Toppen |
|
 |
xfsunoles


Ble medlem: Apr 30, 2004 Innlegg: 2502 Bosted: Melbourne, Florida
|
Tittel: Re: admin not accessible in coppermine Skrevet: Søn Jul 17, 2005 5:15 pm |
|
open phpmyadmin
click cms_admin
make sure it in Structure Tab then look for it
_________________

Firefox is my Favorite Browser
xfsunoles's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Apache/1.3.34 (Unix)/4.0.25-standard/4.4.1/CVS |
|
| Til Toppen |
|
 |
DaveTomneyUK


Ble medlem: Aug 14, 2004 Innlegg: 215 Bosted: UK, England
|
Tittel: Re: admin not accessible in coppermine Skrevet: Søn Jul 17, 2005 6:11 pm |
|
It works ok soon as I clear the cache folder.
DaveTomneyUK's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache2.2.8 / MySQL5.0.45 / PHP5.2.6 / CVS |
|
| Til Toppen |
|
 |
wishbone


Ble medlem: Aug 30, 2004 Innlegg: 45 Bosted: Phoenix, AZ
|
Tittel: Re: admin not accessible in coppermine Skrevet: Tir Jul 19, 2005 11:30 pm |
|
I also experienced this problem with a new install of 9.0.5.0 and this solved the issue. I'm hoping that table row will be added to the install file for future versions?
So far I'm really loving DF, keep up the awesome work!
wishbone's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Suse 2.6.11/2/4.1.10a/4.3.10/9.0.6.1 |
|
| Til Toppen |
|
 |
DaeLex


Ble medlem: Jan 24, 2005 Innlegg: 44
|
Tittel: Re: admin not accessible in coppermine Skrevet: Ons Jul 20, 2005 2:18 pm |
|
THANK YOU!! I was having this same exact problem on a clean install, non cvs install.. and uhm yea it was driving me insane Thanks for the quick fix
DaeLex's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / Apache 1.3.33 (Unix) / MySQL 4.0.22-standard /PHP 4.3.11 / Dragonfly 9.0.5.0 |
|
| Til Toppen |
|
 |
Kieeps


Ble medlem: Mai 21, 2005 Innlegg: 110 Bosted: Sweden
|
Tittel: Re: admin not accessible in coppermine Skrevet: Tor Jul 21, 2005 1:52 pm |
|
Ok....i still have the exact problem. I ran that querie and deleted all files in the cache folder...but stilll i had no luck :/
EDIT: And i also tryed to log out so that i was only logged in as admin but that didn't fix it either.
Kieeps's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Ubuntu 9.10 | apache 2.2.12 | MySQL 5.1.37 | PHP 5.2.10 | DF 9.2.1 |
|
| Til Toppen |
|
 |
Kieeps


Ble medlem: Mai 21, 2005 Innlegg: 110 Bosted: Sweden
|
Tittel: Re: admin not accessible in coppermine Skrevet: Tor Jul 21, 2005 2:02 pm |
|
oh! found it sorry
Kieeps's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Ubuntu 9.10 | apache 2.2.12 | MySQL 5.1.37 | PHP 5.2.10 | DF 9.2.1 |
|
| Til Toppen |
|
 |