Changeset 274 for dev/install/install_step41.php
- Timestamp:
- 12/06/07 16:26:17 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/install/install_step41.php
r271 r274 47 47 insertConfig('cfg_mainsite', MAIN_SITE); 48 48 49 echo 'Upgr daded your Config.<br/>';49 echo 'Upgraded your Config and chmodded ../kbconfig.php 440. If there was a warning for chmod please change the permission manually.<br/>'; 50 50 51 51 echo 'The next query checks for abandoned items, save this list for your reference.<br/>'; … … 57 57 where invtypes.typeID is null"; 58 58 $result = mysql_query($query); 59 echo mysql_error(); 59 60 while ($row = mysql_fetch_array($result)) 60 61 {