vtiger.com - Home of vtiger CRM
  Home Products Downloads Support Buy Support Partners Company  Community Forums Blogs   Jobs Board  
Call Us: +1 408 716 8592
Main Page | About | Help | FAQ | Special pages | Log in

Printable version | Disclaimers | Privacy policy

Refer Error Messages -Solutions

From vtiger.com

Multi Language Support Back to Home Homepage

[edit] Warning: mysql_pconnect() [function.mysql-pconnect]: Can't connect to MySQL server on 'trek' (10061)

in C:\ProgramFiles\vtigercrm5\apache\htdocs\vtigerCRM\adodb\drivers\adodb-mysql.inc.php on line 373

Line 373 says the following:

$this->_connectionID = mysql_pconnect($argHostname,$argUsername,$argPassword,$this->clientFlags);

Ans: Error corrected - The install was Win XP Pro. MySQL was already installed prior to the vtiger install. I followed the vtiger install script and discovered vtiger defaulted to port # 3607 instead of the default MySQL port of #3606. Changing this corrected the issue. I

[edit] Javascript error: search forms not displaying in IE

     Open the file include/js/dtlviewajax.js

Ans: Edit the line arround line No : 319

change

const DETAILVIEW_WORDWRAP_WIDTH = "70"; // must match value in DetailViewUI.tpl.

to

var DETAILVIEW_WORDWRAP_WIDTH = "70"; // must match value in DetailViewUI.tpl.


The changeset can be found out from the following url http://vtiger.fosslabs.com/cgi-bin/trac.cgi/changeset/9803


Q: In the Quotes module, when I select "Account" and chose an entry from the Account Popup, it works sometimes, other times not, depending which record I select!

The records are all displayed OK and there are no funny characters in the data.

I get the infamous Object Not Found error:

Work around: The issue is because of some data is imported from Outlook, which in some records had embedded Carriage Returns. During normal usage (editing records, printing, etc.) this does not affect vtiger.

However, because of the way the Popup.html return value works (it includes the address in the return value), the HTML parser gets confused by the line breaks in the code. Therefore the return URL is invalid and you get an "Object Not Found" error message.

Work around:Clean up the data before importing into vtiger CRM.

In the long term, Import utility will be enhanced further.

Q:Hacking Attempt Error Solution: The message "Hacking attempt" will be displayed in the browser when the module or action value is missed. In import we will redirect the page sometimes based on the records available in the csv file (more than 500 records), where as in some cases the module value is missed. This module value will be used when we click on Finished or Import More or Undo last import buttons. Q: Warning: Call-time pass-by-reference has been deprecated

Solution:http://forums.vtiger.com/viewtopic.php?p=35412#35412

Q:Export to Excel problem, Error = Fatal error: Maximum execution time of 10 seconds exceeded in /public_html/vtigercrm/include/utils/utils.php on line 359 Solution:Sounds like a problem with your PHP settings (in /etc/php.ini) - there's a parameter which allows you to customize how long scripts can execute - This what mine's set to (# of seconds) max_execution_time = 300

Q:Warning: mysql_pconnect() [function.mysql-pconnect]: Can't connect to MySQL server on 'ZEUS' (10061) in C:\Program Files\vtigercrm5\apache\htdocs\vtigerCRM\adodb\drivers\adodb-mysql.inc.php on line 373 Query Failed:SELECT * from vtiger_tracker inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_tracker.item_id WHERE user_id='4' and vtiger_crmentity.deleted=0 ORDER BY id DESC::ADODB error Query Failed:SELECT * from vtiger_tracker inner join vtiger_crmentity on vtiger_crmentity.crmid=vtiger_tracker.item_id WHERE user_id='4' and vtiger_crmentity.deleted=0 ORDER BY id DESC::->Can't connect to MySQL server on 'ZEUS' (10061)

You might check also that mysql is running as a service instead of an application on the server.

The error says basically "Can't find the data on the server, nothing to connect to". copying from C:\Program Files\vtigercrm5\php\php.ini to C:\Program Files\vtigercrm5\apache\bin\ (forum user)


===After installation I got this:

Warning: retrievecurrentuserinfofromfile(user_privileges/user_privileges_3.php): failed to open stream: No such file or directory in /var/www/crm.x.com/html/modules/Users/Users.php on line 598 ===

Solution:: solved the problem removing the domain cookies. Bold text

Retrieved from "http://wiki.vtiger.com/index.php/Refer_Error_Messages_-Solutions"

This page has been accessed 2,704 times. This page was last modified 13:03, 18 January 2007.


Find
Browse

Main Page

Community Portal

News & Events

Recent Changes
Edit

Edit this page
Editing help

This page

Discuss this page
Post a comment
Printable version

Context

Page history
What links here
Related changes
My pages

Log in / create account
Special Pages

New pages
File list
Statistics
Bug reports
More...