Profiles not showing, please help

isimix posted 8th of February 2008 in Community Voice. 14 comments.

Hi

I have recently installed Dolphin with intention of creating/testing an online community website. 

My domain is isimix(dot)com

The problem I have at the moment is that we created 3 profiles for testing purposes.

My profile for example has 2 images, that show in the homepage. This is perfect.

The 3 profiles show up in the right side of the page (without images).

When I select/click on an image to view the profile, I get an error that the requested URL was not found.

Would you please help me in assisting this problem as I have searched but found nothing that helps resolve this error.

 

My site: www (dot) isimix (dot) com


 

Thanks in advance

 
Comments
·Oldest
·Top
Please login to post a comment.
paultrumper
Funny you should say that, I have the same problem. Somebody PLEASE, PLEASE tell us why. There is just no explanation anywhere.
isimix
Hi again. I removed version 6.0.0004 and installed 6.0.003, same problem occurs... Is there maybe some file permission that I`m missing here ?
isimix
Ok, problem solved.

To anyone that might have the same issue in future, this is how I "fixed" the problem:

Edit .htaccess in root, remove the first line:
php_flag register_globals Off

That`s it, problem solved.
okweb
Run version 6.0.0004 RC on my testsite, work fine there...shared hosting with very smal webspace...
MichelSwiss
Did you try to uncheck the Enable friendly profile permalinks option in the admin advanced settings ???
isimix
No I didn`t, what`s it for ?

Only thing I did was to remove the first line in .htaccess in root, that solved the problem.

Thanks
MichelSwiss
I don't like to give you wrong information and I don't have time to make test now... but I think that it is about URL rewriting...
I think this fonction replace URL like http://yourdomain.com/profile.php?id=1234 with http://yourdomain.com/UserName
The URL rewriting rules could be different for your hosting. In this case the .htaccess file needs to be edited. Often the URL rewriting rules can be found in the FAQ of your hosting provider...
isimix
Thanks Michael, will def look into it.
selvamurali
ya mr michel thanks a lot now it working
znet
I have a same problem too, but I comletely remove my .htaccess file because my hosting setting problem , i try too solve through Michel way
znet
Oh..No..
Yes - http://www.domain.net/profile.php?ID=1is working but
http://www.domain.net/username not working

because i uncheck the enble friendly profile permalinks...

I try with .htaccess file
znet
Problem solve..I doing isimix way
xfiodembo
this one worked for me after about 45 minutes of playing around with suggested scripts

<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule .+ - [L]
RewriteRule ^([A-Za-z0-9_-]+)$ http://www.yoursite.com/profile.php?ID=$1 [QSA,L]
</IfModule>
meikatun
i fixed that issue just adding:

<IfModule mod_rewrite.c>
RewriteEngine on
...

RewriteRule ^([A-Za-z0-9_-]+)$ ../profile.php?ID=$1 [QSA,L]

</IfModule>

but i have the script like an alias on another folder so i don't know if this work for everyone.
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
PET:0.050364017486572