No admin tools No admin tools
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

No admin tools

Started by seppausjuiwa, March 26, 2011, 07:49:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

seppausjuiwa

Hi. I installed cpg 1.5.12 (bridged with joomla). The gallery is running without properly. My problem is when I'm signed in as Administrator and I click to admin tools, nothing is coming. There are no admin tools available. I installed cpg a second and a third time. Same problem, no admin tools, I always get a blank site. What's the reason for this problem? Please help me. Thanks!

phill104

Does it work in standalone mode (ie not bridged or visually integrated)?
It is a mistake to think you can solve any major problems just with potatoes.

seppausjuiwa

Quote from: seppausjuiwa on March 26, 2011, 07:49:31 PM
Hi. I installed cpg 1.5.12 (bridged with joomla). The gallery is running without properly. My problem is when I'm signed in as Administrator and I click to admin tools, nothing is coming. There are no admin tools available. I installed cpg a second and a third time. Same problem, no admin tools, I always get a blank site. What's the reason for this problem? Please help me. Thanks!

Oh, I wrote the gallery is running without properly. I wanted to say: the gallery is running properly.

seppausjuiwa


phill104

Can you see the admin tools if you disable the bridge and integration?
It is a mistake to think you can solve any major problems just with potatoes.

seppausjuiwa

Now I disabled the bridge and the admin tools does work!

ΑndrĂ©

Can someone confirm that behavior in bridged environments (with Joomla or any other application)?

phill104

#7
Yes, it does fail with certain Joomla bridged environments but not all. There is no isuue wit most other bridged apps unless they contain moo. It is usually down to the fact that Joomla uses moo which conflicts with jQuery. As you know I have had to make modifications to the js folder to get some to work. I have had limited success by adding a little code in the template.html and once done everything works except uploads but I have yet to debug that due to lack of time.

Please see my last post in this thread - http://forum.coppermine-gallery.net/index.php/topic,70174.0.html
It is a mistake to think you can solve any major problems just with potatoes.

seppausjuiwa

Thank you Phil!
I added the code
<script type="text/javascript">
jQuery.noConflict();
</script>

to the template.html like your discription above and now the admin tools are working.
Thank you very much!