Home » Forum
NoNumber!

Joomla!® Websites & Extensions
development  -  support  -  consultancy

I try to respond within 48 hours (excluding weekends).
If I haven't responded by then, feel free to post a reminder or bug me via email.

My last reply was: 15 Hours, 43 Minutes ago.

Welcome, Guest
Please Login or Register.    Lost Password?

Blank page front end
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Blank page front end
#4774
Blank page front end 2 Years, 3 Months ago  
Hi I have seen a few similar posts but nothing that helps me - I have installed Sourcerer and inserted php given to me by a third party. The front end is just blank.

This is the code the is in the {source}{/source} tags:

<?php
  // Do not edit below this line
  // ---------------------------------------------------------------------------
  $SVQuerystring = "";
  foreach (($_GET) as $SVGetKey => $SVGetValue) {
    $SVQuerystring = $SVQuerystring.$SVGetKey."=".$SVGetValue."&";
  }
  $SVURL = "http://salesforce.sharedvue.net/sharedvue/";
  $SVURL = $SVURL."?svhost=".$_SERVER["HTTP_HOST"];
  if (!empty($_SERVER["PHP_SELF"])) {
    $SVURL = $SVURL.$_SERVER["PHP_SELF"];
   } else if (!empty($_SERVER["SCRIPT_NAME"])) {
    $SVURL = $SVURL.$_SERVER["SCRIPT_NAME"];
  }
  if (strlen($SVQuerystring) > 0) {
    $SVURL = $SVURL.urlencode("?".$SVQuerystring);
  }
  $SVContent = file_get_contents($SVURL);
  list($SVHTTPVersion,$SVHTTPStatusCode,$SVHTTPMsg) = explode(' ',$http_response_header[0], 3);
  switch($SVHTTPStatusCode) {
    case 200:
      echo ($SVContent);
      break;
    default:
      echo "<!-- SharedVue Output: Could not reach SharedVue server: $SVHTTPMsg ($SVHTTPStatusCode) -->";
      break;
  }
  // ---------------------------------------------------------------------------
?>

The site is here:

URL

Many thanks in advance!
Yellow Cherry
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4779
Blank page front end 2 Years, 3 Months ago  
You probably have php errors in the code breaking the page.

Turn on php error reporting via your .htaccess file to see what is going wrong:
php_flag display_errors on
php_value error_reporting 6143

Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4781
Blank page front end 2 Years, 3 Months ago  
I get this when debugging is on


PHP Error
' ); document.write( addy53422 ); document.write( '</a>' ); //-->
This e-mail address is being protected from spambots. You need JavaScript enabled to view it -->

To hide this error, turn off PHP Debugging in the Sourcerer plugin parameters. More about Sourcerer

The script is third party though and I do not know where to start to fix it. I have contacted them but it is syndicated content so you would think that the php is fine otherwise someone else would have picked up on it.

I have noticed though that they have only linked the live domain not the development domain to the syndicated content so I think this may be the problem.

Amazing response time, thanks!
Yellow Cherry
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4782
Blank page front end 2 Years, 3 Months ago  
Ah, this is the email cloak plugin messing stuff up.
You can turn that off (via the plugin manager).
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#4783
Blank page front end 2 Years, 3 Months ago  
Great thanks - I now get the following error in the HTML page source

<!--

Unknown Partner! We can't find a matching profile using this domain.


Domain: weincreasesales.fingo.co.uk
Help: http://salesforce.sharedvue.net/partner/
Contact: salesforce@sharedvue.net
-->


So as I thought it is because the domains dont match! hopefully that willl fix things fully.

Cheers
Yellow Cherry
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#4786
Blank page front end 2 Years, 3 Months ago  
Yeah, so you had a double problem.
First the not matching domains.
Then the email cloak messing up the "Contact: salesforce@sharedvue.net" part.
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#5274
Blank page front end 2 Years, 3 Months ago  
Hi - me again.

So they added the development URL and now I get the following error again

<!-- Comment - Sourcerer: The PHP code has been removed, because it contains errors. (Log in as (Super) Administrator to show the PHP Debugging.) -->

So I log in as super admin and debugging shows the code then the embedded content beneath it as the error but does not tell me what the problem is.

This is the page weincreasesales.fingo.co.uk/index.php?op...ervices&Itemid=4

You can log in as SA on the home page using UN xxx PW xxx [stripped by admin]

Thanks
Sarah
Yellow Cherry
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#5276
Blank page front end 2 Years, 3 Months ago  
There is a bug in Sourcerer that makes the code break when it ends with a comment line.
I will fix this in next version.

You can simply work around this by removing the ending comment line. (which I have done in your article).
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
#5277
Blank page front end 2 Years, 3 Months ago  
great - top work again thanks!
Yellow Cherry
Posts: 5
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
 
#5279
Blank page front end 2 Years, 3 Months ago  
Problem is fixed in new release (2.3.1)
http://www.nonumber.nl/news
Peter van Westen
Admin
Posts: 9165
User OfflineClick here to see the profile of this user
The administrator has disabled public write access.
Need to contact me directly? Go to my contact page.
If you use any NoNumber! extensions, please post a rating and a review at the Joomla! Extensions Directory.
Are you happy with the support? Please consider buying a License Code to help me to continue development and support.
 
Go to topPage: 1
Moderators: Peter van Westen
hosting joomla
MaxCDN | Content Delivery Network | Accelerate your site to the max
Open Source Training | Online Joomla! Training and Support