• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

Remote upload isn't working, any ideas on how to fix it?

  • Thread starter Thread starter najkiie
  • Start date Start date
N

najkiie

Guest
I can't speak spanish so i'm using google translate to read everything on this forum.

I really like the host, but i just cant figure out how to get the remote uploader to work.. When i paste the link into the remote text field and press Upload it loads and then it says "you must complete part of the form in order to continue". But if i go to the normal upload tab and press on browse and then paste the link into the explorer name bar and upload it then it works.

Link to my image host:
http://blubbz.com/host/

I hope some of you guys can speak english! 🙂

-Nike
 
Thanks for replying 🙂

To be honest, php is just getting me confused.

I created a php file with the code below in it:

Code:
<?php[/b]

[b]// Show all information, defaults to INFO_ALL
phpinfo();[/b]

[b]// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);[/b]

[b]?>


I found the code above on this site:
http://se2.php.net/phpinfo

After i uploaded the file i ran it with firefox. The page was huge, so i just searched for cURL and it gave me this:
screenshot51.png


If i'm not wrong, that means that i have cURL installed?


The weird thing about it is that it works if i enter the image url into the "local" upload textfield... So i'm not sure whats going on here.

-Nike
 
The engine.php is untouched, but i have changed some things in the index file. I'll re-download it and see if i can see any difference in the code. 😛
 
I looked in the index.php file and i found that i hade two remote-upload input fields...

like this:
Code:
        <div id="subir_remota" style="display: none;">
            <h2 id="chooseremota"><?=TXT_REMOTE;?></h2>
            <div class="inputs"><input name="remota" size="60" id="remotaUP" onclick="javascript:document.getElementById('localUP').value = '';"/></div>
        </div>

        <div id="subir_remota" style="display: none;">
            <h2 id="chooseremota"><?=TXT_REMOTE;?></h2>
            <div class="inputs"><input name="remota" size="60" id="remotaUP" onclick="javascript:document.getElementById('localUP').value = '';"/></div>
        </div>

I removed one of them and uploaded the file again, and now its working again 🙂

Thanks a lot for the help 😀

Btw, when an error occurs an error is usually displayed. Is there any way to change the error text? If so, in what file?

Thnx.
-Nike
 
Thank you soo much for your help, i really appreciate it. I forgot to look in the subfolders...

again, thnx. 🙂
 
Back
Top