List:Eventum Development« Previous MessageNext Message »
From:Bryan Alsdorf Date:July 26 2005 10:04pm
Subject:Re: upgrade woes
View as plain text  
Hi,

sorry for the delay in reply. I hope you have already solved this 
problem, but if not hopefully this can help.

antilyrical@stripped wrote:
> I am in the process of upgrading Eventum from 1.3.1 to 1.5.4
> 
> Using my browser I went to
> http://mywebsitehere.com/eventum/misc/upgrade/v1.3.1_to_v1.4/ and click on each
> of the links to do the upgrade.
> 
> When I clicked on the fourth link (setup_columns_to_display.php) and it had
> errors(pasted below).  I changed the full server path to the file to <full
> path> but otherwise, those are exactly the error as displayed on the browser.
> 
> So, my questions are why the errors, and how do i correct them, and continue on
> my upgrade.

It looks to me like your config.inc.php file is messed up and 
APP_INC_PATH is no longer defined so PHP is interpreting it as a string 
instead of a constant. If you open up config.inc.php from your root 
directory, what do you see?

Best Regards,
/bryan

> 
> Thanks.
> 
> Mario
> 
> 
> 
> Errors:
> Warning: main(APP_INC_PATHclass.display_column.php): failed to open stream: No
> such file or directory in <full path>/setup_columns_to_display.php on line 6
> Warning: main(): Failed opening 'APP_INC_PATHclass.display_column.php' for
> inclusion (include_path='.:/usr/share/pear') in <full
> path>/setup_columns_to_display.php on line 6
> Warning: main(APP_INC_PATHclass.project.php): failed to open stream: No such
> file or directory in <full path>/setup_columns_to_display.php on line 7
> Warning: main(): Failed opening 'APP_INC_PATHclass.project.php' for inclusion
> (include_path='.:/usr/share/pear') in <full
> path>/v1.3.1_to_v1.4/setup_columns_to_display.php on line 7
> Warning: main(APP_INC_PATHdb_access.php): failed to open stream: No such file or
> directory in <full path>/setup_columns_to_display.php on line 8
> Warning: main(): Failed opening 'APP_INC_PATHdb_access.php' for inclusion
> (include_path='.:/usr/share/pear') in <full path>/setup_columns_to_display.php
> on line 8
> Fatal error: Undefined class name 'project' in <full
> path>/setup_columns_to_display.php on line 10
> 
> 
> 

-- 
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com

Are you MySQL certified?  www.mysql.com/certification
Thread
upgrade woesantilyrical11 Jul
  • Re: upgrade woesBryan Alsdorf27 Jul
    • Re: upgrade woesantilyrical29 Jul