This topic is locked

Uploaded everything - Now what?

5/16/2007 2:55:07 PM
PHPRunner General questions
author

I am really embarrassed to post this after reading what others have written - most of which goes right over my head.
I uploaded everything to my website. I felt like I had done things correctly but
I tried to access the db files by putting the path to the "login.php" file. I also tried the "inidex.php" file. In both cases I received the dreaded 500 or 505 or whatever it is. Then I tried the demo site and got this error message but I don't know what it means - something about expecting a comma or semi colon at line 24 /incluce/events.php.
I do not know db or php [which is a huge compliment to the creators of this program that I even got to where I am now].
So I don't know where to start to figure out what is wrong. Am I trying to start off with the wrong page?
What page should I start with?

500401 5/16/2007

I am testing a product called Zend Studio for php. It occurred to me to try the debugger. This is the message I received when it ran on the login page:
Debug Warning: C:\Program Files\PHPRunner4.0\projects\pedigree\output\libs\Smarty.class.php line 5 - include() [<a href='function.include'>function.include</a>]: Failed opening 'libs/Smarty.class5.php' for inclusion (include_path='C:\Program Files\Zend\ZendStudio-5.5.0\bin\ZendFramework\library')

Debug Error: C:\Program Files\PHPRunner4.0\projects\pedigree\output\login.php line 18 - Class 'Smarty' not found

Debug session ended.
Thanks for any help anyone can give me.

Sergey Kornilov admin 5/16/2007

forTheDogs,

  1. start by posting the URL of login.php and exact error message.
  2. Post URL of your Demo Account here
  3. If you have an error in events.php that means you writing some events and having syntax error.

    I would suggest to drop all events and rebuild your project. Get the working project first and add new functionality step by step.