Re: [phpOpenTracker-User] No output

Jean-Christian Imbeault <[email protected]>
Newsgroups gmane.comp.web.phpopentracker.general
Message-ID <[email protected]>
Andreas Henden wrote:
> 
> I checked the error.log file and there was some problem with lock.ini (I
> hadn't renamed the lock.ini.dist to lock.ini)I have fixed that problem,
> but still no output!

Hum ... I just spent three hours with the same problem :) I can
understand how annoying it can be.

Have you checked your database logs for error messages? How about your
web server error logs? Did you edit the config file to log errors? Which
DB are you using?

Try a simple test file to start to test that the class is getting loaded:

<?php
include 'phpOpenTracker.php';
echo "Hello";
?>

and then try to check that the problem is with calling the class:

<?php
include 'phpOpenTracker.php';
phpopentracker::log();
echo "Hello";
?>

Also try to make sure that you can access your DB. Write a test script
to access the phpOpenTracker DB. Then try and select some counts to make
sure you have read access, etc ...

Jc



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.