Ticket #1380 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

setup is broken

Reported by: sci2tech Assigned to:
Priority: blocker Milestone: ispCP ω 1.0.0 - RC6
Component: Backend (Engine) Version: ispCP ω 1.0.0 - DEV
Severity: Hard Keywords:
Cc:

Description (Last modified by rats)

by eliminating php4 support is introduced a large number of errors:

Global symbol "$other_rk_log" requires explicit package name at ispcp-setup-methods.pl line 1118.
Compilation failed in require at ispcp-update line 34.

Can be solved by uncommenting line 1079 to 1083 in engine/ispcp-setup_methods.pl

        Starting Installation...
Use of uninitialized value in concatenation (.) or string at ispcp-setup line 247, <STDIN> line 14.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 1876.
Use of uninitialized value in concatenation (.) or string at /var/www/ispcp/engine/setup/../ispcp_common_methods.pl line 1876.

don`t know haw to solve (I must start learn perl) Also all template file that have {phpversion} placeholder (fastcgi_ispcp are incorrect generated) solved by adding around line 583

$main::ua{'php_version'} = '5';

Adding a new domain (probably alias and subdomain) end with a setfmode() | ERROR: File '/var/www/virtual/dns2.eu.bogus/htdocs/images/*' does not exist ! (images/* don`t do the trick because file is checked to exist and to be readable)

Attachments

Change History

07/04/08 09:06:52 changed by rats

  • description changed.
  • milestone changed from Working to ispCP ω 1.0.0 - RC6.

07/04/08 10:39:07 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

Add/Change #1380 (setup is broken)




Action