*

Yogesh

  • ***
  • 27 posts
Error while opening listing
« on: March 17, 2016, 02:50:19 PM »
Hello,
I am facing problem while opening a listing
Error show
Parse error: syntax error, unexpected end of file in /home/*******/public_html/oc-content/themes/zara/item.php on line 660

I Don't know what to do
Thanx

*

MB Themes

Re: Error while opening listing
« Reply #1 on: March 17, 2016, 03:09:55 PM »
@Yogesh
Right now I am not sure what cause it, but try this.
Go to file:
oc-content/themes/zara/item.php

Find code:
Code: [Select]
<a class="single single-twitter" title="<?php echo osc_esc_html(__('Share on Twitter''zara')); ?>" target="_blank" href="https://twitter.com/home?status=<?php echo osc_item_title(); ?>"><i class="fa fa-twitter-square"></i></a>

Replace it with:
Code: [Select]
<a class="single single-twitter" title="<?php echo osc_esc_html(__('Share on Twitter''zara')); ?>" target="_blank" href="https://twitter.com/home?status=<?php echo osc_esc_html(osc_item_title()); ?>"><i class="fa fa-twitter-square"></i></a>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Yogesh

  • ***
  • 27 posts
Re: Error while opening listing
« Reply #2 on: March 21, 2016, 12:58:34 PM »
Thanx for reply, actually last time when i saved my file it was not saved properly, the coding lines after line 660 were not saved. now its fine, i have replaced the file. Thanx :)

*

MB Themes

Re: Error while opening listing
« Reply #3 on: March 21, 2016, 01:48:37 PM »
@Yogesh
Cool ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots