I replaced all my old files with the new ones, removed the .htacces file, on the next step I get this:
Warning: require_once(./../inc/header.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/jwm/public_html/battle/upgrade/index.php on line 12
Fatal error: require_once() [function.require]: Failed opening required './../inc/header.inc.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/jwm/public_html/battle/upgrade/index.php on line 12
Did I not replace the files correctly or what?
|
Since you are saying that you are updating it, you did download the "Upgrade" package and not the full 7.0.2 install correct? The full download of 7.0.2 does not have the upgrade folder. Nothing to see here |
Zarcon, could we use the upgrade folder in 7.0.1? if not where can we download the files? |
https://dolphin-techs.com - Skype: Dolphin Techs |
Thanks dolphin_jady
i've encountered an error because i was uploaded the full 7.0.2 although I cancel the ftp but 35% of the files were change. 
BoonEx Dolphin Upgrade Script
7.0.1-7.0.2 Update can not be applied
in my site mydomain.com
Warning: Invalid argument supplied for foreach() in /home/jralajid/public_html/inc/classes/BxDolDb.php on line 388
Error
Database query error
Query: SELECT
`te`.`id` AS `id`,
`te`.`caption` AS `caption`,
`te`.`content` AS `content`,
`te`.`when` AS `when_uts`,
DATE_FORMAT(FROM_UNIXTIME(`te`.`when`), '%Y-%m-%d
%H:%i:%S') AS `when`,
DATE_FORMAT(FROM_UNIXTIME(`te`.`when`), '%d.%m.%Y') AS
`when_uf`,
`te`.`uri` AS `uri`,
`te`.`tags` AS `tags`,
`te`.`categories` AS `categories`,
`te`.`comment` AS `comment`,
`te`.`vote` AS `vote`,
`te`.`date` AS `date`,
`te`.`status` AS `status`,
`te`.`featured` AS `featured`,
`te`.`cmts_count` AS `cmts_count`
FROM `bx_arl_entries` AS `te`
WHERE 1 AND `te`.`status`='0' AND `te`.`featured`='1'
ORDER BY `te`.`when` DESC LIMIT 0, 10
Mysql
error: Unknown column 'te.when' in 'field list'
|
problem solve
under bx_arl_entries MyPHPAdmin
id type null default ------------------------------- when int(11) No 0
|