Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Site Displays Weird Characters Instead Of Site
Agenator
post Jun 15 2007, 07:57 PM
Post #1


Newbie
*

Group: Members
Posts: 0
Joined: 8-June 07
Member No.: 44,447



Okay so I have a website at www.clanxs.qupis.com or at www.xsnipaz.tk but whenever I go there all i get is a wierd box and an arrow... Some people can see the actual site and some just see the weird characters... Ill upload an image later (at the moement im on a dialup connection...) I was wondering if this was a qupis error message or if anyone else experiences this problem and how you cna fix it.... any help is appreciated
AGEN
Go to the top of the page
 
+Quote Post
jlhaslip
post Jun 16 2007, 12:00 AM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 4,083
Joined: 24-July 05
From: Linix, DOS and Windows…the good, the bad and the ugly
Member No.: 9,787
Spam Patrol



Looks to me like there is a problem in your index.php file.
Post the source code here, please.
Go to the top of the page
 
+Quote Post
Agenator
post Jun 16 2007, 01:13 AM
Post #3


Newbie
*

Group: Members
Posts: 0
Joined: 8-June 07
Member No.: 44,447



okay so im redirecting to http://clanxs.qupis.com/drupal-5.1/index.php so im using drupal and have contacted them... The strange characters are not error messages on their end so idk whats going on.. and as i said some people can see the website and some cant.. the weird thing is that I moved my drupal directory into another folder and it works fantastically... so now im guessing that it was to do with my redirect... any help will be appreciated. heres the source:



CODE
<?php
// $Id: index.php,v 1.91 2006/12/12 09:32:18 unconed Exp $

/**
* @file
* The PHP page that serves all page requests on a Drupal installation.
*
* The routines here dispatch control to the appropriate handler, which then
* prints the appropriate page.
*/

require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);

$return = menu_execute_active_handler();

// Menu status constants are integers; page content is a string.
if (is_int($return)) {
switch ($return) {
case MENU_NOT_FOUND:
drupal_not_found();
break;
case MENU_ACCESS_DENIED:
drupal_access_denied();
break;
case MENU_SITE_OFFLINE:
drupal_site_offline();
break;
}
}
elseif (isset($return)) {
// Print any value (including an empty string) except NULL or undefined:
print theme('page', $return);

}

drupal_page_footer();




and here is a link to my topic that I posted on drupal... (Note the site was working for a while so qupis meets the requirements of drupal....):
http://drupal.org/node/151336#comment-242705

There you can find out what we deduced... I have a backup of the original file before it broke and so i may try and relod it ...

This post has been edited by Agenator: Jun 16 2007, 01:48 AM
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jun 16 2007, 01:56 AM
Post #4


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,563
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



I checked out both urls and it looks fine to me, but I would have to agree with haslip that it could be a php problem, but I think a image of the funky characters will help more then just posting the code though.
Go to the top of the page
 
+Quote Post
Agenator
post Jun 16 2007, 02:08 AM
Post #5


Newbie
*

Group: Members
Posts: 0
Joined: 8-June 07
Member No.: 44,447



if u look at the link I provided to the drupal, somebody had taken screen shots and posted them for me so you can see em, also I was messing around with it and found that if I moved my drupal folder into another folder that it suddenly started working... I then added a permanent redirect to the new folder from clanxs.qupis.com/index.php to clanxs.qupis.com/ClanXS/drupal-5.1 and that broke it again (clanxs being my new folder...) I then transferred the drupal folder into another folder and didn't add a redirect and its working fine... Then I tried it agian and now its not working:( So i was wondering if there was a way to clear my redirectes???? cuz I think redirects is what is killing it.. (ya i know how to do it under the redirect panel but it doesn't seem to unbreak when I do that...) anway here r the pics that u requested:
http://i136.photobucket.com/albums/q189/Ve...ood/xsnipaz.jpg and:
http://i136.photobucket.com/albums/q189/Ve...tood/clanxs.jpg

This post has been edited by Agenator: Jun 16 2007, 02:14 AM
Go to the top of the page
 
+Quote Post
Saint_Michael
post Jun 16 2007, 02:21 AM
Post #6


$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3
*********************

Group: [HOSTED]
Posts: 6,563
Joined: 21-September 04
From: 9r33|\| 399$ 4|\|D 5P4/\/\
Member No.: 1,218
T17 GFX Crew



hmmm I would say there is a conflict between the quipis ad's and drupal, what I recommend is delete everything on that site, including the redirect and do a fresh installation of frupal and see what happens from there.
Go to the top of the page
 
+Quote Post
Agenator
post Jun 16 2007, 02:38 AM
Post #7


Newbie
*

Group: Members
Posts: 0
Joined: 8-June 07
Member No.: 44,447



Ill give that a try soon... should I make a backup before I do that 2 c if it really does help & should I only earse drupal or should I erase everything???
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. How Do I View My Site?(4)
  2. Is Qupis Down ? Site Not There Anymore...(1)
  3. Can't View Site [resolved](7)
  4. Moving Site(4)
  5. Site Error For Php Pages(6)
  6. Smf Help On Qupis Account(2)
  7. Need Help: Problem Seeing My Site(4)


 



- Lo-Fi Version Time is now: 13th October 2008 - 10:38 AM