album with no name album with no name
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

album with no name

Started by NoOz, November 11, 2004, 04:10:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

NoOz

hi all,

I'm running CPG 1.2 under e107'cms. My probleme is that when I create an album and apply the modifications the album is finally without name (set to '')

My setting are

================
Server
Apache
(host: aaf.netasso.net)

PHP Version
4.3.9

mySQL
3.23.58-log
================

I debug that:

================
USER:

Array
(
    [ID] => e82ae4a433a62b85662d07843514264d
    [am] => 1
    [lang] => english
    [liv] => Array
        (
        )

)

USER_DATA :

Array
(
    [user_name] => aaf
    [mgroup] => 1
   
  • => 1
        [group_id] => 1
        [1] => Administrators
        [group_name] => Administrators
        [2] => 0
        [group_quota] => 0
        [3] => 1
        [has_admin_access] => 1
        [4] => 1
        [can_rate_pictures] => 1
        [5] => 1
        [can_send_ecards] => 1
        [6] => 1
        [can_post_comments] => 1
        [7] => 1
        [can_upload_pictures] => 1
        [8] => 1
        [can_create_albums] => 1
        [9] => 0
        [pub_upl_need_approval] => 0
        [10] => 0
        [priv_upl_need_approval] => 0
    )

    GET :

    Array
    (
        [what] => albmgr
    )

    POST :

    Array
    (
        [delete_album] =>
        [sort_order] =>
        [cat] => 0
        [to] => Array
            (
               
  • => album_no=0,album_nm=\'Strasbourg\',album_sort=1,action=1
            )

        [album_nm] => Strasbourg
    )
    ================

    Notice that when I want to consulte this '' album, ie crash...

    If someone could help ;)
    Stéphane

Joachim Müller

we don't know the e107 port, we have no idea how it works. It is a user contribution, you should ask for help on the e107 boards or contact the author of the port.

Joachim