• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

Multiple Upload Blank Page

Status
Not open for further replies.

pset

Chevereto Member
Hello,

After multiUpload, i have a blank page :

in source of peafowl.php i have a php Warning :

<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/uppix/***/includes/config.php:1) in <b>/home/uppix/***/content/system/js/peafowl.php</b> on line <b>6</b><br />

The line 6 is : header("Content-type: text/javascript; charset=UTF-8");

Help please.
 
Hmm. I have same problem before, so i deleted some images and it worked again. Not sure if it will help for you.
 
RipperJoe said:

I'm pretty much sure you changed the encoding of the files so some characters have been replaced. Unless you did modification to you chevereto, simply re-upload it, and everything will be fine.

If you made modifications to some chevereto files, re-open these files, and make sure you save them as UTF-8 enconding type.
 
No, I have everything so calmly. There was nothing changed!
In addition, the site does not in Firefox. The demo page but goes??

Damn. : (
 
Ok this:
Code:
<b>Warning</b>:  Cannot modify header information - headers already sent by (output started at /home/uppix/***/includes/config.php:1)

Means that you edit the config file with not a proper editor or that you change the encoding of the file. Such action what it does was create a invisible signature on the top of the file that php doesn't understand. You must always use a code editor to modify the files (Like notepadd++ which is free) and you may not change the file encoding.

To fix this, open config.php and in the coding option of your editor select "Convert to UTF without BOM"
 
Cool. Thank you for your help. Now runs very well and also in Firefox!
So my problem is solved!
Keep it up 🙂
 
Status
Not open for further replies.
Back
Top