June 19, 2013, 10:45:53 PM

Login with username, password and session length

FORUM POSTING GUIDELINES - Please read and follow them.

Pages: [1]
  Print  
Author Topic: Issue in list-view (template destroy)  (Read 162 times)
MarcoW
Sr. Member
****
Offline Offline

Posts: 109


« on: July 04, 2012, 07:09:28 AM »

Hy,

iīve once in a way a issue in List-Views.

Some List-Pages (in the Last-Navigation) destroy my templates. In Web-developer got en error "JQuery is not defined".

The Source Code begins with:
Code:
<div class="jr_pgContainer"> <!--  BEGIN PAGE HEADER AREA -->
and ends with:
Code:
<html>
<body bgcolor="#FFFFFF">
</body>
</html>

It can be an JS conflict but the issue appears only on some pages ?!

I checked all Item on this Page, there is no destroyed or too big image, no Code in content e.g., everything looks okay...

What can it be?

Thanks
Marco


Logged
Alejandro
Global Moderator
Administrator
Hero Member
*
Offline Offline

Posts: 28637


« Reply #1 on: July 04, 2012, 12:27:00 PM »

Did you modify the themes in any way?
Logged

http://www.reviewsforjoomla.com/testimonials Leave a testimonial for JReviews
MarcoW
Sr. Member
****
Offline Offline

Posts: 109


« Reply #2 on: July 04, 2012, 01:11:58 PM »

Iīve only insert a "loadposition" but that issenīt the reason because the issue appears on 2 different pages .... but every time only with imported listings with CSV Improved.

The issue also appears on sites, where the issue-listing be displayed with modules from jreviews.

The Jquery issue is in line:  jQuery(document).ready(function(){

Quote
<script type="text/javascript">
/* <![CDATA[ */
jQuery(document).ready(function(){
var $controlFieldSearch110 = new jreviewsControlField('JreviewsAdvSearch_110');
$controlFieldSearch110.loadData({'page_setup':true,'recallValues':true,'referrer':'adv_search_module'});
});
/* ]]> */
</script>
« Last Edit: July 05, 2012, 02:53:29 AM by Marco Wick » Logged
Alejandro
Global Moderator
Administrator
Hero Member
*
Offline Offline

Posts: 28637


« Reply #3 on: July 05, 2012, 11:08:22 AM »

Where can we see the problem. Even if you think the loadposition tag is not causing it I'd like to see the issue without it.
Logged

http://www.reviewsforjoomla.com/testimonials Leave a testimonial for JReviews
MarcoW
Sr. Member
****
Offline Offline

Posts: 109


« Reply #4 on: July 05, 2012, 12:06:05 PM »

e.g. http://bit.ly/NaOOdz (no loadposition includet)

The other page is behind htaccess, i send you the login Ticket ... There is exact the same Problem.
Logged
Alejandro
Global Moderator
Administrator
Hero Member
*
Offline Offline

Posts: 28637


« Reply #5 on: July 05, 2012, 12:46:39 PM »

Without spending time troubleshooting this I can tell you that the most common two reasons for a blank page are:

1/ A theme modification that causes a fatal error

2/ Not enough memory to process the page which can happen if memory_limit is set low or if you have lots of system plugins and memory_limit is set low

A 3rd not so common reason would be a conflict with a another extension via a system plugin or module.

I would need access to the site and ftp access to check this
Logged

http://www.reviewsforjoomla.com/testimonials Leave a testimonial for JReviews
MarcoW
Sr. Member
****
Offline Offline

Posts: 109


« Reply #6 on: July 05, 2012, 01:02:14 PM »

Memory was the Issue Smiley

PHP memory is now set to 128M.

Thanks a lot!
« Last Edit: July 05, 2012, 01:10:24 PM by Marco Wick » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!