Upload link missing Upload link missing
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Upload link missing

Started by panhead, March 07, 2006, 08:55:17 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

panhead

I just upgraded from 1.3.5 to 1.4.4, evrything went fine, just one small problem: the upload picture link is not visible. The link is in the $template_sys_menu section and copied from the original theme.php:

<!-- BEGIN upload_pic -->
                       <a href="{UPL_PIC_TGT}" title="{UPL_PIC_TITLE}">{UPL_PIC_LNK}</a> ::
<!-- END upload_pic -->

Link to gallery: http://www.hydra-glide.com/coppermine/index.php

All other link in the menu work fine. What have I done wrong?

Joachim Müller

does the user you have been testing this with actually have upload permissions? If no, the upload link will of course not show.

panhead

Thank you, you were right, I tested as administrator without the right permissions. Problem solved. Thank for the great functionality!