Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: error message  (Read 2973 times)

0 Members and 1 Guest are viewing this topic.

zom

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
error message
« on: January 17, 2004, 07:43:47 am »

upgrading from 1.2 rc1 to 1.2 final when calling index.php I have this message error at the top of the page (photos_copper is the name for my coppermine directory)

Warning: Unknown modifier 't' in /home/virtual/site1/fst/var/www/html/photos_copper/index.php on line 69.

The message is on the top of the page but the page appears normal bellow.
This message appears only onthe index page and no on album or thumbails pages.

an idea ?
thanks :?:
Logged
Thanks to everyone

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
error message
« Reply #1 on: January 17, 2004, 11:28:08 am »

upgrade to cpg1.2.1, not 1.2.0final! Always take the most recent stable version - there have been some issues been ironed out (bug fixing) between 1.2.0final and 1.2.1, no additional features.

GauGau

P.S. when requesting help with an installation it's extremely usefull if you post a link... :wink:
Logged

zom

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 83
error message
« Reply #2 on: January 17, 2004, 02:17:32 pm »

thanks gaugau, but it the latest version I use so the 1.2.1
Logged
Thanks to everyone

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
error message
« Reply #3 on: January 18, 2004, 10:44:34 am »

line 69 of index.php should say
Code: [Select]
$subcat['description'] = preg_replace("/<br.*?>[\r\n]*/i", '<br />' . $ident , bb_decode($subcat['description']));The error message
Quote
unknown modifier
says that something's wrong with a regular expression that uses "T" in it. There should be no "T" in line 69, so my suggestion is your files were corrupted or you made a modification that you shouldn't have made. Get a fresh copy of the files and overwrite them (at least index.php).

GauGau
Logged
Pages: [1]   Go Up
 

Page created in 0.028 seconds with 18 queries.