I have installed a mirror image of one system 3.6.6 on a new server, updated the urls settings … clicked on the herder and I get … ??
------------------------------
PHP Warning
File: [SYSTEM_ROOT]/core/hipo/hipo_herder.inc Line: 130
Message: getjob(/home/websites/v3_ils_web/core/hipo/jobs/hipo_job_clone_assets.inc): failed to open stream: No such file or directory
Backtrace: Show
Fatal error: getjob(): Failed opening required '/home/websites/v3_ils_web/core/hipo/jobs/hipo_job_clone_assets.inc' (include_path='.:/home/websites/mysource_matrix/php_includes:/usr/share/php:/usr/share/pear') in /home/websites/mysource_matrix/core/hipo/hipo_herder.inc on line 130
Source Job Code Name Code Name Owner Last Updated Percent Complete
-----------------------------
its an image of the original system should theoretically it is exactly the same, file stucture, permissions etc …
is there something hardcoded somewhere …??
You had a dead HIPO in your system when you made the backup. In psql, run:
[sql]TRUNCATE sq_hipo_jobs;[/sql]
That'll fix it. 
[quote]You had a dead HIPO in your system when you made the backup. In psql, run:
[sql]TRUNCATE sq_hipo_jobs;[/sql]
That’ll fix it. 
[right][post=“10332”]<{POST_SNAPBACK}>[/post][/right][/quote]
Thanks for that …