Problem when I changed servers Problem when I changed servers
 

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

Problem when I changed servers

Started by jtaint, December 04, 2007, 02:32:26 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

jtaint

Begining, my webhose locked access to my public albums to push me to a dedicated
server, away from a shared server.
I thought I had a great plan, where i had 2000gb of transfer, and all this other stuff but they said
I was using too many resources on the shared server so I am now on a dedicated
server.

They said they unlocked the album, but I found they had messed with the album permissions too and they were
set to 700 instead of 755, so i really dont know if it is a problem with the permissions, or something
that I need to update after the switch to the new server with new ip address.

SO my problem is that even in admin mode, I cannot upload, or delete photos.
I can delete comments, but not photos.
All uploads have to be admin approved, but even when a user tries to upload, they recieve an error also.

I am assuming that all of these problems are related to the switch to the new server. But I do not know how
to resolve them.

Since I am on a dedicated server, I have access to any and all files that would be associated with anything.

this is the error on upload
QuoteInformation   

0 uploads were successful. 
CONTINUE
 


  Error Report   

The following uploads encountered errors: 
File Uploads: 
File Name/URL Error Message
1. 1http.jpg Impossible to move.

this is the error on trying to delete
QuoteCritical error   

Directory 'albums/userpics/10219/' is not writable, files can't be deleted





Joachim Müller

Then set permissions on the albums folder and everything within it as suggested in the docs.

jtaint

I looked at all the files under albums and includes and they all appear to have the correct
permissions. 755

I did notice that under the includes, there is a file called config.inc.php that has some information from my old server. Could this be a problem of why it is not working ?
I am running two coppermine websites and both are having the same problem.
One was never locked by my host.

jtaint

Quote from: GauGau on December 04, 2007, 07:45:50 AM
Then set permissions on the albums folder and everything within it as suggested in the docs.

I read the docs, some of it is over my head, but that did not help.
any other suggestions as to where I could look to fix this ?

jtaint

the version I am running is
1.4.10 

Is there anything else that I could provided to anyone that would be helpful ?
I have checked album permissions in the CPG admin config. They all appear to be
correct.

Joachim Müller

Quote from: jtaint on December 04, 2007, 07:14:09 PM
the version I am running is
1.4.10 
Then upgrade first - most recent stable release currently is cpg1.4.14, so you're running 4 versions behind. Upgrading is mandatory.

Quote from: jtaint on December 04, 2007, 02:52:12 PM
I looked at all the files under albums and includes and they all appear to have the correct
permissions. 755
Don't just look at them, but apply permissions. Usually, you can't trust the permissions displayed by your FTP app.

jtaint

Quote from: GauGau on December 05, 2007, 08:40:54 AM
Then upgrade first - most recent stable release currently is cpg1.4.14, so you're running 4 versions behind. Upgrading is mandatory.
Don't just look at them, but apply permissions. Usually, you can't trust the permissions displayed by your FTP app.

1. -  Some things I encountered when I completed the upgrade to 1.4.14

2. -  After running update.php, viewing version_check.php Informed me that includes.php and logs.php were not writable, so I changed their permissions to 777 and ran versioncheck again with no errors.

3. -  Was missing completely albums/edit/no_FTP-uploads_into_this_folder!  so I copied that to albums

4. - ran versioncheck.php again and no errors

5. - went to album permissions, and changed it from 755 to 777, went to albums/userpics and albums/uploads and changed permissions from 755 to 777 changed includes/markers from 755 to 777
The only reason I changed to 777 is to show that an acutal change was made.

As it stands right now, I have NO custom themes, nor capacha plugins or mods on this. Everything is fresh from update download. The only files I did not edit were "albums" directory , anycontent.php, and include/config.inc.php

I still cannot upload, nor delete.



jtaint

oh i didnt see that you specifically said 755

When I change back includes.php, logs.php and run version check it goes back to telling me they are not writable, even though I have them on 755 ??


jtaint

This is my debug output after trying to upload

QuoteUSER:
------------------
Array
(
    [ID] => 2a71344a046ac102feaac3af861f7abb
    [am] => 1
    [lang] => english
    [liv] => Array
        (
        )

)

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

        [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] => 10
        [num_URI_upload] => 10
        [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
    (
       
  • => SELECT extension, mime, content, player FROM cpg_filetypes; (0s)
        [1] => select * from cpg_plugins order by priority asc; (0s)
        [2] => delete from `*********_copp1`.cpg_sessions where time<1196878825 and remember=0; (0.001s)
        [3] => delete from `*********_copp1`.cpg_sessions where time<1195672825; (0s)
        [4] => select user_id from `*********_copp1`.cpg_sessions where session_id=md5("bb436f84dbe6a6cf93ef55dbf15cf64a4397e30aea7473604dea9e3bba708204"); (0.001s)
        [5] => select user_id as id, user_password as password from `*********_copp1`.cpg_users where user_id=1 (0s)
        [6] => SELECT u.user_id AS id, u.user_name AS username, u.user_password AS password, u.user_group+100 AS group_id FROM `*********_copp1`.cpg_users AS u INNER JOIN `*********_copp1`.cpg_usergroups AS g ON u.user_group=g.group_id WHERE u.user_id='1' (0s)
        [7] => SELECT user_group_list FROM `*********_copp1`.cpg_users AS u WHERE user_id='1' and user_group_list <> ''; (0s)
        [8] => SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg_usergroups WHERE group_id in (1) (0s)
        [9] => SELECT group_name FROM  cpg_usergroups WHERE group_id= 1 (0s)
        [10] => update `*********_copp1`.cpg_sessions set time='1196882425' where session_id=md5('bb436f84dbe6a6cf93ef55dbf15cf64a4397e30aea7473604dea9e3bba708204'); (0.001s)
        [11] => SELECT user_favpics FROM cpg_favpics WHERE user_id = 1 (0.001s)
        [12] => DELETE FROM cpg_banned WHERE expiry < '2007-12-05 13:20:25' (0.001s)
        [13] => SELECT * FROM cpg_banned WHERE (ip_addr='69.38.80.9' OR ip_addr='69.38.80.9' OR user_id=1) AND brute_force=0 (0s)
        [14] => SELECT aid, title FROM cpg_albums WHERE category < 10000 ORDER BY title (0s)
        [15] => SELECT aid, title FROM cpg_albums WHERE category='10001' ORDER BY title (0s)
        [16] => SELECT COUNT(*) FROM cpg_pictures WHERE approved = 'NO' (0.009s)
    )

    ==========================
    GET :
    ------------------
    Array
    (
    )

    ==========================
    POST :
    ------------------
    Array
    (
        [URI_array] => Array
            (
               
  • =>
                [1] =>
                [2] =>
                [3] =>
                [4] =>
                [5] =>
                [6] =>
                [7] =>
                [8] =>
                [9] =>
            )

        [control] => phase_1
    )

    ==========================
    VERSION INFO :
    ------------------
    PHP version: 4.4.4 - OK
    ------------------
    mySQL version: 4.1.22-standard
    ------------------
    Coppermine version: 1.4.14(stable)
    ==========================
    Module: GD
    ------------------
    GD Version: bundled (2.0.28 compatible)
    FreeType Support: 1
    FreeType Linkage: with freetype
    T1Lib Support:
    GIF Read Support: 1
    GIF Create Support: 1
    JPG Support: 1
    PNG Support: 1
    WBMP Support: 1
    XBM Support: 1
    JIS-mapped Japanese Font Support:

    ==========================
    Module: mysql
    ------------------
    MySQL Supportenabled
    Active Persistent Links 0
    Active Links 1
    Client API version 4.1.22
    MYSQL_MODULE_TYPE external
    MYSQL_SOCKET /var/lib/mysql/mysql.sock
    MYSQL_INCLUDE -I/usr/include/mysql
    MYSQL_LIBS -L/usr/lib -lmysqlclient 
    ==========================
    Module: zlib
    ------------------
    ZLib Support enabled
    Compiled Version 1.2.1.2
    Linked Version 1.2.1.2
    ==========================
    Server restrictions (safe mode)?
    ------------------
    Directive | Local Value | Master Value
    safe_mode | Off | Off
    safe_mode_exec_dir | no value | no value
    safe_mode_gid | Off | Off
    safe_mode_include_dir | no value | no value
    safe_mode_exec_dir | no value | no value
    sql.safe_mode | Off | Off
    disable_functions | dl | dl
    file_uploads | On | On
    include_path | .:/usr/lib/php:/usr/local/lib/php | .:/usr/lib/php:/usr/local/lib/php
    open_basedir | no value | no value
    ==========================
    email
    ------------------
    Directive | Local Value | Master Value
    sendmail_from | no value | no value
    sendmail_path | /usr/sbin/sendmail -t -i | /usr/sbin/sendmail -t -i
    SMTP | localhost | localhost
    smtp_port | 25 | 25
    ==========================
    Size and Time
    ------------------
    Directive | Local Value | Master Value
    max_execution_time | 30 | 30
    max_input_time | 60 | 60
    upload_max_filesize | 10M | 10M
    post_max_size | 8M | 8M
    ==========================
    Page generated in 0.156 seconds - 17 queries in 0.014 seconds - Album set : ; Meta set: ;

jtaint

These are the notices i recieved under the debug window after trying to upload

QuoteNotices
/plugins/captcha/include/init.inc.php
Notice line 24: Undefined variable: CONFIG
/include/functions.inc.php
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
Warning line 2935: cannot yet handle MBCS in html_entity_decode()!
/upload.php
Warning line 1222: move_uploaded_file(./albums/edit/mHTTP_temp_e949ec5f.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied
Warning line 1222: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpqmzWeh' to './albums/edit/mHTTP_temp_e949ec5f.jpg'
Notice line 1971: Undefined variable: escrow_array
Notice line 1973: Undefined variable: URI_failure_array
Notice line 1974: Undefined variable: zip_failure_array

jtaint

oh sorry I said there were no mods, I had captcha installed, I just removed it, I forgot it was a mod. and was standard on CPG now.

Joachim Müller

Quote from: jtaint on December 05, 2007, 05:20:53 PM
1. -  Some things I encountered when I completed the upgrade to 1.4.14
Your upgrade issues should have gone into a separate thread.
Quote from: jtaint on December 05, 2007, 05:27:09 PM
oh i didnt see that you specifically said 755
I haven't.
Quote from: jtaint on December 05, 2007, 08:27:50 PM
This is my debug output after trying to upload
The docs clearly say not to post debug_output unless a supporter explicitely asks for it.
Quote from: jtaint on December 05, 2007, 08:30:03 PMThese are the notices i recieved under the debug window after trying to upload
You're suppossed to leave notices turned off! Again: RTFM!

Stop speed-posting. Stop cluttering the board. You're making supporters reluctant to actually look into your issues.

jtaint


Joachim Müller

For the benefit of others you should have posted what you actually did to solve your issue. Again: very selfish behaviour...

jtaint

On my shared server I was using PHPSuExec, and the dedicated server had mod_php .
I upgraded to PHPSuExec and it works fine.