Welcome Guest, Not a member yet? Register   Sign In
Uploadify and relative references
#1

[eluser]bertcarremans[/eluser]
Hi,

I am using Uploadify on my website and everything works fine on my localhost. However, when using it on a remote server I get HTTP 500 errors when I want to upload images.

After reading the forums of Uploadify I found that Uploadify needs a relative reference to the upload script. In my code I have the following

Code:
... some code here ...
    echo " 'script'         : '" . base_url() . "js/uploadify.php',";
    ... some other code here ...

and my base_url is defined as http://www.example.com/

I tried relative references, but unfortunately this does not work. Does anyone have an idea how to fix this?

Thanks!
#2

[eluser]Herus[/eluser]
I got the same problem here.
#3

[eluser]Unknown[/eluser]
Why do you use http://www.example.com/ on a remote server?
#4

[eluser]Vinz[/eluser]
You don't think it's a memory problem ? Somtimes you can get an error 500 if the memory exceeds

If your hoster allow that, may be try : ini_set("memory_limit","16M");




Theme © iAndrew 2016 - Forum software by © MyBB