After completion of the Conference Organizing install-script, I encountered these problems:
· warning: file(./profiles/cod/cck/conference.txt) [function.file]: failed to open stream: No such file or directory in ./profiles/cod/cod.profile on line 243.
· warning: implode() [function.implode]: Bad arguments. in ./profiles/cod/cod.profile on line 243.
· The import data is not valid import text.
· warning: file(./profiles/cod/cck/profile.txt) [function.file]: failed to open stream: No such file or directory in ./profiles/cod/cod.profile on line 243.
· warning: implode() [function.implode]: Bad arguments. in ./profiles/cod/cod.profile on line 243.

and so on for every of the .txt files in cod cck.

I then could proceed, but only edit the account. Other functionalities are not present. Error messages on the "running" system are:

* warning: Invalid argument supplied for foreach() in /profiles/cod/modules/views/views_query.inc on line 81.
* warning: Invalid argument supplied for foreach() in /profiles/cod/modules/views/views_query.inc on line 16.
* warning: Invalid argument supplied for foreach() in /profiles/cod/modules/views/views_query.inc on line 195.

with these lines around line 80 in the inc:

> *
> * Take all the filters in a view and add them to the query object.
> */
> function _views_view_build_filters(&$query, &$view, $exposed_filter_values) {
> $filters = _views_get_filters();
> $view->used_filters = array();
>
> foreach ($view->filter as $i => $filter) {
> $filterinfo = $filters[$filter['field']]; // shortcut
> if (!$filterinfo['field']) {
> $fieldbits = explode('.', $filter['field']);
> $filterinfo['field'] = $fieldbits[1];
> }

Comments

greggles’s picture

Given that 5.x is basically no longer supported and the profile is being rebuilt for 6.x I'm closing out old issues that are no longer relevant.

This technique for creating the .txt file is not relevant now that we've got Features and other similar tools.

greggles’s picture

Status: Active » Closed (won't fix)

(forgot to change status)