PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds Installation & Upgrades (http://www.photopost.com/forum/classifieds-installation-upgrades/)
-   -   upgrade error: header-inc.php on line 11 (http://www.photopost.com/forum/classifieds-installation-upgrades/123029-upgrade-error-header-inc-php-line-11-a.html)

snoopy5 February 13th, 2006 09:18 AM

upgrade error: header-inc.php on line 11
 
Hi

I just upgraded from 2.42 to 2.5. I use a stand alone installtion, no integration with anything.

all 3 steps run smoothly (except I have this error because of my costumize hack probably: Performing MySQL command: ALTER TABLE ppboersede_usergroups ADD payment INT(3) DEFAULT '0' NOT NULL ... Error: Duplicate column name 'payment')

After the last step finishes successfully, I try to get on the site and I get this error:

----------

Warning: main(config-intc.php): failed to open stream: No such file or directory in /homepages/11/d125332279/htdocs/camera_info_de/boerse/header-inc.php on line 11

Fatal error: main(): Failed opening required 'config-intc.php' (include_path='.:/usr/local/lib/php') in /homepages/11/d125332279/htdocs/camera_info_de/boerse/header-inc.php on line 11

---------------

What could be the reason?

Thanks in advance

Addendum: I kept the old config and config-intc file in the directory, was this wrong?

snoopy5 February 13th, 2006 09:22 AM

Just forget it, found the problem:

it was the config-intc.php file missing. The old one has a slightly different name, it is lacking the "c" at the end (config-int.php)

Now I see everything and will test from here.

Sorry for this confusion...

monstermoto February 15th, 2006 05:17 AM

i think thats a typo

require "config-intc.php";

seems to me should be

require "config-int.php";

works fine.

Chuck S February 15th, 2006 08:22 AM

No it is config-intc.php and he already had a hack that added that name to his usergroups table.


All times are GMT -5. The time now is 11:56 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97