Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorneon
    • CommentTimeSep 26th 2007
     permalink
    sorry about the catagory, i didnt know what it should come under, im new to the site and dont know if you guys can help with php coding, and it wanst obvious on the list so yeah...sorry

    anyways im tyring to use coppermine on my site and i used the ftp method to upload pics to the sevrer so i can put them into a filmstrip, but now i have them uploaded, i cant put them into coppermine becaus ei get this error

    function array_csort() {
    $args = func_get_args();
    $marray = array_shift($args);

    $msortline = "return(array_multisort(";
    foreach ($args as $arg) {
    $i++;
    if (is_string($arg)) {
    foreach ($marray as $row) {
    $sortarr[$i][] = $row[$arg];
    }
    } else {
    $sortarr[$i] = $arg;

    and i dont speak a word of php to my name, so i was hoping someone could help me?
  1.  permalink

    The problem, for me, might be that even though I think I know my way around PHP, I haven't the slightest clue as to what Coppermine is attempting to do with that function. Also, providing the actual error message might help to point us in the right direction.

    • CommentAuthorneon
    • CommentTimeSep 26th 2007
     permalink
    oh sorry, of course, that never occurd to me!

    the error message is:

    Fatal error: SUHOSIN - Use of eval is forbidden by configuration in /home/neon/public_html/coppermine/include/functions.inc.php(2695) : eval()'d code on line 2695

    hope this helps
  2.  permalink

    So, it seems that your host doesn't allow eval in PHP. You could try to contact them and ask for a less restricted service. They might require a service upgrade on your part, but that's not always the case.

Add your comments
    Username Password
  • Format comments as (Help)