| Author |
Message |
Fieriweb
Nuke Soldier


Joined: Oct 25, 2003
Posts: 13
Location: USA-Cleveland
|
Posted:
Tue Mar 16, 2004 4:25 pm |
  |
Hi there !!!
I installed the coppermine module as a new module for my website's gallery. It appears to have some errorrs.
When LOG in at my site as a regular user and try ti click into Gallery link I see the error:
| Quote: |
Template error
Failed to find block 'my_profile'(#(<!-- BEGIN my_profile -->)(.*?)(<!-- END my_profile -->)#s) in :
<table width="100%">
<td width="100%" vaglin="top" background="modules/coppermine/themes/maze/images/top_panel.gif">
<table valign="top" width="90%" height="25" align="center">
<!-- BEGIN album_list -->
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine" title="Go to the album list">Album list</a></td>
<!-- END album_list -->
<!-- BEGIN my_gallery -->
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&cat=10020" title="Go to my personal gallery">My gallery</a></td>
<!-- END my_gallery -->
<!-- BEGIN leave_admin_mode -->
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=switchmode&admin_mode=0&referer=%2Fmodules.php%3Fname%3Dcoppermine" title="Switch to user mode">User mode</a></td>
<!-- END leave_admin_mode -->
<!-- BEGIN upload_pic -->
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=upload" title="Upload a picture into an album">Upload picture</a></td>
<!-- END upload_pic -->
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=thumbnails&album=lastupMETA_LNK">Last uploads</a> </td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=thumbnails&album=lastcomMETA_LNK">Last comments</a></td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=thumbnails&album=topnMETA_LNK">Most viewed</a></td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=thumbnails&album=topratedMETA_LNK">Top rated</a></td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=thumbnails&album=favpics">My Favorites</a></td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=search">Kerko</a></td>
<td class="main_menu" width="8%"><a href="modules.php?name=coppermine&file=help" title="HELP?" class="helplink"><img src="modules/coppermine/images/info.gif" align="middle" alt="HELP" border="0" /></a></td>
</table></td></table>
|
I dont know what to do.. 
I had the other gallery module My_eGallery but I didnt like it and i deactivated.
Please help need it here my friends
Best regards Fieriweb |
|
|
    |
 |
djmaze
Captain


Joined: Nov 29, 2003
Posts: 566
Location: Netherlands
|
Posted:
Tue Mar 16, 2004 6:01 pm |
  |
|
    |
 |
sengsara
Support Staff


Joined: Sep 18, 2003
Posts: 289
Location: Batam, Indonesia (an hour boat ride from Singapore) ;)
|
Posted:
Tue Mar 16, 2004 6:57 pm |
  |
You got a new domain name.
Hurray!  |
_________________ The Answer Get it now.
Batam Web Network Most likely the content of this site is not for you... |
|
     |
 |
djmaze
Captain


Joined: Nov 29, 2003
Posts: 566
Location: Netherlands
|
Posted:
Wed Mar 17, 2004 4:16 am |
  |
|
    |
 |
sengsara
Support Staff


Joined: Sep 18, 2003
Posts: 289
Location: Batam, Indonesia (an hour boat ride from Singapore) ;)
|
Posted:
Wed Mar 17, 2004 5:22 pm |
  |
|
     |
 |
gsicard
Sergeant


Joined: Feb 08, 2003
Posts: 107
Location: Virginia, USA
|
Posted:
Sun Dec 07, 2008 6:30 pm |
  |
Hi Nukecops,
after years of running without issues I now have this same problem on my very large nuke site at http://molosserdogs.com
Nuke 7.6 patch 3.5 done by chatserv
latest bb2nuke
latest sentinel 2.6.0.1
My host just did a mysql "security upgrade" and the next day I notice this issue.
This problem only occurs for users who are not logged in.
| Code: |
Template error
Failed to find block 'my_profile'(#(<!-- BEGIN my_profile -->)(.*?)(<!-- END my_profile -->)#s)and much more..
|
nukephotogallery.com is no longer online so I can't see the solution.
Any assistance would be great. |
_________________ Gary |
|
     |
 |
Hitman
Corporal


Joined: May 27, 2006
Posts: 69
|
Posted:
Sun Dec 07, 2008 11:00 pm |
  |
|
   |
 |
gsicard
Sergeant


Joined: Feb 08, 2003
Posts: 107
Location: Virginia, USA
|
Posted:
Tue Jan 27, 2009 6:44 pm |
  |
Hello nukers,
I started having a nagging problem with my cpg122b on nuke7.6 patched and Sentinel.
My hosting company bluehost.com frequently shuts down my domain because of slow mysql query. The code that shows up in the slow query log is thus
| Code: |
| SELECT COUNT(*) FROM cpg_comments as c INNER JOIN cpg_pictures AS p ON (p.pid = c.pid AND approved='YES') INNER JOIN cpg_albums as a ON (p.aid = a.aid AND visibility IN (0,2,2,26905) AND a.category >= 0) ORDER BY msg_date DESC |
Can someone tell me how to kill this beast. I have looked in /coppermine/includes/functions.inc.php and commented out the db querries around line 600. Is there another place that this query is hiding. |
_________________ Gary |
|
     |
 |
|
|