FW: Problems with ICA-AtoM tarball

38 views
Skip to first unread message

Peter Van Garderen

unread,
Jul 22, 2008, 11:06:27 AM7/22/08
to qubi...@googlegroups.com
Hi Ricardo,

You ran into a memory size issue. We are looking into this to try and keep
the requirement down to 32mb. In the meanwhile, you need to increase your
PHP memory allocation to 64mb.

see
http://qubit-toolkit.org/index.php?title=Installation#I_get_an_error_like_.2
2Fatal_error:_Allowed_memory_size_of_33554432_bytes_exhausted_.28tried_to_al
locate_8192_bytes.29.22

Best regards,

--peter

-----Original Message-----
From: Ricardo Sodré Andrade
Sent: July 21, 2008 4:48 PM
To: Peter Van Garderen
Subject: Problems with ICA-AtoM tarball

Hi peter,

I am tried to install the ica-atom tarball. I wrote the data about database
in web installer and tried go ahead, but I received this messages:

Loading data

BUILD FINISHED Total time: 7.9448 seconds
Notice: Use of undefined constant STDOUT - assumed 'STDOUT' in
/home/ricardos/public_html/apbsite/ica-atom/lib/vendor/symfony/lib/command/s
fAnsiColorFormatter.class.php on line 51

Notice: Use of undefined constant STDOUT - assumed 'STDOUT' in
/home/ricardos/public_html/apbsite/ica-atom/lib/vendor/symfony/lib/command/s
fAnsiColorFormatter.class.php on line 51

Notice: Use of undefined constant STDOUT - assumed 'STDOUT' in
/home/ricardos/public_html/apbsite/ica-atom/lib/vendor/symfony/lib/command/s
fAnsiColorFormatter.class.php on line 51

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseActor.php on
line 319

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseActor.php on
line 319

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseActor.php on
line 319

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseActor.php on
line 319

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseActor.php on
line 319

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseRepository.php
on line 207

Warning: Invalid argument supplied for foreach() in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseRepository.php
on line 207

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to
allocate 7680 bytes) in
/home/ricardos/public_html/apbsite/ica-atom/lib/model/om/BaseInformationObje
ct.php on line 1007


dmat...@shaw.ca

unread,
Jul 22, 2008, 12:33:53 AM7/22/08
to Qubit Toolkit Developers
I wonder if this might be related to the type of hosting environment
someone is in and the hardware configuration of their server. I'm on a
virtual private server with 32MB allocated to PHP and I've never
experienced this memory error. It may not even be possible for someone
in a shared hosting environment to change the PHP memory limit.

Ricardo Sodré Andrade

unread,
Jul 22, 2008, 10:10:53 PM7/22/08
to Qubit Toolkit Developers
I can´t change memory_limit value of "master" php.ini file in my
shared hosting account...

Another possible to resolve this is copying a php.ini file with
"memory_limit 32M" inside each directory of ica-atom with a php script
with a 32M needs [1], but I am seeing many dir and sub-dirs... :)

[1] Post #2 at http://forum3.midphasetalk.com/showthread.php?t=8158

Ricardo

David Juhasz

unread,
Jul 23, 2008, 1:10:24 PM7/23/08
to qubi...@googlegroups.com
Cool, thanks for the post and the link Ricardo.

I think because Qubit/ICA-AtoM and symfony use a single front controller (index.php) that we'd only need to put the php.ini file in the "web/" directory.  I've got a few concerns I'd like to check:
1) I'm not sure how universal the support for overriding php.ini files is.
2) I'm also not sure about the security implications of putting a php.ini file in a public directory like "web/". 

It does make sense to me that most shared hosting services are not going to allow users to directly edit their default php.ini file.  I'll file this as an issue.

Regards,
David Juhasz

da...@artefactual.com

unread,
Jul 23, 2008, 1:32:29 PM7/23/08
to Qubit Toolkit Developers
Oh, php.ini file would actually need to go in "web/install/" directory
for the installer. My bad. Probably don't actually need it in the
"web/" directory - hopefully users aren't hitting the memory limit
when doing CRUD operations.

David

On Jul 23, 10:10 am, David Juhasz <da...@artefactual.com> wrote:
> Cool, thanks for the post and the link Ricardo.
>
> I think because Qubit/ICA-AtoM and symfony use a single front controller
> (index.php) that we'd only need to put the php.ini file in the "web/"
> directory.  I've got a few concerns I'd like to check:
> 1) I'm not sure how universal the support for overriding php.ini files
> is.
> 2) I'm also not sure about the security implications of putting a
> php.ini file in a public directory like "web/".  
>
> It does make sense to me that most shared hosting services are not going
> to allow users to directly edit their default php.ini file.  I'll file
> this as an issue.
>
> Regards,
> David Juhasz
>
> On Tue, 2008-07-22 at 19:10 -0700, Ricardo Sodré Andrade wrote:
> > I can´t change memory_limit value of "master" php.ini file in my
> > shared hosting account...
>
> > Another possible to resolve this is copying a php.ini file with
> > "memory_limit 32M" inside each directory of ica-atom with a php script
> > with a 32M needs [1], but I am seeing many dir and sub-dirs... :)
>
> > [1] Post #2 athttp://forum3.midphasetalk.com/showthread.php?t=8158

da...@artefactual.com

unread,
Jul 23, 2008, 1:36:15 PM7/23/08
to Qubit Toolkit Developers
Added as Issue #394.

Jack Bates

unread,
Jul 23, 2008, 7:54:20 PM7/23/08
to Qubit Toolkit Developers
Excellent point about php.ini Ricardo - we also had to put a php.ini
file containing:

memory_limit = 64M

- on our shared host. But we only needed to put it in each directory
with a PHP script *which is directly requested*. Because all requests
in Qubit go through a "front controller" (either "web/index.php" or
"web/qubit_dev.php") - we only needed to put a php.ini in the "web"
directory.

On Jul 23, 10:10 am, Ricardo Sodré Andrade <ricso...@gmail.com> wrote:
> I can´t change memory_limit value of "master" php.ini file in my
> shared hosting account...
>
> Another possible to resolve this is copying a php.ini file with
> "memory_limit 32M" inside each directory of ica-atom with a php script
> with a 32M needs [1], but I am seeing many dir and sub-dirs... :)
>
> [1] Post #2 athttp://forum3.midphasetalk.com/showthread.php?t=8158

Ricardo Sodré Andrade

unread,
Jul 23, 2008, 8:07:18 PM7/23/08
to qubi...@googlegroups.com
32M or 64M? I am uploading ica-atom right now to my shared host, with the php.ini with 32M inside web/install dir.

I need to put at wweb/ dir too? With 32M? 64M?

Ricardo

2008/7/23 Jack Bates <jack....@gmail.com>:



--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Web: http://www.ricardo.arquivista.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Amarás, pois, o Senhor, teu Deus
de todo o teu coração, de toda a tua alma,
e de toda a tua força." - Deuteronômio 6:5
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Ricardo Sodré Andrade

unread,
Jul 23, 2008, 9:22:15 PM7/23/08
to qubi...@googlegroups.com
I tried to install with 32M value and the installation process failed.

I clicked the button "Back", sent the php.ini file again (with 64M) and tried a new installation. This time, I get this error:

500 Server Error

A misconfiguration on the server caused a hiccup. Check the server logs, fix the problem, then try again.
URL: http://apb.arquivista.net/ica-atom/web/index.php/sfInstallPlugin/load



Ricardo

2008/7/23 Ricardo Sodré Andrade <ric...@feudo.org>:

David Juhasz

unread,
Jul 24, 2008, 5:09:06 PM7/24/08
to qubi...@googlegroups.com
Hi Ricardo,

Because the installer is actually using the "web/index.php" page your php.ini file actually needs to be in the "web/" folder and not in the "web/install/" folder.  Sorry if I got this backwards yesterday.

The exact amount of memory required my depend on your system, but for my install 32MB hits the memory limit, but 64MB works well.

Try restarting the install process from http://apb.arquivista.net/ica-atom/web/install/index.php  and see if that works.  If not, there may be a problem with corrupt data.  I would try the following steps:

1) Drop the ica-atom database, and re-create it to make sure it has no extra data in it
2) Delete the "config/database.yml" and "config/propel.ini" files (make sure you have the database password before you do this, if you plan to re-use it).
3) Delete the "web/.htaccess" file, as this could be causing an error.

Then re-run the web installer from the beginning.

Regards,
David Juhasz

Ricardo Sodré Andrade

unread,
Jul 24, 2008, 8:50:07 PM7/24/08
to qubi...@googlegroups.com
David,

I tried your steps but the installs failed again. :(

Tomorrow I will try to install in a opensuse server (here is 21:30 now), only to see the ica-atom with a sucess install :) - I really need to install it at a shared host, so I will continue attempting.

I agree with you that some files may have been corrupted during the upload, I will try to send files again using a ftp client with error control, I don´t know if my ftp client can check if a file was sent with sucess...

This is all I got: http://apb.arquivista.net/ica-atom/web/index.php

Sorry if my english text is going bad.

Regards,

Ricardo

2008/7/24 David Juhasz <da...@artefactual.com>:

da...@artefactual.com

unread,
Aug 1, 2008, 1:49:15 PM8/1/08
to Qubit Toolkit Developers
Hi Ricardo,

I missed your last post somehow, sorry about that. Have you managed
to get Qubit installed yet, or are you still having problems?

Regards,
David Juhasz

On Jul 24, 5:50 pm, "Ricardo Sodré Andrade" <rica...@feudo.org> wrote:
> David,
>
> I tried your steps but the installs failed again. :(
>
> Tomorrow I will try to install in a opensuse server (here is 21:30 now),
> only to see the ica-atom with a sucess install :) - I really need to install
> it at a shared host, so I will continue attempting.
>
> I agree with you that some files may have been corrupted during the upload,
> I will try to send files again using a ftp client with error control, I
> don´t know if my ftp client can check if a file was sent with sucess...
>
> This is all I got:http://apb.arquivista.net/ica-atom/web/index.php
>
> Sorry if my english text is going bad.
>
> Regards,
>
> Ricardo
>
> 2008/7/24 David Juhasz <da...@artefactual.com>:
>
>
>
> >  Hi Ricardo,
>
> > Because the installer is actually using the "web/index.php" page your
> > php.ini file actually needs to be in the "web/" folder and not in the
> > "web/install/" folder.  Sorry if I got this backwards yesterday.
>
> > The exact amount of memory required my depend on your system, but for my
> > install 32MB hits the memory limit, but 64MB works well.
>
> > Try restarting the install process from 
> >http://apb.arquivista.net/ica-atom/web/install/index.php<http://apb.arquivista.net/ica-atom/web/index.php/sfInstallPlugin/load>
> > and see if that works.  If not, there may be a problem with corrupt data.  I
> > would try the following steps:
>
> > 1) Drop the ica-atom database, and re-create it to make sure it has no
> > extra data in it
> > 2) Delete the "config/database.yml" and "config/propel.ini" files (make
> > sure you have the database password before you do this, if you plan to
> > re-use it).
> > 3) Delete the "web/.htaccess" file, as this could be causing an error.
>
> > Then re-run the web installer from the beginning.
>
> > Regards,
> > David Juhasz
>
> > On Wed, 2008-07-23 at 22:22 -0300, Ricardo Sodré Andrade wrote:
>
> > I tried to install with 32M value and the installation process failed.
>
> > I clicked the button "Back", sent the php.ini file again (with 64M) and
> > tried a new installation. This time, I get this error:
>
> >  *500 Server Error* A misconfiguration on the server caused a hiccup.
> > Check the server logs, fix the problem, then try again.
> > ------------------------------
>
> > URL:http://apb.arquivista.net/ica-atom/web/index.php/sfInstallPlugin/load
>
> > Ricardo
>
> >  2008/7/23 Ricardo Sodré Andrade <rica...@feudo.org>:
>
> >  32M or 64M? I am uploading ica-atom right now to my shared host, with the
> > php.ini with 32M inside web/install dir.
>
> > I need to put at wweb/ dir too? With 32M? 64M?
>
> > Ricardo
>
> >   2008/7/23 Jack Bates <jack.ba...@gmail.com>:

Ricardo Sodré Andrade

unread,
Aug 2, 2008, 11:57:02 AM8/2/08
to qubi...@googlegroups.com
I am trying another way. With a VPS I get ica-atom by subversion, apllied patches and try to install...

I got a blank screen. I tried to restart the install with [root]/atom-dir/web/index.php and don´t works. :(

the URL is http://208.84.148.34/rede/web/index.php

Ricardo

Ricardo Sodré Andrade

unread,
Aug 2, 2008, 12:11:58 PM8/2/08
to qubi...@googlegroups.com
[root@server1 rede]# php symfony search:populate en
PHP Fatal error:  Class xfLuceneEngine contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (xfEngine::id) in /var/www/html/rede/plugins/sfLucenePlugin/lib/engine/xfLuceneEngine.class.php on line 435

Error obtained when o followed this steps: http://qubit-toolkit.org/index.php?title=Historical_-_Manual_installation

Ricardo

2008/8/2 Ricardo Sodré Andrade <ric...@feudo.org>

Ricardo Sodré Andrade

unread,
Aug 2, 2008, 10:01:11 PM8/2/08
to qubi...@googlegroups.com
With web installer (svn), I got these messages (apache log):

[Sat Aug 02 20:58:06 2008] [error] [client 189.104.64.177] PHP Fatal error:  Class 'sfConfig' not found in /var/www/zmall/rede/index.php on line 8, referer: http://208.84.148.34/

[Sat Aug 02 20:58:07 2008] [error] [client 189.104.64.177] PHP Fatal error:  Uncaught exception 'sfCacheException' with message 'Failed to make cache directory "/var/www/zmall/rede/cache/qubit/prod/config" while generating cache for configuration file "config/config_handlers.yml".' in /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php:337\nStack trace:\n#0 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(107): sfConfigCache->writeCacheFile('config/config_h...', '/var/www/zmall/...', '<?php?// auto-g...')\n#1 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(194): sfConfigCache->callHandler('config/config_h...', Array, '/var/www/zmall/...')\n#2 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(276): sfConfigCache->checkConfig('config/config_h...')\n#3 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(54): sfConfigCache->loadConfigHandlers()\n#4 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(194): sfConfigCache->callHandler('config/core_com...', Ar in /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php on line 337, referer: http://208.84.148.34/

[Sat Aug 02 20:58:11 2008] [error] [client 189.104.64.177] PHP Fatal error:  Uncaught exception 'sfCacheException' with message 'Failed to make cache directory "/var/www/zmall/rede/cache/qubit/prod/config" while generating cache for configuration file "config/config_handlers.yml".' in /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php:337\nStack trace:\n#0 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(107): sfConfigCache->writeCacheFile('config/config_h...', '/var/www/zmall/...', '<?php?// auto-g...')\n#1 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(194): sfConfigCache->callHandler('config/config_h...', Array, '/var/www/zmall/...')\n#2 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(276): sfConfigCache->checkConfig('config/config_h...')\n#3 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(54): sfConfigCache->loadConfigHandlers()\n#4 /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php(194): sfConfigCache->callHandler('config/core_com...', Ar in /var/www/zmall/rede/lib/vendor/symfony/lib/config/sfConfigCache.class.php on line 337

Ricardo Sodré Andrade

unread,
Aug 2, 2008, 10:25:46 PM8/2/08
to qubi...@googlegroups.com
Sorry for these errors, I resolved with a chown -r apache.apache at [root]...

Ricardo Sodré Andrade

unread,
Aug 2, 2008, 11:13:39 PM8/2/08
to qubi...@googlegroups.com
These are my last errors:

[Sat Aug 02 22:10:19 2008] [alert] [client 208.84.148.34] /var/www/zmall/atom/web/.htaccess: Invalid command 'Deliberately', perhaps mis-spelled or defined by a module not included in the server configuration

[Sat Aug 02 22:10:20 2008] [error] [client 189.104.64.177] PHP Fatal error:  Class xfLuceneEngine contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (xfEngine::id) in /var/www/zmall/atom/plugins/sfLucenePlugin/lib/engine/xfLuceneEngine.class.php on line 435

[Sat Aug 02 22:10:20 2008] [error] [client 189.104.64.177] PHP Fatal error:  Call to a member function shutdown() on a non-object in /var/www/zmall/atom/lib/vendor/symfony/lib/util/sfContext.class.php on line 500

I change the apache "AllowOverrider" value to "ALL", so I don´t know what I need to do now :)


Ricardo

2008/8/2 Ricardo Sodré Andrade <ric...@feudo.org>
Sorry for these errors, I resolved with a chown -r apache.apache at [root]...


Ricardo




David at Artefactual

unread,
Aug 5, 2008, 12:57:32 PM8/5/08
to Qubit Toolkit Developers
Hi Ricardo,

Can you please try the following:

1) Create a file in the web directory called "info.php".
2) Open the file with a text editor, and enter the following line:
<?php phpinfo(); ?>

3) Save the file.
4) Go to the info.php page with a web browser

This should give you the configuration information about your current
PHP install. Please check the version number of PHP and let me know
what it is.

Regards,
David Juhasz

On Aug 2, 8:13 pm, "Ricardo Sodré Andrade" <rica...@feudo.org> wrote:
> These are my last errors:
>
> [Sat Aug 02 22:10:19 2008] [alert] [client 208.84.148.34]
> /var/www/zmall/atom/web/.htaccess: Invalid command 'Deliberately', perhaps
> mis-spelled or defined by a module not included in the server configuration
>
> [Sat Aug 02 22:10:20 2008] [error] [client 189.104.64.177] PHP Fatal error:
> Class xfLuceneEngine contains 1 abstract method and must therefore be
> declared abstract or implement the remaining methods (xfEngine::id) in
> /var/www/zmall/atom/plugins/sfLucenePlugin/lib/engine/xfLuceneEngine.class.php
> on line 435
>
> [Sat Aug 02 22:10:20 2008] [error] [client 189.104.64.177] PHP Fatal error:
> Call to a member function shutdown() on a non-object in
> /var/www/zmall/atom/lib/vendor/symfony/lib/util/sfContext.class.php on line
> 500
>
> I change the apache "AllowOverrider" value to "ALL", so I don´t know what I
> need to do now :)
>
> Ricardo
>
> 2008/8/2 Ricardo Sodré Andrade <rica...@feudo.org>

Ricardo Sodré Andrade

unread,
Aug 5, 2008, 1:23:11 PM8/5/08
to qubi...@googlegroups.com
VPS - http://208.84.148.34/info.php

Shared Hosting - http://apb.arquivista.net/atom/info.php

Ricardo

2008/8/5 David at Artefactual <da...@artefactual.com>:

David at Artefactual

unread,
Aug 5, 2008, 1:41:46 PM8/5/08
to Qubit Toolkit Developers
Hmm, very odd... Your PHP version is 5.2.6 which is good. I've
commented on the errors below - hopefully it will help diagnose the
problem:

On Aug 2, 8:13 pm, "Ricardo Sodré Andrade" <rica...@feudo.org> wrote:
> These are my last errors:
>
> [Sat Aug 02 22:10:19 2008] [alert] [client 208.84.148.34]
> /var/www/zmall/atom/web/.htaccess: Invalid command 'Deliberately', perhaps
> mis-spelled or defined by a module not included in the server configuration

This is good - it's part of our checks to make sure that your server
will read .htaccess files. It should cause a warning if the check is
working correctly.

>
> [Sat Aug 02 22:10:20 2008] [error] [client 189.104.64.177] PHP Fatal error:
> Class xfLuceneEngine contains 1 abstract method and must therefore be
> declared abstract or implement the remaining methods (xfEngine::id) in
> /var/www/zmall/atom/plugins/sfLucenePlugin/lib/engine/xfLuceneEngine.class.php
> on line 435

This is puzzling - the only time we've encountered this error in the
past is when we had a corrupt checkout from svn. You've installed
this from the tarball though, is that right? My best guess is either:
1) There's some sort of problem reading the "/var/www/zmall/atom/
plugins/sfLucenePlugin/lib/engine/xfLuceneEngine.class.php"
2) There's been a problem when untarring the tarball

Can you try a clean install of the tarball - that is delete the
current files and try again from the beginning?

Regards,
David Juhasz

Ricardo Sodré Andrade

unread,
Aug 5, 2008, 2:55:36 PM8/5/08
to qubi...@googlegroups.com
Hi David,

I get the tarball again at vps and this time the system check runned
to this new errors:

=====================================================
System checks

Search index

* Utf8Num analyzer needs PCRE unicode support to be enabled.
* Utf8Num analyzer needs PCRE unicode support to be enabled.
* Utf8Num analyzer needs PCRE unicode support to be enabled.
* Utf8Num analyzer needs PCRE unicode support to be enabled.
* Utf8Num analyzer needs PCRE unicode support to be enabled.

* Try again
* Ignore errors and continue
=====================================================

I tried to ignore errors and I obtained this error:

510. }
511.
512. if ($this->_generation == -1) {
513. throw new Zend_Search_Lucene_Exception('Index
doesn\'t exists in the specified directory.');
514. } else if ($this->_generation == 0) {
515. $this->_readPre21SegmentsFile();
516. } else {
# at Zend_Search_Lucene->__construct('/var/www/zmall/atom2/data/index/en', '')
in SF_ROOT_DIR/plugins/sfLucenePlugin/lib/vendor/Zend/Search/Lucene.php
line 196 ...

193. */
194. public static function open($directory)
195. {
196. return new Zend_Search_Lucene_Proxy(new
Zend_Search_Lucene($directory, false));
197. }
198.
199. /** Generation retrieving counter */

# at Zend_Search_Lucene::open('/var/www/zmall/atom2/data/index/en')
in SF_ROOT_DIR/apps/qubit/lib/SearchIndex.class.php line 92 ...

89. {
90. setlocale(LC_CTYPE, $language.'.utf-8');
91.
92. $index =
Zend_Search_Lucene::open(self::getIndexLocation('informationobject',
$language));
93. Zend_Search_Lucene_Analysis_Analyzer::setDefault(self::getIndexAnalyzer());
94.
95. //first delete existing index entries for this information object

# at SearchIndex::updateIndexDocument(object('QubitInformationObject'), 'en')
in SF_ROOT_DIR/apps/qubit/lib/SearchIndex.class.php line 116 ...

113. {
114. foreach
(self::getTranslatedLanguages($informationObject) as $code)
115. {
116. self::updateIndexDocument($informationObject, $code);
117. }
118. }
119.

# at SearchIndex::updateTranslatedLanguages(object('QubitInformationObject'))
in SF_ROOT_DIR/lib/model/QubitInformationObject.php line 54 ...

51. {
52. parent::save($connection);
53.
54. SearchIndex::updateTranslatedLanguages($this);
55. }
56.
57. /**

# at QubitInformationObject->save(object('sfDebugConnection'))
in SF_ROOT_DIR/lib/vendor/symfony/lib/plugins/sfPropelPlugin/lib/propel/sfPropelData.class.php
line 136 ...

133. }
134. }
135. }
136. $obj->save($this->con);
137.
138. // save the object for future reference
139. if (method_exists($obj, 'getPrimaryKey'))

# at sfPropelData->loadDataFromArray(array(array(array('created_at' =>
'2008-04-24 09:30:11', 'updated_at' => '2008-07-14 14:35:17',
'source_culture' => 'en', 'id' => '1', array('en' => 'Description
Detail Levels', 'es' => 'Descripción detalles de niveles', 'fr' =>
'Niveaux de dÃ(c)tail de la description', 'nl' => 'Niveaus van
detailbeschrijving', 'pt' => 'Nível de detalhamento descritivo')),
array('created_at' => '2008-04-24 09:30:11', 'updated_at' =>
'2008-07-14 14:35:17', 'source_culture' => 'en', 'id' => '2',
array('en' => 'Actor Entity Types', 'fr' => 'Types d'entitÃ(c)
acteur', 'nl' => 'Soorten entiteiten', 'pt' => 'Tipos de entidade')),
array('created_at' => '2008-04-24 09:30:11', 'updated_at' =>
'2008-07-14 14:35:17', 'source_culture' => 'en', 'id' => '3',
array('en' => 'Description Statuses', 'fr' => 'Statuts de
description', 'nl' => 'Beschrijvingsstatus', 'pt' => 'Status de
descrição')), array('created_at'

============

Do you know the name of package which resolve the dependence? I have
pcre package (v. 4.5-4) installed at centos 4.

Ricardo


2008/8/5 David at Artefactual <da...@artefactual.com>:
>

Ricardo Sodré Andrade

unread,
Aug 9, 2008, 12:09:36 AM8/9/08
to qubi...@googlegroups.com
I could install ica-atom 1.0.2 tarball at a CentOS 5 with PHP 5.2.x
(php upgraded with [1] instructions) without problems. :) -
http://208.84.148.34/atom/

[1] http://bluhaloit.wordpress.com/2008/03/13/installing-php-52x-on-redhat-es5-centos-5-etc/

Ricardo


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Web: http://www.ricardo.arquivista.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
"Amarás, pois, o Senhor, teu Deus
de todo o teu coração, de toda a tua alma,
e de toda a tua força." - Deuteronômio 6:5
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

2008/8/5 Ricardo Sodré Andrade <ric...@feudo.org>:
> Hi David,
>
[...]

David Juhasz

unread,
Aug 11, 2008, 11:33:54 AM8/11/08
to qubi...@googlegroups.com
That's great Ricardo!

Thanks for sharing your experience so that other can benefit. :-)

Regards,
David Juhasz

Software Engineer - Artefactual Systems Inc.
tel: 604.527.2056, fax: 604.521.2059
Reply all
Reply to author
Forward
0 new messages