normal installation

More
11 years 8 months ago #2053 by Enrique Dixon
installation was created by Enrique Dixon
I install the demo package in order to confirm that the package is ok
but i keep getting just the "OT ANTE" logo once its selected as default template
is there additional settings to configure the template
the instruction are pretty straight forward

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #2056 by Linh Robert
Replied by Linh Robert on topic Re: installation
Hi,
Please install OT_Ante_quickstart_demo_installation_package_j25.zip. See tutorial here

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #2065 by Enrique Dixon
Replied by Enrique Dixon on topic Re: installation
Downloaded it again installed successfully and now i am getting

Parse error: syntax error, unexpected $end in /home/ticop/public_html/templates/ot_ante/html/mod_login/default.php on line 37


When i go to the file this is how it looks

<?php // no direct access
defined('_JEXEC') or die('Restricted access'); ?>
<?php if($type == 'logout') : ?>
<form action="index.php" method="post" name="login" id="form-login">
<?php if ($type == 'logout') : ?>
<form action="<?php echo JRoute::_('index.php', true, $params->get('usesecure')); ?>" method="post" id="login-form">
<?php if ($params->get('greeting')) : ?>
<div class="login-greeting">
<?php if($params->get('name') == 0) : {
echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name')));
} else : {
echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('username')));
} endif; ?>
</div>
<?php endif; ?>
<div class="logout-button">
<input type="submit" name="Submit" class="button" value="<?php echo JText::_('JLOGOUT'); ?>" />
<input type="hidden" name="option" value="com_users" />
<input type="hidden" name="task" value="user.logout" />
<input type="hidden" name="return" value="<?php echo $return; ?>" />
<?php echo JHtml::_('form.token'); ?>
</div>
</form>
<?php else : ?>
<?php
$usersConfig = &JComponentHelper::getParams( 'com_users' );
if ($usersConfig->get('allowUserRegistration')) : ?>
<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=registration' ); ?>">
<?php echo JText::_('REGISTER'); ?>
</a>
<span>|</span>
<?php endif; ?>

<a href="<?php echo JRoute::_( 'index.php?option=com_users&view=login' ); ?>">
<?php echo JText::_('LOGIN') ?>
</a>
<?php endif; ?>

line 37 is the very last one "<?php endif; ?>"
The following user(s) said Thank You: WILBERT GAMERO

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #2067 by Enrique Dixon
Replied by Enrique Dixon on topic Re: installation
Originally i thought, what a useless person I am, so i decided to test 1.5 instead of 2.5
1.5 worked like a charm, so now I know that 2.5 is not working
this might narrows it down to one of the versions only at least for me

thanks

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #2077 by Linh Robert
Replied by Linh Robert on topic Re: installation
Hi,
there is a mistake. You just need edit that file and correct this code:
Code:
<div class="login-greeting"> <?php if($params->get('name') == 0) : { echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name'))); } else : { echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('username'))); } endif; ?> </div>
to
Code:
<div class="login-greeting"> <?php if($params->get('name') == 0) { echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('name'))); } else { echo JText::sprintf('MOD_LOGIN_HINAME', htmlspecialchars($user->get('username'))); } ?> </div>

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/

Please Log in or Create an account to join the conversation.

More
11 years 8 months ago #2117 by Enrique Dixon
Replied by Enrique Dixon on topic Re: installation
I modified the script as mentioned and now i get

Parse error: syntax error, unexpected $end in /home/ticop/public_html/templates/ot_ante/html/mod_login/default.php on line 38


the issue moved to line 38

Please Log in or Create an account to join the conversation.

Time to create page: 0.284 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam