Jan Komárek
|
Thursday 01 January 2009 11:37:51 am
Hello,
i have a trouble with user/register. I moved whole site with all files and db dump. I changed site.ini.append.php for all siteaccesses. I changed [DatabaseSettings] and [SiteSettings].SiteURL=www.<domain>.cz/test/index.php? Everythink look fine. I can log in, logout and etc. But user/register have on the adress: http://<site_domain>/test/index.php?/eng/user/register is not functional. Error is same on all siteaccese. Error message: Object is unavailable
The object you requested is not currently available.
Possible reasons for this are:
The id or name of the object was misspelled, try changing it.
The object is no longer available on the site.
Debug output:
Error: eZContentObject::fetch() Jan 01 2009 19:23:56
Object not found (522)
Error: error/view.php Jan 01 2009 19:23:56
Error ocurred using URI: /test/index.php?/eng/user/register
Another problem is. That some images attached to the article class are not showed. I think that url is wrong. But I am not sure.
Served URL is: http://www.<site_domain>.cz/test/index.php/var/ezwebin_site/storage/images/nunc-tempor-sapien-sed-lorem/1008-1-cze-CZ/Nunc-tempor-sapien-sed-lorem.jpg Template code, where url i created:
<img src={$image.url|ezroot} {if $width > "0"}width="{$width}"{else}width="{$image.width}"{/if}
{if !$noheight}height="{$image.height}"{/if}
{section show=$hspace}hspace="{$hspace}"{/section} alt="{$image.text|wash(xhtml)}"
title="{$image.text|wash(xhtml)}" class="{$css_class}" />
Thank for replies. Jan Komárek
|
Jan Komárek
|
Friday 02 January 2009 11:05:18 pm
I didnt answered version of EZ Publish. Its v 4.0.1. With EZ Webin package and some other extensions. I have no acces to shell so I cannot perform php -v command. Are there any alternative commands in PHP itself? Here are some details from phpinfo:
PHP Version 5.2.5
Server API Apache 2.0 Handler
Configure Command './configure' '--with-layout=GNU' '--with-config-file-scan-dir=/usr/local/etc/php' '--disable-all' '--enable-libxml' '--with-libxml-dir=/usr/local' '--enable-reflection' '--program-prefix=' '--disable-cgi' '--with-apxs2=/usr/local/sbin/apxs' '--with-regex=php' '--with-zend-vm=CALL' '--enable-zend-multibyte' '--disable-ipv6' '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/'
disable_functions ini_restore, show_source, stream_select, socket_select, socket_create_listen, socket_create_pair, socket_listen, socket_strerror, shell_exec, proc_close, proc_get_status, proc_nice, passthru, proc_open, proc_terminate, readlink, symlink, link, pfsocketopen, ini_alter, dl, openlog, syslog, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifsignaled, pcntl_wifstoped, pcntl_wifstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen ini_restore, show_source, stream_select, socket_select, socket_create_listen, socket_create_pair, socket_listen, socket_strerror, shell_exec, proc_close, proc_get_status, proc_nice, passthru, proc_open, proc_terminate, readlink, symlink, link, pfsocketopen, ini_alter, dl, openlog, syslog, pcntl_exec, pcntl_fork, pcntl_signal, pcntl_waitpid, pcntl_wexitstatus, pcntl_wifexited, pcntl_wifsignaled, pcntl_wifsignaled, pcntl_wifstoped, pcntl_wifstopsig, pcntl_wtermsig, socket_accept, socket_bind, socket_create, socket_create_listen
Its shared hosting. But its our partner firm. So conmfiguration could be changed relativly easy.
|