This topic is locked

dbcommon.php/clients_list.htm/clients_search will not upload

8/6/2008 6:38:47 PM
PHPRunner General questions
R
ronnyd8719 author

My site is working fine, but I made changes to my list page and the files (include/dbcommon.php) (templates/Clients_list.htm) (templates/clients_search) will not upload. It tells me there is a network error. It gives the error then trys to log on to the network again then a window pop up to cancel, retry, or continue. Does anyone know the problem I am having. I have reset all pages and relogged in to the server and it will not upload the files. The site is working right I just can't change it due to the files not uploading.

Thanks

R
ronnyd8719 author 8/6/2008

This may help if I give you the main log file. This is the include/dbcommon without my login info.
<?php
if(@$_SERVER["REQUEST_URI"])

{

$pinfo=pathinfo($_SERVER["REQUEST_URI"]);

$dirname = @$pinfo["dirname"];

$dir = split("/",$dirname);

$dirname="";

foreach($dir as $subdir)

{

if($subdir!="")

$dirname.="/".rawurlencode($subdir);

}

if($dirname!="")

{

// @session_set_cookie_params(0,$dirname);

}

}

@session_cache_limiter("none");

@session_start();
error_reporting(E_ALL ^ E_NOTICE);
$host="localhost";

$user="my user name";

$pwd="my password";

$port="";

$sys_dbname="db name";
$cCharset = "Windows-1252";
header("Content-type: text/html; charset=".$cCharset);
$dDebug=false;

$dSQL="";
$tables_data=array();
include("locale.php");

include("events.php");

include("commonfunctions.php");

include("dbconnection.php");
define("FORMAT_NONE","");

define("FORMAT_DATE_SHORT","Short Date");

define("FORMAT_DATE_LONG","Long Date");

define("FORMAT_DATE_TIME","Datetime");

define("FORMAT_TIME","Time");

define("FORMAT_CURRENCY","Currency");

define("FORMAT_PERCENT","Percent");

define("FORMAT_HYPERLINK","Hyperlink");

define("FORMAT_EMAILHYPERLINK","Email Hyperlink");

define("FORMAT_FILE_IMAGE","File-based Image");

define("FORMAT_DATABASE_IMAGE","Database Image");

define("FORMAT_DATABASE_FILE","Database File");

define("FORMAT_FILE","Document Download");

define("FORMAT_LOOKUP_WIZARD","Lookup wizard");

define("FORMAT_PHONE_NUMBER","Phone Number");

define("FORMAT_NUMBER","Number");

define("FORMAT_HTML","HTML");

define("FORMAT_CHECKBOX","Checkbox");

define("FORMAT_CUSTOM","Custom");
define("EDIT_FORMAT_NONE","");

define("EDIT_FORMAT_TEXT_FIELD","Text field");

define("EDIT_FORMAT_TEXT_AREA","Text area");

define("EDIT_FORMAT_PASSWORD","Password");

define("EDIT_FORMAT_DATE","Date");

define("EDIT_FORMAT_TIME","Time");

define("EDIT_FORMAT_RADIO","Radio button");

define("EDIT_FORMAT_CHECKBOX","Checkbox");

define("EDIT_FORMAT_DATABASE_IMAGE","Database image");

define("EDIT_FORMAT_DATABASE_FILE","Database file");

define("EDIT_FORMAT_FILE","Document upload");

define("EDIT_FORMAT_LOOKUP_WIZARD","Lookup wizard");

define("EDIT_FORMAT_HIDDEN","Hidden field");

define("EDIT_FORMAT_READONLY","Readonly");
define("EDIT_DATE_SIMPLE",0);

define("EDIT_DATE_SIMPLE_DP",11);

define("EDIT_DATE_DD",12);

define("EDIT_DATE_DD_DP",13);
define("MODE_ADD",0);

define("MODE_EDIT",1);

define("MODE_SEARCH",2);

define("MODE_LIST",3);

define("MODE_PRINT",4);

define("MODE_VIEW",5);

define("MODE_INLINE_ADD",6);

define("MODE_INLINE_EDIT",7);

define("MODE_EXPORT",8);
define("LOGIN_HARDCODED",0);

define("LOGIN_TABLE",1);
define("ADVSECURITY_ALL",0);

define("ADVSECURITY_VIEW_OWN",1);

define("ADVSECURITY_EDIT_OWN",2);

define("ADVSECURITY_NONE",3);
define("ACCESS_LEVEL_ADMIN","Admin");

define("ACCESS_LEVEL_ADMINGROUP","AdminGroup");

define("ACCESS_LEVEL_USER","User");

define("ACCESS_LEVEL_GUEST","Guest");
define("DATABASE_MySQL","0");

define("DATABASE_Oracle","1");

define("DATABASE_MSSQLServer","2");

define("DATABASE_Access","3");

define("DATABASE_PostgreSQL","4");
define("ADD_SIMPLE","0");

define("ADD_INLINE","1");

define("ADD_ONTHEFLY","2");
$strLeftWrapper="`";

$strRightWrapper="`";
$cLoginTable = "";

$cUserNameField = "";

$cPasswordField = "";

$cUserGroupField = "";

$cEmailField = "";
$cFrom = "";

if($cFrom)

ini_set("sendmail_from",$cFrom);
set_error_handler("error_handler");
$useAJAX = true;

$suggestAllContent = true;
?>

J
Jane 8/7/2008

Hi,
please send screenshot with your error to support@xlinesoft.com.