D-Mack Media Forums

Full Version: blank page [PROBLEM SOLVED]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all from Girona (Spain).

That's my first message to the forum. Smile

I've recently installed the RecommendFriends v2.0 to my joomla site. I've created a menu item in order to show the RecommendFriends form, but if I click on it only appears a blank page. No error messages, no info messages... nothing, just a blank page.

Any ideas??

Thanks in advance!
Hi all again.

I add more info about this issue.

This is what I see in the apache access.log file:

127.0.0.1 - - [18/Nov/2008:21:32:33 +0100] "GET /gerunda/index.php?option=com_recommendfriends&Itemid=26 HTTP/1.1" 500 -

Uhmmm... error 500. I see that another user posted a message recently talking about this error code.

Any ideas??

Thanks!
Well... I found the solution!!

In order to obtain more information I've set the display_errors parameter in php.ini to "On".

Then appears the following error trying to access the component:

Parse error: syntax error, unexpected $end in C:\Archivos de programa\Apache Software Foundation\Apache2.2\htdocs\gerunda\components\com_recommendfriends\recommendfriends.php on line 619

And I've found the error: on line 567 in recommendfriends.php appears the following:

<?

I've changed it with:

<?php

And that's it. Silly, isn'it?

Cheers!!
Reference URL's