Tiamon
Beginner


Joined: Nov 01, 2008 Posts: 1
|
Posted: Thu Feb 05, 2009 4:40 am Post subject: During integration, I have not found this code in template.p |
|
|
Hello!
I ask to forgive me for my English :)
During integration, I have not found this code:
#
#-------[OPEN]------------------------------------------
#
includes/template.php
#
!!!!!!!!!!!!!! There is no such code!!!!!!! #-------[FIND]------------------------------------------
#
if (! $do_not_echo)
{
$code_lines [$i] = ' echo \". $code_lines [$i]. ' \'." \\n "; ';
}
#
#-------[REPLACE WITH]------------------------------------------
#
if (! $do_not_echo)
{
if (defined (' UTF8_TRANSLATE '))
{
$code_lines [$i] = ' echo utf8_encode (\". $code_lines [$i]. ' \'." \\n "); ';
}
else
{
$code_lines [$i] = ' echo \". $code_lines [$i]. ' \'." \\n "; ';
}
}
#
#-------[OPEN]------------------------------------------
At me in a code another! To look: http://www.portal-on.ru/template.zip
What to me to do?
-------------------------------------
And one more problem, at adjustment in the administrative panel:
G2 init failed. Here is the error message from G2:
Error (ERROR_MISSING_OBJECT) : 6 GalleryUser
in modules/core/classes/helpers/GalleryEntityHelper_simple.class at line 155 (GalleryCoreApi::error)
in modules/core/classes/GalleryCoreApi.class at line 2404 (GalleryEntityHelper_simple::loadEntityByExternalId)
in modules/core/classes/GalleryEmbed.class at line 294 (GalleryCoreApi::loadEntityByExternalId)
in modules/core/classes/GalleryEmbed.class at line 270 (GalleryEmbed::login)
in modules/core/classes/GalleryEmbed.class at line 120 (GalleryEmbed::checkActiveUser)
in /data/sites/portal-on/www/forum/admin/g2helper_admin.inc at line 66 (GalleryEmbed::init)
in /data/sites/portal-on/www/forum/admin/admin_gallery2.php at line 125 (g2helper_admin::init)
DEBUG MODE
Line : 68
File : g2helper_admin.inc |
|