General > Support

Help asked

(1/2) > >>

smegmb:
Hello,

I have uploaded the files (Mibew/1.6.15) to my website under
public_html/mibew

I put mibew folder and all inside to 777 to make sure there are no restriction.

Here are my parameters in the config.php file (just removed the password)
*/
$mibewroot = "/mibew";

/*
 *  Internal encoding
 */
$mibew_encoding = "utf-8";

/*
 *  MySQL Database parameters
 */
$mysqlhost = "localhost";
$mysqldb = "gqjrzxwt_mibew";
$mysqllogin = "gqjrzxwt_bdn1";
$mysqlpass = "removed";
$mysqlprefix = "";

When I try
http://www.mydomain.com/mibew/install/
I always get error 403.

Can I get help from someone?

Thanks,
Marc.

faf:
What about messages in the error log?

And have you tried to request /mibew/install/index.php ?


--- Quote from: smegmb on March 10, 2015, 07:25:47 PM ---I put mibew folder and all inside to 777 to make sure there are no restriction.

--- End quote ---

Bad idea.

smegmb:
Can't find any error log.

Yes I tried
http://www.mydomain.com/mibew/install/index.php but it doesn't help.

I know 777 is not a good Idea but I tried just in case...

faf:
Sorry, but without any details I'm unable to help you.

smegmb:
Here are more complete details. Please help me as I really want to use this tool. Thanks.

I have downloaded the mibew version 1.6.15. And I have uploaded all the files to my website host server. My website is hosted by a specialized company. My website files are all under ''public_HTML''. So the mibew files are all under ''public_HTML/mibew''.

My computer is linux and I used filezilla to tranfer the files. Once uploaded I have changed the permission of the ''mibew'' folder only to 755 and the ''install'' folder to 644. (No recursion in sub-folders)

Using my CPANEL I have created a database with the help of this webpage
http://www.webdevelopersnotes.com/how-do-i/create-mysql-database-web-site-server.php

I have edited the config.php file under ''mibew/libs'' with my database info. Here is the whole content of the config.php file where I replaced the pw by ''removed''.

<?php
/*
 * This file is a part of Mibew Messenger.
 *
 * Copyright 2005-2015 the original author or authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

/*
 *  Application path on server
 */
$mibewroot = "/mibew";

/*
 *  Internal encoding
 */
$mibew_encoding = "utf-8";

/*
 *  MySQL Database parameters
 */
$mysqlhost = "localhost";
$mysqldb = "gqjrzxwt_mibew";
$mysqllogin = "gqjrzxwt_bdn1";
$mysqlpass = "removed";
$mysqlprefix = "";

$dbencoding = "utf8";
$force_charset_in_connection = true;

/*
 *  Mailbox
 */
$mibew_mailbox = "mibew@yourdomain.com";
$mail_encoding = "utf-8";

/*
 *  Locales
 */
$home_locale = "en"; /* native name will be used in this locale */
$default_locale = "en"; /* if user does not provide known lang */

/*
 * Additional protection using open_basedir
 */
$use_open_basedir_protection = false;

?>

Now, when I open my browser and try
http://www.mydomain.com/mibew/install/
I get
Erreur 403 Error
Is Forbidden

I must be doing something wrong but I don't know what.
Can you help?

Navigation

[0] Message Index

[#] Next page

Go to full version