ispCP - Board - Support - VHCS fork

Full Version: parsing problem after upgrade
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I just made an upgrade from RC4 to SVN 1121.
I got this error:

Code:
Setting Engine Permissions: ............done
        Rebuilding customers...done
Starting ispCP GUI-Backend communication Daemon: ispcp_daemon.
Starting ispCP Network Traffic Logger: ispcp_network.
Syntax error on line 34 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiServer: "/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter" stat(/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter) failed: No such file or directory
Stopping Postfix Mail Transport Agent: postfix.
Starting Postfix Mail Transport Agent: postfix.

It looks like the fastcgi_ispcp.conf wasn't parsed.

/E
did you run the setup script or another script ?

How did you do your "upgrade" ?
I ran the update script. (actually the whole upgrade instructions in the docs folder)

/E
mh ispcp.conf and the rest of the configs looks ok ? ( no variables ? )
Yupp, that's the only one I found that was unparsed.

(Actually, after upgrading (with update script/instructions) my domains and email accounts disapeared from the coresponding config files, but I could recreate them by changing status in the database from "ok" to "change" and running that script)

/E
ok - then pls paste the content of your /etc/apache2/mods-enabled/fastcgi_ispcp.conf
Oh, actually I "parsed" it manually. I changed all the variables to whatever it should be (I looked in my backed up file).

The file looked just like it should, but just with variables (not parsed).

/E
ok fine ... and apache is now running with fastcgi or ?
Yes. I guess so. The load and conf files are in the modules-enabled folder. And apache startes with no error.

/E
ok Smile fine
Reference URL's