[SOLVED]v6.0.22 error when project is published !!!!

HELP HELP !!!

AFTER UPDATE TO V6.0.022 I CAN?T PUBLISH OR EXPORT ANY PROJECT SC DISPLAY THIS ERROR

ID:IniPublish
<?php $str_srl = <<<EOF a:1:{s:7:“targets”;a:0:{}} EOF; ?> #0 sc_unserialize(IniPublish, , ) called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparser.class.php:274] #1 nmXmlparser->Normalize( ) called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparser.class.php:450] #2 nmXmlparser->Handle( ) called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparserIni.class.php:195] #3 nmXmlparserIni->Load() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclassackup
mBkpControl.class.php:4246] #4 nmBkpControl->DoBackupPublish() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclassackup
mBkpControl.class.php:3947] #5 nmBkpControl->Backup() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclasspage
mPageServBackup.class.php:495] #6 nmPageServBackup->DisplayContent() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclasspage
mPage.class.php:2393] #7 nmPage->Display() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelclasspage
mSite.class.php:96] #8 nmSite->Run() called at [C:Program FilesNetMakev6wwwrootscriptcasedevellibphpase_ini.inc.php:1186] #9 unknown() called at [C:Program FilesNetMakev6wwwrootscriptcasedevelifaceadmin_serv_backup.php:26]

HELP URGENT !! PLEASE I’AM STOPED IN MY WORK !!!

SUPPORT SUPPORT SUPPORT !! WHERE ARE YOU !!!

AQUILES

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

I’m getting exactly the same problem after updating this morning. This is a serious problem as I too cannot publish any new code!

This all started after the previous update. See my post on the bugs forum on June 18th.

Please Netmake could you look into this as a matter of urgency.

Regards,

Mike

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

As an update the Backup function now does not work either. See screenshot of error attached.

Regards,

Mike

Screen.jpg

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

[size=18pt]SAMPE PROBLEM !!![/size]

ID:IniPublish
<?php $str_srl = <<<EOF a:1:{s:7:“targets”;a:0:{}} EOF; ?> #0 sc_unserialize(IniPublish, , ) called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparser.class.php:274] #1 nmXmlparser->Normalize( ) called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparser.class.php:450] #2 nmXmlparser->Handle( ) called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclassxmlparser
mXmlparserIni.class.php:195] #3 nmXmlparserIni->Load() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclasspage
mPagePublishWizard.class.php:1617] #4 nmPagePublishWizard->GetEsquemas() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclasspage
mPagePublishWizard.class.php:2028] #5 nmPagePublishWizard->DisplayForm() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclasspage
mPagePublishWizard.class.php:1500] #6 nmPagePublishWizard->DisplayContent() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclasspage
mPage.class.php:2393] #7 nmPage->Display() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelclasspage
mSite.class.php:96] #8 nmSite->Run() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevellibphpase_ini.inc.php:1186] #9 unknown() called at [C:ProgrammiNetMakev6wwwrootscriptcasedevelifacepublishwizard.php:25]

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

Is it possible to donwload version 6.0.21, or even the previous one so, at least, we can try to deploy our applications, meanwhile you corretc the bug ?

thanks.

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

We are already aware of this problem and so we have a solution, we will contact you.

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

Perform the following procedure:

1 - Access the directory: “scriptcase/devel/conf/scriptcase”
2 - Make a backup of the file: “publish.ini” and save to another directory.
3 - Edit the file “publish.ini.”
4 - Is there a PHP code. example:

<php
$ str_srl = <<< EOF
a: 1: {s: 7: “targets”; a: 0: {}}
EOF;
?>

5 - Delete the lines

<php
$ str_srl = <<< EOF
EOF;
?>

NOTE: Do not delete the line serializer!

example:

a: 1: {s: 7: “targets”;

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

I sill get an error when trying to publish after trying the above (see screenshot). Has anyone else managed to get it working?

Regards,

Mike
TSM Limited

Screen.jpg

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

Thanks John,

All works OK now !!

Aquiles

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

Hi John,

It would appear that version 6.00.0021 had corrupted my publish.ini file. I have restored this file from a previous version and all seems fine now.

Regards,

Mike

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

The workaround seems to works, thanks.

Re: V6.0.22 ERROR WHEN PROJECT IS PUBLISHED !!!

Because it is not listed, is that bug solved in V6.0.23?