Author Topic: Moved servers  (Read 4068 times)

0 Members and 1 Guest are viewing this topic.

Offline uksoreeyes

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.myleeneklass.com
Moved servers
« on: April 15, 2003, 07:55:08 PM »
Hi there I have just reinstalled my server to make it nice and fast again, the problem is now I am getting an error. I put everything back in the same place it was previous, the database was backed up then reinstalled and all the files seem to be in the correct place. When I connect to my main index.php I get this error.


Quote
Warning: Failed opening './includes/db_.php' for inclusion (include_path='c:\php4\pear') in d:\program files\instantservers\miniportal\apache\www\myleeneklass\htdocs\global.php on line 119

Fatal error: Cannot instantiate non-existent class: db in d:\program files\instantservers\miniportal\apache\www\myleeneklass\htdocs\global.php on line 120


What could be causing it?

Carl

Offline Jan

  • Administrator
  • 4images Guru
  • *****
  • Posts: 5.024
    • View Profile
    • 4images - Image Gallery Management System
Moved servers
« Reply #1 on: April 16, 2003, 09:19:05 AM »
Open you php.ini and change
Code: [Select]
include_path='c:\php4\pear'
to
Code: [Select]
include_path='.;c:\php4\pear'
Jan
Your first three "must do" before you ask a question:
1. Forum rules
2. FAQ
3. Search

Offline uksoreeyes

  • Full Member
  • ***
  • Posts: 117
    • View Profile
    • http://www.myleeneklass.com
Moved servers
« Reply #2 on: April 19, 2003, 12:09:17 AM »
Thanks :)