Hi!
I'm trying to get category list but after running such source code
Quote<?php
include "/home/infgrp/pawelek/public_html/coppermine/cpmfetch/cpmfetch.php";
$objCpm = new cpm("/home/infgrp/pawelek/public_html/coppermine/cpmfetch/cpmfetch_config.php");
$objCpm->cpm_getCategoryList();
$objCpm->cpm_close();
?>
I've got only blank page ( nothing in source code) Is there any solution for this problem?
That's the expected behaviour. You requested a category list but didn't display it.
<?php
include "/home/infgrp/pawelek/public_html/coppermine/cpmfetch/cpmfetch.php";
$objCpm = new cpm("/home/infgrp/pawelek/public_html/coppermine/cpmfetch/cpmfetch_config.php");
$categories = $objCpm->cpm_getCategoryList();
print_r($categories);
$objCpm->cpm_close();
?>
Still doesn't working.....
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270616.html#msg270616
http://forum.coppermine-gallery.net/index.php/topic,35221.msg197845.html#msg197845
CPG 1.4.24
cpmfetch 2.0.0
My gallery ( temporary version ) http://student.agh.edu.pl/~pawelek/coppermine
link to script http://student.agh.edu.pl/~pawelek/coppermine/test.php
Going OT:- You gallery is not displaying correctly in IE8. If you cannot work out the fix please start a new thread on this problem.
EOT - This is beta version, at this time it's working just under firefox
just checked at IE8, working quite fine ( 1 bug to repair)
tested on another instalation in the 1.4.25 version on other server - still doesn't work so it seems to be more serious problem