I don't know if my issues are related or not so putting in same post.
Version 4.5.1d (Build 1273)
Apache Ver: Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/5.1.2
PHP Ver: 5.1.2
Server OS: Linux 2.4.9-e.71
Database: MySQL 4.1.9-standard-log
I can't seem to upload documents or import leads to my system.
When I upload documents everything appears normal. But, when I click to view the document I get "Invalid File Reference".
When I try and import either CSV or Tab Separated leads I get:
"File was not uploaded successfully. It may be that the 'upload_max_filesize' setting in your php.ini file is set to a small number"
When I try to add new modules I get the following:
Warning: Your PHP configuration must be changed to allow files of at least 6MB to be uploaded. Please modify the upload_max_filesize value in your php.ini located at: /ftp/usr/lib/php.ini
I have looked around the forum and have tried increase upload sizes memory etc and still get the errors. I have included my php.ini file. Any help would be appreciated. Please let me know if you need any other info.
PS - I can add single contacts.
;;;;;;;;;;;;;;;;;;;
; Resource Limits ;
;;;;;;;;;;;;;;;;;;;
max_execution_time = 30 ; Maximum execution time of each script, in seconds
max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
memory_limit = 300M ; Maximum amount of memory a script may consume (8MB)
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
;upload_tmp_dir =
; Maximum allowed size for uploaded files.
upload_max_filesize = 22MB


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks