Call From eZ to my own php page, isn't working ...

Author Message

Natalia Lillo

Wednesday 26 October 2005 11:47:30 am

Hi!

My problem is this:
I have a php page created for me, which connect to oracle, to other server and retrieves data....Now, I create a link with adminstration interface from where I call this page but isn't working..

Someone knows what happend with this? or How I can make it?...

Cheers.
Natalia

Marko Žmak

Wednesday 26 October 2005 1:29:14 pm

What link exatly? And where is the page in which did you put your link? Inside eZ installation r somewhere else?

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Natalia Lillo

Wednesday 26 October 2005 1:54:27 pm

Hi Marko.....

Look...
I put the link into the page pagelayout.tpl... of that way..

<div id="path"><a href="../PrimasVehiculos/primas_vehiculos.php">Primas Vehiculos</a> </div>

Now,this page primas_vehiculos.php it's localized in design/base/, here I create to folder manually called "PrimasVehiculos", and I can't to make that works
Appears this error Kernel(20)
Module not found

You can help me???.

Cheers

Natalia

Marko Žmak

Thursday 27 October 2005 1:02:21 pm

In eZ installation every page is called through index.php, that's the way eZ works. So when you call your link index.php is executed instead of your PHP script end it gives you Module not found error. If you want't to call a PHP script you have to put it somewhere outside your eZ installation.

I think there also exsists a user contrinution somwehere on eZ site that allows you to call php scripts. Check it out in the Contrib section of ez.no.

--
Nothing is impossible. Not if you can imagine it!

Hubert Farnsworth

Łukasz Serwatka

Thursday 27 October 2005 2:19:57 pm

More elegant will be move code from primas_vehiculos.php to custom eZ publish module. This is also php script but code is executed every time when you accessing www.example.com/mymodule/view. You can connect to external database (Oracle in your case) using PHP functions, results you can present using eZ publish template language for example:

More about writing custom eZ publish modules you can read here:

http://ez.no/products/ez_publish_cms/documentation/development/extensions/module/hello_world

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Natalia Lillo

Friday 28 October 2005 7:24:18 am

Thanks boys...

I will follow your advices...

Cheers...

Natalia

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 19 2025 13:53:48
Script start
Timing: Jan 19 2025 13:53:48
Module start 'layout'
Timing: Jan 19 2025 13:53:48
Module start 'content'
Timing: Jan 19 2025 13:53:49
Module end 'content'
Timing: Jan 19 2025 13:53:49
Script end

Main resources:

Total runtime0.7982 sec
Peak memory usage4,096.0000 KB
Database Queries68

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0042 589.2813152.6406
Module start 'layout' 0.00420.0032 741.921939.4766
Module start 'content' 0.00740.7890 781.3984619.9844
Module end 'content' 0.79630.0018 1,401.382816.1250
Script end 0.7981  1,417.5078 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00310.3876160.0002
Check MTime0.00130.1586160.0001
Mysql Total
Database connection0.00050.060610.0005
Mysqli_queries0.723190.5953680.0106
Looping result0.00070.0897660.0000
Template Total0.768096.220.3840
Template load0.00180.222520.0009
Template processing0.766295.991020.3831
Template load and register function0.00020.026610.0002
states
state_id_array0.00080.103110.0008
state_identifier_array0.00060.070420.0003
Override
Cache load0.00150.1878380.0000
Sytem overhead
Fetch class attribute can translate value0.00090.114630.0003
Fetch class attribute name0.00140.175580.0002
XML
Image XML parsing0.01011.259230.0034
class_abstraction
Instantiating content class attribute0.00000.002390.0000
General
dbfile0.01331.6643260.0005
String conversion0.00000.000940.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
6content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
11content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
5content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
3content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 27
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs