forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: adzempire on March 26, 2007, 04:59:05 am

Title: 404 Errors and Wrong Links
Post by: adzempire on March 26, 2007, 04:59:05 am
My Coppermine gallery was working well, but today something happened. Wherever I click, for example to view the thumbnails page, it gives me a 404 error. I investigated the problem and saw that it was linking to wierd links. For example http://screenshots.avatarrp.info/thumbnails-13.html. That's not supposed to happen. In my other Coppermine gallery it links to a php page with parameters. Here is a bunch of debug info and the site is http://screenshots.avatarrp.info if you wanna take a look.

USER:
------------------
Array
(
    [ID] => f96bf2bbda64065229810224320368f7
    [am] => 1
    [lang] => english
    [liv] => Array
        (
            [search] => Array
        (
            [search] => appa
            [album] => search
            [newer_than] =>
            [older_than] =>
            [keywords] => on
            [type] => AND
            [params] => Array
                (
                    [keywords] => on
                )

        )

)

==========================
USER DATA:
------------------
Array
(
    [user_id] => 1
    [user_name] => adz
    [groups] => Array
        (
           
        )

    [disk_max] => 0
    [disk_min] => 0
    [can_rate_pictures] => 1
    [can_send_ecards] => 1
    [ufc_max] => 3
    [ufc_min] => 3
    [custom_user_upload] => 0
    [num_file_upload] => 5
    [num_URI_upload] => 3
    [can_post_comments] => 1
    [can_upload_pictures] => 1
    [can_create_albums] => 1
    [has_admin_access] => 1
    [pub_upl_need_approval] => 0
    [priv_upl_need_approval] => 0
    [group_name] => Administrators
    [upload_form_config] => 3
    [group_quota] => 0
    [can_see_all_albums] => 1
    [group_id] => 1
)

==========================
Queries:
------------------
Array
(
   
Title: Re: 404 Errors and Wrong Links
Post by: adzempire on March 26, 2007, 05:00:12 am
Also I tried reseting the Options to factory settings but it still won't work.
Title: Re: 404 Errors and Wrong Links
Post by: Joachim Müller on March 26, 2007, 07:52:37 am
Turn the experimental SEF_URLs plugin off (using the plugin manager) and clear possible leftover .htaccess files in coppermine's root folder if the SEF_URL doesn't work for you.
Title: Re: 404 Errors and Wrong Links
Post by: adzempire on March 26, 2007, 02:13:22 pm
Turn the experimental SEF_URLs plugin off (using the plugin manager) and clear possible leftover .htaccess files in coppermine's root folder if the SEF_URL doesn't work for you.

Thank you SOO much GauGau! It works now!