mainphpGroupWare - Support: sr #100375, Accessing a Microsoft SQL database

 
 

You are not allowed to post comments on this tracker with your current authentication level.

sr #100375: Accessing a Microsoft SQL database

Submitter:  Invalid User ID <#5009>
Submitted:  Mon 04 Feb 2002 02:16:04 PM UTC
   
 
Category:  Question - NOT BUG REPORT Priority:  5 - Normal
Severity:  2 - Minor Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Operating System:  None

Wed 06 Feb 2002 11:33:49 PM UTC, comment #2: 


Or, if you're using the MS client library (e.g. if you're running php on windows) you need to set mssql.textlimit
and/or mssql.textsize in php.ini.

-brad

Bradley Bell <btb>
Wed 06 Feb 2002 11:30:44 PM UTC, comment #1: 


What client library are you using? I had the same problem with FreeTDS, which I fixed by adding "text size=4000"
to freetds.conf.

-brad

Bradley Bell <btb>
Mon 04 Feb 2002 02:16:04 PM UTC, original submission:  


Hello,

I'm trying to setup phpgroupware (.14 RC1) to access a
Microsoft SQL database. I've created the database and
an appropiate user. I edited my header.inc file like
this:

$phpgw_domain['default'] = array (
  'db_host' => '10.10.0.3',
  'db_name' => 'phpgroupware',
  'db_user' => 'phpgroupware',
  'db_pass' => '************',
  'db_type' => 'mssql',
  'config_passwd' => '************'
);

But then all pages goes blank when I access them in my
browser, the login page and the setup page, without
any error messages whatsoever.

Any ideas?


Thanks,
Stefan

Invalid User ID <#5009>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

No changes have been made to this item

Back to the top

Powered by Savane 3.13-d3ae.
Corresponding source code