ZenphotoCMS Forum
admintoolbox not showing - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: admintoolbox not showing (/thread-6357.html)



admintoolbox not showing - rlp2009 - 2010-01-04

Need some help

The admin toolbox disapeared and is not visible anymore in image.php, album.php and index.php, so i cant delete images, edit descritption, etc, etc.

Any help is appreciated.




admintoolbox not showing - gjr - 2010-01-04

You probably got logged out. Log in again at:

http://www.yoursite.com/zpfolderifyouhaveone/zp-core/admin.php




admintoolbox not showing - rlp2009 - 2010-01-04

Thanks gjr

I´m logged, for sure, i´m not loosed my mind yet




admintoolbox not showing - rlp2009 - 2010-01-04

any suggestions?

Yhanks in advance.




admintoolbox not showing - gjr - 2010-01-04

You need to provide more information in order to get help. Link? Version? Recent upgrade? Did you check the theme files to ensure the function to show this is there? What happened recently to your site that would give clues as to why this happened?, etc...




admintoolbox not showing - micheall - 2010-01-04

If you're positive you're logged in and the admin box isn't showing, then likely a plugin you are using is failing and the page never reaches the adminbox code. Check your cgi logs for errors.




admintoolbox not showing - rlp2009 - 2010-01-05

It´s strange.
When im logged in in the admin page, then i hit the link "View Gallery" at the upper right corner, it takes me to my gellery and i can´t edit image descriptions, image names, admin toolbox is not visible, etc, etc. It´s like im not logged in.

i´m stucked

this is my index.php theme file




admintoolbox not showing - acrylian - 2010-01-05

I see no function call for image descriptions at all. This is apparently a custom theme and perhaps you have a JS conflict with that Dreamweaver JS code there. So please try a standard theme and review the theming tutorial and maybe the functions guide.

You can always edit, delete etc on the backend.




admintoolbox not showing - rlp2009 - 2010-01-05

Thanks acrylian

It´s not a custom theming issue, because it used to work perfectly.
yesterday i did a fresh install of zenphoto (im using 1.2.6 version), and replaced the default theme files (index.php, image.php, and album.php) with my custom theme files.
After doing that it worked great, admintoolbox was visible and everything worked.
When i started to upload photos is when the problem show up and the admintoolbox disapeared.

I get this code when i upload a photo and when i try to edit an album in the admin panel:

Zenphoto Error
MySQL Query ( SELECT filename, title, sort_order, show, id FROM zp_images WHERE albumid= '4' ORDER BY `da




admintoolbox not showing - acrylian - 2010-01-05

Always state the version number (as told in the forum rules) We assume always the current version that is 1.2.8. We don't support or fix things for older releases, so I suggest to upgrade.




admintoolbox not showing - sbillard - 2010-01-05

You are getting javascript injected into your code. Sometimes this is a browser issue. I think there have been other posters with similar problems of javascript showing up as text rather than being executed. You can try searching the forums. I don't know if anyone has found a resolution, though.

Also this could be a corrupted/hijacked website. I think the reinsatll is your best bet.

Anyway, this is not something Zenphoto has any control over.