Alright, it's fixed. Honestly, I don't know how.
I went through install.php putting the following line before
and after
each line of code until it stopped printing hello: echo
"hello";exit();
I got to the include statement for xarException.php and
before that line
it would print hello, after it would not. So I went to
xarException.php
and started doing the same. I got clear to the bottom and
it never
failed to print hello onscreen. So I removed the line and
tried
install.php and it worked. I tried index.php and it
worked.
I didn't change a thing, it just worked. It was
approximately one hour
after the issue first started occurring, but I still have no
idea why it
occurred or why it fixed.
Brian
Brian Bain wrote:
> I need help.
>
> I have a copy of Xaraya RC-1.0.0-rc3 which I've been
running a site off
> of for quite some time. This morning I did a reboot of
the server and
> suddenly it's not working. Other PHP pages are
working, but when I go
> to my xaraya's index.php I get a download prompt rather
than the page.
> The same holds true with the install.php, ws.php, etc.
>
> Can someone help me trouble shoot?
>
> I've found that the var/cache/templates file isn't
filling and I suspect
> that may be part of the problem.
>
> In the config.system.php I seem to have logging set up
correctly:
> $systemConfiguration['Log.LogLevel'] = 'DEBUG';
> $systemConfiguration['Log.LoggerName'] = 'dummy';
> $systemConfiguration['Log.LoggerArgs'] = array();
>
>
> Yet I don't get any logs in my var/logs directory
either, even though
> I've loosened the permissions on that as well.
>
> Can someone point me in the right direction?
>
> I know it's hard with so little to work off of, I'm
really not sure
> where to begin.
> _______________________________________________
> Xaraya_devel mailing list
> Xaraya_devel xaraya.com
> http:
//xaraya.com/mailman/listinfo/xaraya_devel
>
>
_______________________________________________
Xaraya_devel mailing list
Xaraya_devel xaraya.com
http:
//xaraya.com/mailman/listinfo/xaraya_devel
|