View Single Post
Old 2010-09-02, 04:18 PM   #15 (permalink)
carlprad
Pip Detective
 
Posts: 129

Default

Quote:
Originally Posted by rsmereka View Post
Carlos,

After you specified the correct time zone, you need to either re-start WampServer (if you know how to do that) or reboot the pc. That should make the time zone correct. The other issue with no databases is the same one that we discussed earlier. The trade path local is still wrong. I just noticed that:
Code:
define('TRADE_PATH_LOCAL', '/wamp/www/mydb');
is wrong. I should have noticed that before. For you, it should be:
Code:
define('TRADE_PATH_LOCAL', '/wamp/www/db/mydb');
Rick
Thanks Rick for the correction. That was a pretty dumb mistake.

I restarted the services with the wampserver and that fixed the datetime error.

However, on re-starting the localhost i still don't see my database. I even tried using c:/wamp/www/db/mydb but it did not work!
carlprad is offline   Reply With Quote