Softaculous


Topic : Zip extraction problem


Posted By: essayturk on February 9, 2012, 9:05 am
This is original a file:
Code
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/


This is after open the file from ftp and save it

Code
<?php/** * The base configurations of the WordPress. * * This file has the following configurations: MySQL settings, Table Prefix, * Secret Keys, WordPress Language, and ABSPATH. You can find more information * by visiting {@link
http://codex.wordpress.org/Editing_wp-config.php Editing * wp-config.php} Codex page. You can get the MySQL settings from your web host. * * This file is used by the wp-config.php creation script during the * installation. You don't have to use the web site, you can just copy this file * to "wp-config.php" and fill in the values. * * @package WordPress */// ** MySQL settings - You can get this info from your web host ** ///**



Posted By: Brijesh on February 9, 2012, 9:47 am | Post: 1
Hi,

Sir this is not a bug.
We remove the \r for the linux servers.
You should use some other editor like notepad++ which considers \n as line endings. Notepad doesn't consider \n as line endings it requires \r\n


Edited by Brijesh : February 9, 2012, 9:48 am

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Posted By: essayturk on February 9, 2012, 10:18 am | Post: 2
I understood, but if I upload files manually I do not face such a problem

Posted By: Brijesh on February 9, 2012, 11:02 am | Post: 3
Hi,

That might be because you must be using an editor which uses \r\n while saving the files.

-----------------------
Webuzo - Multi User Hosting Control Panel
AMPPS - Best WordPress/PHP/MySQL development tool

Powered By AEF 1.0.8 © 2007-2008 Electron Inc.