wifang / mollify

Automatically exported from code.google.com/p/mollify
0 stars 0 forks source link

Protocol Error #339

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.access mollify
2.
3.

What is the expected output? What do you see instead?
Protocol error

Got malformed JSON response: 
{"result":{"authentication_required":true,"authenticated":false,"features":{"lim
ited_http_methods":false,"file_upload":true,"folder_actions":true,"file_upload_p
rogress":false,"zip_download":true,"change_password":false,"descriptions":true,"
administration":true,"user_groups":true,"public_links":true,"mail_notification":
false,"retrieve_url":true,"folder_protection":false},"plugins":[],"plugin_base_u
rl":"http:\/\/www.onecoder.vacau.com\/mollify\/backend\/plugin\/","version":"1.8
.5.3","revision":1382},"trace":["MySQL DB: 
a4222516_mollify@mysql15.000webhost.com:a4222516_mollify(mollify_) port=3306 
socket=","VERSION: 1.8.5.3 SERVER: {CONTENT_TYPE:text\/plain; charset=utf-8, 
HTTP_REFERER:http:\/\/www.onecoder.vacau.com\/mollify\/, 
HTTP_COOKIE:siteowner=1; MOLLIFY-SESSION=728861d247552e896735d86c6c0b34a6, 
SCRIPT_FILENAME:\/www\/www.onecoder.vacau.com\/mollify\/backend\/r.php, 
SERVER_PROTOCOL:HTTP\/1.1, REQUEST_METHOD:GET, QUERY_STRING:, 
REQUEST_URI:\/mollify\/backend\/r.php\/session\/info\/3\/, 
SCRIPT_NAME:\/mollify\/backend\/r.php, PATH_INFO:\/session\/info\/3\/, 
PATH_TRANSLATED:\/www\/www.onecoder.vacau.com\/session\/info\/3\/, 
PHP_SELF:\/mollify\/backend\/r.php\/session\/info\/3\/, 
REQUEST_TIME:1324832323}","SETTINGS: {enable_zip_download:1, 
enable_change_password:, enable_public_links:1, enable_retrieve_url:1, 
debug:1}","CONFIGURATION PROVIDER (MySQLConfiguration): supported 
features={0:change_password, 1:descriptions, 2:administration, 3:user_groups, 
4:permission_inheritance} auth=1","FEATURES: {limited_http_methods:, 
file_upload:1, folder_actions:1, file_upload_progress:, zip_download:1, 
change_password:, descriptions:1, administration:1, user_groups:1, 
public_links:1, mail_notification:, retrieve_url:1, 
folder_protection:}","FILESYSTEM: allowed_file_upload_types={}","SESSION: 
{}","AUTH: is_authentication_required=1, is_authenticated=","REQUEST: 
method=get, path={0:session, 1:info, 2:3}, ip=118.97.212.179, params={}, 
data=","SERVICE (SessionServices): is_auth_required=","No authenticated session 
active","Requesting session info for protocol version 3","RESPONSE success 
{authentication_required:1, authenticated:, features:{limited_http_methods:, 
file_upload:1, folder_actions:1, file_upload_progress:, zip_download:1, 
change_password:, descriptions:1, administration:1, user_groups:1, 
public_links:1, mail_notification:, retrieve_url:1, folder_protection:}, 
plugins:{}, 
plugin_base_url:http:\/\/www.onecoder.vacau.com\/mollify\/backend\/plugin\/, 
version:1.8.5.3, revision:1382}"]} 

What version of the product are you using? On what operating system?
1.8.5.3

Please provide any additional information below.

This is my Configuration.php :

<?php
    $CONFIGURATION_TYPE="mysql";
    $DB_HOST = "myserver";
    $DB_DATABASE = "mollify";
    $DB_USER = "mollify";
    $DB_PASSWORD = "molmolmol";
    $DB_PORT = "3306";
    //$DB_SOCKET = "/var/lib/mysql/mysql.sock ";
    $DB_TABLE_PREFIX = "mollify_";

 $SETTINGS = array(
                        "enable_change_password" => FALSE ,
                        "enable_zip_download" => TRUE,
                        "enable_public_links" => TRUE,
                        "enable_retrieve_url" => TRUE,
                        "debug" => TRUE,
                );

?>

Original issue reported on code.google.com by fund...@gmail.com on 25 Dec 2011 at 5:02

GoogleCodeExporter commented 9 years ago
See 
http://code.google.com/p/mollify/wiki/Troubleshooting#Error_"Cannot_modify_heade
r_information"_or_"Got

Original comment by samuli.j...@gmail.com on 25 Dec 2011 at 9:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
thanks for your respone. 

I try http://code.google.com/p/mollify/wiki/Troubleshooting#Troubleshooting 
http://yourhost/backend/check.php the script tells that file is OK

I try 
http://code.google.com/p/mollify/wiki/Troubleshooting#Client_side_debugging but 
i can't Download debug client from 
http://code.google.com/p/mollify/downloads/list

I try Download debug client from 
http://code.google.com/p/mollify/downloads/list, i try to convert file 
configuration.php to UTF-8 n upload to my server but i've got error like in the 
top.

so i'll attach the debug log, but i can't find where is debug.webarchive 
location?

Original comment by fund...@gmail.com on 26 Dec 2011 at 4:09

GoogleCodeExporter commented 9 years ago
No need for debug client, and debug.webarchive is not mollify related (wonder 
where that came from).

Send me the configuration.php so I can check it, and see if the script does not 
detect something.

Original comment by samuli.j...@gmail.com on 27 Dec 2011 at 4:24

GoogleCodeExporter commented 9 years ago
Any progress?

Original comment by samuli.j...@gmail.com on 5 Jan 2012 at 8:59

GoogleCodeExporter commented 9 years ago

Original comment by samuli.j...@gmail.com on 14 Jan 2012 at 12:40