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 Rating: Thread Rating: 8 votes, 5.00 average. Display Modes
  (#31) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 145
Join Date: May 2007
Location: Denmark
14-08-2007, 12:30 PM

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: 352
Join Date: Feb 2007
Location: Lyon, France
14-08-2007, 06: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
-- Lurking around there --
   
Reply With Quote
  (#33) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 145
Join Date: May 2007
Location: Denmark
15-08-2007, 08: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: 352
Join Date: Feb 2007
Location: Lyon, France
15-08-2007, 09: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
-- Lurking around there --
   
Reply With Quote
  (#35) Old
mopa Offline
Member
 
mopa's Avatar
 
Posts: 145
Join Date: May 2007
Location: Denmark
15-08-2007, 10: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: 145
Join Date: May 2007
Location: Denmark
15-08-2007, 10: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 12:37 PM.
   
Reply With Quote
  (#37) Old
Sheep Offline
Member
 
Sheep's Avatar
 
Posts: 352
Join Date: Feb 2007
Location: Lyon, France
15-08-2007, 01: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
-- Lurking around there --
   
Reply With Quote
  (#38) Old
Hawkwing Offline
Member
 
Posts: 100
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: 100
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
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 Online
Operations Manager
 
Jamie Edwards's Avatar
 
Posts: 5,420
Join Date: Jan 2006
Location: United Kingdom
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)
----------------------------------------------------------------
---
   
Reply With Quote
Reply

Tags
complete, guide, module

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

BB 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.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


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