can't upload install file - no upload max in php.ini

(1/1)

alillowr:
I have read a lot of posts similar to the problem that I have and the majority of them say to change the max upload in the php.ini file.

When I try to install with extension manager I get the error with upload message.

My issue is that in the php.ini file there is no max upload value to change, and when I tried to manually enter it in there is no difference, still get the error.


Help

alillowr:
this is whats in my php.ini -


register_globals = off

allow_url_fopen = off

expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="


; Only uncomment zend optimizer lines if your application requires Zend Optimizer support

;[Zend]
;zend_optimizer.optimization_level=15
;zend_extension_manager.optimizer=/usr/local/Zend/lib/Optimizer-3.3.3
;zend_extension_manager.optimizer_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3
;zend_extension=/usr/local/Zend/lib/Optimizer-3.3.3/ZendExtensionManager.so
;zend_extension_ts=/usr/local/Zend/lib/Optimizer_TS-3.3.3/ZendExtensionManager_TS.so


; -- Be very careful to not to disable a function which might be needed!
; -- Uncomment the following lines to increase the security of your PHP site.

;disable_functions = "highlight_file,ini_alter,ini_restore,openlog,passthru,
;            phpinfo, exec, system, dl, fsockopen, set_time_limit,
;                     popen, proc_open, proc_nice,shell_exec,show_source,symlink"




jenkinhill:
Strange host? A full php.ini file looks like this: http://www.reallylinux.com/docs/php.ini  - very different from your short version....

Try using the remote installer component, available on the VirtueMart download page.

alillowr:
Thanks for the help.  Are there any instructions anywhere that show how to use the remote installer?  I didn't see any in the zip file

Navigation

[0] Message Index