Hello, Matthias
I think we've stirred the giant a bit. I no longer get a blank page
when i put in the code block you suggested, but i now get a big chunk
of error messages:
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify
the declaration of strpos(). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true
in your INI file. However, future versions may not support this any
longer.
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardTemplate.cl
ass on line 145
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify
the declaration of strpos(). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true
in your INI file. However, future versions may not support this any
longer.
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardTemplate.cl
ass on line 155
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify
the declaration of strpos(). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true
in your INI file. However, future versions may not support this any
longer.
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardTemplate.cl
ass on line 268
Warning: Call-time pass-by-reference has been deprecated - argument
passed by value; If you would like to pass it by reference, modify
the declaration of strpos(). If you would like to enable call-time
pass-by-reference, you can set allow_call_time_pass_reference to true
in your INI file. However, future versions may not support this any
longer.
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardTemplate.cl
ass on line 305
Warning: fopen("../MidgardLite/cache/element.70.ROOT", "w") - No such
file or directory
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardEngine.clas
s on line 683
Fatal error: Call to undefined function: token_get_all()
in /home/hypertypemedia.com/public_html/MidgardLite/MidgardTemplate.cl
ass on line 206
--> I haven't actually done anything more. Should I make the change
to the INI file? Is there something relatively easy my hosting
company should be able to tweak at their end?
I was under the impression that Midgard Lite was specifically for
hosted environments. Are there some typical little things one should
ask them to set up first (beyond having Apache and PHP4 installed, i
mean)?
Thanks for all your help so far,
Chris
--- In [EMAIL PROTECTED], Matthias Englert
<[EMAIL PROTECTED]> wrote:
> Hypertype wrote:
>
> > inside my public_html folder i have:
> > index.php
> > INSTALL (.php?)
> > midgard-lite-data.sql
> >
> > and another folder with tons of stuff in it called, MidgardLite.
> > This is as it should be, no?
>
>
> It could be a php error. Enter the following code right before the
> line:
>
> define (MIDGARD_LITE_DIR , dirname(__FILE__).'/MidgardLite');
>
>
> in your index.php file:
>
> error_reporting (E_ALL ^ E_NOTICE);
> ini_set("display_errors","1");
> ini_set("display_startup_errors","1");
> ini_set("html_errors","1");
>
> Report if you get an error message now.
> However, I can allready tell you that it probably will be hard for
> you to run Midgard Lite properly.
>
> Matthias
>
>
> --------------------------------------------------------------------
-
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]