Web Apps


PHP for skills

First of all, thanks a lot for your help !! Thanks to you I’m able to do things I would never be able to do. A great pleasure but also many troubles because I use things I don’t understand.
Here is the best result I got : http://www.diavels.org/phpBB3/ryzom.php

I can’t use ryzom_extra and translate functions, it seems something goes wrong with the way I install (I don’t use json because I don’t know how it work).

I put :
- ryzomapi_lite.php → /lib
- ryzom_extra.php -> /lib
- resources -> /lib
- bin -> /lib
- skilltreeclass.php -> src

If I try to put a “require_once dirname(__FILE__) . '/lib/ryzom_extra.php'; I got error message like these :



Fatal error: Uncaught exception 'Exception' with message 'Data file [/Users/Phileur/Documents/phpBB3/lib/resources/sheets-cache/words __skill.serial] not found' in /Users/bertrandserullaz/Documents/phpBB3/lib/ryzom_extra.php:776 Stack trace: #0 /Users/ Phileur /Documents/phpBB3/lib/ryzom_extra.php(454): ryzom_extra_load_dataset('/Users/bertrand...') #1 /Users/ Phileur /Documents/phpBB3/src/skilltree.class.php(100): ryzom_translate('sf.skill', NULL) #2 /Users/ Phileur /Documents/phpBB3/src/skilltree.class.php(87): Skilltree::renderTree(Array, NULL) #3 /Users/ Phileur /Documents/phpBB3/ryzom.php(144): Skilltree::render(Object(SimpleXMLElement), NULL) #4 {main} thrown in /Users/ Phileur /Documents/phpBB3/lib/ryzom_extra.php on line 776

I have tried to understant ryzom_extra_load_dataset but definitly it’s too hard for me…

---

Show topic
Last visit Tuesday, 16 April 23:46:32 UTC
P_:

powered by ryzom-api