CpmFetch 1.9.5 - Undefined offset error during install CpmFetch 1.9.5 - Undefined offset error during install
 

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

Main Menu

CpmFetch 1.9.5 - Undefined offset error during install

Started by aravot, January 04, 2007, 07:03:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

aravot

Database Version: 4.1.14-Debian_5-log
PHP Version: 5.1.2
Web Server: Apache/1.3.37

Coppermine 1.4.10 http://www.armenianrugby.org/cpg1410
CpmFetch 1.9.5 dev http://www.armenianrugby.org/cpg1410/cpmfetch/install.php

Directory structure:
domain.com (domain.com/cpg/cpgfetch)
      |_cpg
           |_cpmfetch

Coppermine is installed and functioning properly, uploaded CpmFtech 1.9.5 ran install.php got following error.

QuoteNotice: Undefined offset: 0 in /home/domain.com/cpg1410/cpmfetch/cpmfetch_dao.php on line 903

Warning: array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /home/domain.com/cpg1410/cpmfetch/cpmfetch_dao.php on line 903

On the same domain CpmFetch 1.6.4 works OK http://www.armenianrugby.org/cpg1410/cpmfetch6/cftest.php

Thanks.


vuud

Quote from: aravot on January 04, 2007, 07:03:03 PM
Database Version: 4.1.14-Debian_5-log
PHP Version: 5.1.2
Web Server: Apache/1.3.37

Coppermine 1.4.10 http://www.armenianrugby.org/cpg1410
CpmFetch 1.9.5 dev http://www.armenianrugby.org/cpg1410/cpmfetch/install.php

Directory structure:
domain.com (domain.com/cpg/cpgfetch)
      |_cpg
           |_cpmfetch

Coppermine is installed and functioning properly, uploaded CpmFtech 1.9.5 ran install.php got following error.

On the same domain CpmFetch 1.6.4 works OK http://www.armenianrugby.org/cpg1410/cpmfetch6/cftest.php

Thanks.


1.9.6 is out and may resolve this - but I thought we took care of this

http://cpmfetch.fistfullofcode.com/projects/copperminefetch/downloads.php

Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco

aravot

Quote from: vuud on January 07, 2007, 07:47:51 AM
1.9.6 is out and may resolve this - but I thought we took care of this

1.9.6 fixed my issue (is this version compatible with SMF bridge)

vuud

Quote from: aravot on January 07, 2007, 09:09:31 AM
1.9.6 fixed my issue (is this version compatible with SMF bridge)

Open the config file (cpmfetch_config.php) and near the top change:

//  $cfg['cfBridgedTo'] = 'false';

to

$cfg['cfBridgedTo'] = 'smf';


The SMF specific code is not in, but anything beside false will use the generic bridging code (user data not available to titles and stuff).

Otherwise should work fine.

The bridge will be called smf when I put that in...


Please post for help to the forum... PM me only if you are sending security related items (passwords, security problems, etc).

cpmFetch - Images, RSS feeds from CPG from outside CPG
New release notification signup also. 
See http://cpmfetch.fistfullofco