• 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

Chevereto 2.5.x Browser Plugin Generator (FireFox/Chrome - Supported!)

Warning: fwrite(): supplied argument is not a valid stream resource in /home/cheveret/public_html/firefox.php on line 108

Warning: fclose(): supplied argument is not a valid stream resource in /home/cheveret/public_html/firefox.php on line 110

getting this error when i try to make the plugin
 
Would be nice if uploaded pictures went to user accounts (the paid add-on)

EDIT: It works but you forgot to tell people to add code into api.php. I had to add this at the top


Code:
<?php
if (array_key_exists('sID', $_REQUEST)) session_id($_REQUEST['sID']);
session_start();
include(__CHV_ROOT_DIR__."includes/m_config.php");
include(__CHV_ROOT_DIR__."includes/m_funcs.php");
include(__CHV_ROOT_DIR__."includes/config.php");
?>
 
glumbo said:
Would be nice if uploaded pictures went to user accounts (the paid add-on)

EDIT: It works but you forgot to tell people to add code into api.php. I had to add this at the top


Code:
<?php
if (array_key_exists('sID', $_REQUEST)) session_id($_REQUEST['sID']);
session_start();
include(__CHV_ROOT_DIR__."includes/m_config.php");
include(__CHV_ROOT_DIR__."includes/m_funcs.php");
include(__CHV_ROOT_DIR__."includes/config.php");
?>

This was made not for the "Paid Add-On", but few have confirmed to have worked just fine without doing any editing and if so they could be the code for the add-on itself which any case I didn't have to add any code as these modifications are done with the add-on and not my plugin.
 
glumbo, can you say me exacly where did you put that

Code:
<?php
if (array_key_exists('sID', $_REQUEST)) session_id($_REQUEST['sID']);
session_start();
include(__CHV_ROOT_DIR__."includes/m_config.php");
include(__CHV_ROOT_DIR__."includes/m_funcs.php");
include(__CHV_ROOT_DIR__."includes/config.php");
?>
 
I just get a white page when I trie to upload through the chrome addon. The images are being uploaded but no links are provided..any solutions?

The firefox addon does'nt work at all, nothing happens when I rightklick and choose to upload it. 🙁
 
feral said:
I just get a white page when I trie to upload through the chrome addon. The images are being uploaded but no links are provided..any solutions?

The firefox addon does'nt work at all, nothing happens when I rightklick and choose to upload it. 🙁

Must have set it up incorrectly, try the ones on my site - they work fine. If you need help setting it up i don't mind helping.
 
wowbufer said:
glumbo, can you say me exacly where did you put that

Code:
<?php
if (array_key_exists('sID', $_REQUEST)) session_id($_REQUEST['sID']);
session_start();
include(__CHV_ROOT_DIR__."includes/m_config.php");
include(__CHV_ROOT_DIR__."includes/m_funcs.php");
include(__CHV_ROOT_DIR__."includes/config.php");
?>

At the very top
 
I am getting error code after trying to upload using the plugin:

{"status_code":403,"status_txt":"empty source"}

How do I fix this? I am using Firefox 9 to test.

API is set public
 
Ok. This does not work with firefox, I installed the plugin and when I click to upload it nothing happens. I left the version between 4 and 5 and between 4 and 10 and nothing!
 
Works fine, try using a short name with no characters.

Hebergpics

Make sure you set the correct api key as it's in the config.php file.
 
I plan to add some filter options, soon once I add Safari and Opera Support.

but nobody has made a plugin to do an add-on (Safari, one I could do) but Opera code is similar to Google Chrome, which I need to look into. (Looking for a 'working' Chervereto Version'...
 
I get

"Forbidden
You don't have permission to access /api on this server" Solutions?
I tested uploading my logo from the same site, that was no problem.
But once i try to upload from external sites, I get that error.

I have changed api_mode to public...
 
sheepkid said:
I get

"Forbidden
You don't have permission to access /api on this server" Solutions?
I tested uploading my logo from the same site, that was no problem.
But once i try to upload from external sites, I get that error.

I have changed api_mode to public...

yeah i get that too :S
 
wowbufer said:
sheepkid said:
I get

"Forbidden
You don't have permission to access /api on this server" Solutions?
I tested uploading my logo from the same site, that was no problem.
But once i try to upload from external sites, I get that error.

I have changed api_mode to public...

yeah i get that too :S
Which host do you have wowbufer?
Let me know if you find a solution please :/

If anyone out there have the slightest idea of what may be wrong, I will be greatful 🙂
I have tried to change filepermissions etc, but that doesnt seem to be the problem, perhaps its something to do with the host?
 
Back
Top