Kayako Logo
Developers & Code Interested in customizing your Kayako products? Discuss modifications and develop your own mods with the community.

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  (#31) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 128
Join Date: May 2007
Location: Denmark

eSupport
Owned License
14-08-2007, 11:30 AM

I'd like to get this working as well - But I also only get a black page when clicking the Hello1. ?


Kayako: 3.11.01 | PHP: 5.2.3 | MySQL: 5.0.41 | Windows 2003 Server
   
Reply With Quote
  (#32) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 326
Join Date: Feb 2007
Location: Lyon, France

SupportSuite
Owned License
14-08-2007, 05:47 PM

hmm... at the begining of the hello1 file
add just after <?
PHP Code:
error_reporting(E_ALL); 
let me know what it displays


Antoine "Sheep" BERMON
-- I left kayako's community: do NOT contact me for job offers, thx --
   
Reply With Quote
  (#33) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 128
Join Date: May 2007
Location: Denmark

eSupport
Owned License
15-08-2007, 07:20 AM

still nothing - just a blank white page


Kayako: 3.11.01 | PHP: 5.2.3 | MySQL: 5.0.41 | Windows 2003 Server
   
Reply With Quote
  (#34) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 326
Join Date: Feb 2007
Location: Lyon, France

SupportSuite
Owned License
15-08-2007, 08:59 AM

Lets go hard with it:
try to put error_reporting(E_ALL); in index.php(/staff/index.php) just after the swift include
and also put a :
echo "ok here!";


Antoine "Sheep" BERMON
-- I left kayako's community: do NOT contact me for job offers, thx --
   
Reply With Quote
  (#35) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 128
Join Date: May 2007
Location: Denmark

eSupport
Owned License
15-08-2007, 09:33 AM

ok, maybe Im not the best php-guru
How should it be - like this:

<?error_reporting(E_ALL); php

Because then I only get a blank page?


Kayako: 3.11.01 | PHP: 5.2.3 | MySQL: 5.0.41 | Windows 2003 Server
   
Reply With Quote
  (#36) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 128
Join Date: May 2007
Location: Denmark

eSupport
Owned License
15-08-2007, 09:37 AM

If I do like this:

<?php
error_reporting(E_ALL);
echo "ok here!";


I get the "ok here!" and the login-part of the index.php metioned above.

Even with all the original stuff (by following the guide) I also get an empty page by going directly to the file:
http://mysite.net/modules/helloworld/hello1.php


Kayako: 3.11.01 | PHP: 5.2.3 | MySQL: 5.0.41 | Windows 2003 Server

Last edited by mopa : 15-08-2007 at 11:37 AM.
   
Reply With Quote
  (#37) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 326
Join Date: Feb 2007
Location: Lyon, France

SupportSuite
Owned License
15-08-2007, 12:21 PM

You acess the page like this:
http://mysite.net/staff/index.php?_m...orld&_a=hello1


Quote:
I get the "ok here!" and the login-part of the index.php metioned above.
Log in and try the hello tab.


Antoine "Sheep" BERMON
-- I left kayako's community: do NOT contact me for job offers, thx --
   
Reply With Quote
  (#38) Old
Hawkwing Offline
Member
 
Posts: 98
Join Date: Oct 2005

06-12-2007, 09:58 AM

this is still not working. Has anyone got it working and can point me in the right direction? Blank page in staff...
   
Reply With Quote
  (#39) Old
Hawkwing Offline
Member
 
Posts: 98
Join Date: Oct 2005

06-12-2007, 10:58 AM

I got it working.

changed:
$_MODULES[MODULE_MLS] = dirname(__FILE__)."/../modules/helloworld/helloworld.php";

I changed MLS to HELLOWORLD

Finally I don't get a blank page

Quote:
Originally Posted by Hawkwing View Post
this is still not working. Has anyone got it working and can point me in the right direction? Blank page in staff...
   
Reply With Quote
  (#40) Old
sbargay Offline
New Member
 
Posts: 8
Join Date: Feb 2008

Owned License
Can I add a new module on the if I don't own the product? - 18-02-2008, 05:23 PM

Is it possible for me to add a new module as described if I only lease the product on a hosted solution?

Or should I buy the solution ?

Thanks,
Saar
   
Reply With Quote
  (#41) Old
Jamie Edwards Offline
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 4,306
Join Date: Jan 2006
Location: UK

SupportSuite
Owned License

18-02-2008, 05:36 PM

Hi Saar,

You cannot develop your own modules on the hosted platform; you will need to buy an Owned license to have access to the source code and host it yourself.


Jamie Edwards (jamie.edwards ]at[ kayako.com)
----------------------------------------------------------------
---
  • New to the forum? New user's guide here.
  • Submit bug reports here.
  • Submit support tickets via the members area.
  • Submit sales queries either via live chat or via e-mail.
  • There is no official ETA on Version 4.
   
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0

Kayako provides online help desk software and support solutions; enabling companies to improve their support and reduce costs.

Our three main products include: SupportSuite, eSupport and LiveResponse



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46