[Vtigercrm-developers] &view=List results in blank page

Mike van Egmond mvanegmond at egmmedia.nl
Thu May 14 11:50:04 GMT 2015


Hi Guys,

I am having an issue with blank module list screens
(module=XXXXX&view=list).
It doesn't seem to be a permission issues and I am not getting any errors.

Any suggestions/help would be greatly appreciated.

Met vriendelijke groet/Kind regards,

Mike van Egmond
2015-05-14 5:34 GMT+02:00 <vtigercrm-developers-request at lists.vtigercrm.com>
:

> Send vtigercrm-developers mailing list submissions to
>         vtigercrm-developers at lists.vtigercrm.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
> http://lists.vtigercrm.com/cgi-bin/mailman/listinfo/vtigercrm-developers
>
> or, via email, send a message with subject or body 'help' to
>         vtigercrm-developers-request at lists.vtigercrm.com
>
> You can reach the person managing the list at
>         vtigercrm-developers-owner at lists.vtigercrm.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of vtigercrm-developers digest..."
>
>
> Today's Topics:
>
>    1. vtws_query does not return any result. (deamen)
>    2. Re: Charts on the dashboard (Hamono, Chris (DPC))
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 13 May 2015 20:02:08 -0700 (PDT)
> From: deamen <deamen at gmail.com>
> To: vtigercrm-developers at lists.vtigercrm.com
> Subject: [Vtigercrm-developers] vtws_query does not return any result.
> Message-ID: <1431572528520-16230.post at n4.nabble.com>
> Content-Type: text/plain; charset=us-ascii
>
> Hi All,
> I am trying to use vtws_query to inquiry the database but with out any
> success. I am using the following code:
> include_once 'include/Webservices/Utils.php';
> include_once 'include/Webservices/Query.php';
> $current_user = CRMEntity::getInstance('Users');
> $current_user->retrieveCurrentUserInfoFromFile(1);
> try {
>         $q = "SELECT * FROM Leads WHERE lastname LIKE '%NA%'";
>         $q = $q . ';'; // NOTE: Make sure to terminate query with ;
>         $records = vtws_query($q, $current_user);
>         echo "1:";
>         print_r($records);
>
> } catch (WebServiceException $ex) {
>         echo $ex->getMessage();
> }
>
> The $records is always NULL.
> I did some debug, it seems the code was terminated in function
> return_application_language() inside /include/utils/utils.php.
> The procedure is: vtws_query() -> vtws_listtypes() ->
> return_application_language().
> And return_application_language() is calling
> return_app_list_strings_language($language) which is defined in
> /vtlib/Vtiger/Deprecated.php.
>
> Can anyone advise me what did I do wrong?
> Thanks
>
>
>
> --
> View this message in context:
> http://vtiger-crm.2324883.n4.nabble.com/vtws-query-does-not-return-any-result-tp16230.html
> Sent from the vtigercrm-developers mailing list archive at Nabble.com.
>
>
> ------------------------------
>
> Message: 2
> Date: Thu, 14 May 2015 13:04:39 +0930
> From: "Hamono, Chris (DPC)" <Chris.Hamono at sa.gov.au>
> To: "vtigercrm-developers at lists.vtigercrm.com"
>         <vtigercrm-developers at lists.vtigercrm.com>
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
> Message-ID:
>         <
> 6CC78B54517348498CB1E58845C8F3D13620A65842 at EMSCM005.sagemsmrd01.sa.gov.au>
>
> Content-Type: text/plain; charset="utf-8"
>
> It may be that the issue is related to my version of PHP (5.5.12)
>
> According to the requirements for Yetiforce some things must be turned on
> which are no longer available
>
> allow_call_time_pass_reference: on  < == No longer available
> short_open_tag: On < == not a good idea. Short open tags cause issues
>
> Anyway I have spent half a day trying to get it to work. It even changed
> my language to polish so I am giving up.
>
> So getting charts to work on the dashboard would be nice?.
>
>
> From: vtigercrm-developers-bounces at lists.vtigercrm.com [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Hamono,
> Chris (DPC)
> Sent: Thursday, 14 May 2015 12:26 PM
> To: vtigercrm-developers at lists.vtigercrm.com
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
>
> I have two installs on my windows dev box (running latest WAMP)
>
> Vtiger (heavily developed)
> Yetiforce (fresh clean install)
>
> Vtiger is snappy
> Yetiforce doesn?t want to play
>
> Not sure why.
>
> Am about to reboot my system to see if it has caught a cold
>
> Chris
>
> From: vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com> [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com] On Behalf Of Stacey
> Johnson
> Sent: Thursday, 14 May 2015 11:51 AM
> To: vtigercrm-developers at lists.vtigercrm.com<mailto:
> vtigercrm-developers at lists.vtigercrm.com>
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
>
> Dont know Windows but linux works like charm here. old code mess has been
> improved from what I can see and read on git
>
> Stacey
>
> On Thu, May 14, 2015 at 7:53 AM, Hamono, Chris (DPC) <
> Chris.Hamono at sa.gov.au<mailto:Chris.Hamono at sa.gov.au>> wrote:
> Thanks
>
> I have installed yetiforce and tried it on my local windows machine
>
> The first thing that struck me was how slow it is.
>
> Unfortunately it still shares much of the very poor coding that is
> inherent in vtiger.
>
> Chris
>
> From: vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com> [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com>] On Behalf Of Phasaphon
> Kwanrutai
> Sent: Wednesday, 13 May 2015 2:56 PM
> To: vtigercrm-developers at lists.vtigercrm.com<mailto:
> vtigercrm-developers at lists.vtigercrm.com>
>
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
>
> Instead of dreaming of ripping of vtiger online version have a look here:
> https://github.com/YetiForceCompany/YetiForceCRM/blob/master/README.md
> Amazing solutions implemented in OS. Load of functionalities you normally
> have to pay for here (with fear that your data is not really safe as
> suppose to be). No need to beg for few lines of code...go and get it :-)
> Phasap
>
> On Wed, May 13, 2015 at 6:39 AM, Hamono, Chris (DPC) <
> Chris.Hamono at sa.gov.au<mailto:Chris.Hamono at sa.gov.au>> wrote:
> Hmm
>
> Rather than start from scratch wouldn?t it be better if I started from
> whatever was done for the online version?
>
> Chris
>
> From: vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com> [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com>] On Behalf Of Uma S
> Sent: Tuesday, 12 May 2015 3:23 PM
>
> To: vtigercrm-developers
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
>
> Hi,
>
> You can share an patch with us through trac ticket, which will be reviewed
> and integrated for release.
>
> On Tue, May 12, 2015 at 11:09 AM, Hamono, Chris (DPC) <
> Chris.Hamono at sa.gov.au<mailto:Chris.Hamono at sa.gov.au>> wrote:
> Can I help?
>
> Chris
>
> From: vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com> [mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com<mailto:
> vtigercrm-developers-bounces at lists.vtigercrm.com>] On Behalf Of Uma S
> Sent: Tuesday, 12 May 2015 3:00 PM
> To: vtigercrm-developers
> Subject: Re: [Vtigercrm-developers] Charts on the dashboard
>
> Hi,
>
> For now this feature is supported only in vtiger online, will get this
> into open-source soon.
>
> On Tue, May 12, 2015 at 8:22 AM, Hamono, Chris (DPC) <
> Chris.Hamono at sa.gov.au<mailto:Chris.Hamono at sa.gov.au>> wrote:
>
> According to this page we can pin chart reports to the dashboard.
> https://wiki.vtiger.com/vtiger6/index.php/Reports#Charts
>
> I cannot find the paperclip icon in VT6.2
>
> Is this broken or vtiger online only?
>
> Chris
>
> _______________________________________________
> http://www.vtiger.com/
>
>
>
> --
> With
> Best Regards
> Uma.S
> Vtiger Team
>
> _______________________________________________
> http://www.vtiger.com/
>
>
>
> --
> With
> Best Regards
> Uma.S
> Vtiger Team
>
> _______________________________________________
> http://www.vtiger.com/
>
>
> _______________________________________________
> http://www.vtiger.com/
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150514/b529bc0c/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> vtigercrm-developers mailing list
> vtigercrm-developers at lists.vtigercrm.com
> http://lists.vtigercrm.com/cgi-bin/mailman/listinfo/vtigercrm-developers
>
>
> End of vtigercrm-developers Digest, Vol 112, Issue 57
> *****************************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20150514/5f914c38/attachment-0001.html>


More information about the vtigercrm-developers mailing list