Please help after making correction as per install all blank

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

Please help after making correction as per install all blank

Post by MrWizard516 »

Script URL: http://support.mrwizard516.com/hd/
Version of script: hesk0931
Version of PHP: 5.1.2
Hosting company: optonline.net
Have you searched THIS FORUM for your problem: yes
If so, what terms did you try:
I tried enabling sessions cookies which was already enabled.
Also tried addinghis line to settings:

ini_set("session.use_trans_sid", true);

Write your message below:
I installed as per supplied instructions and as soon as I was done all I got were blank pages. Including the install page.
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello,

Please upload the phpinfo file and post the link here, might give us some clues:
http://www.phpjunkyard.com/extras/phpinfo.zip

By the way: I can't open your website, it is either down or wrong URL...
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

My PHP Info

Post by MrWizard516 »

http://support.mrwizard516.com/phpinfo/phpinfo.php

BTW: I shut my server off after 12:00 am EST that's probably why you couldnt get in.

I have Display_Errors in my php.ini turned off so if you goto my support page via the link in my first post all you are going to get is a blank page. Let me know if you want me to turn them on.
Scripting Idiot!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

You have this exact same problem:
viewtopic.php?t=624&start=30

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

Not really....

Post by MrWizard516 »

I am not using IIS...I am using Abyss

here is the error I am getting:

PHP Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in C:\Abyss\htdocs\PHP\hesk\hesk_settings.inc.php on line 52
Scripting Idiot!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

In that case you made an error editing hesk_settings.inc.php file, try editing the original file again. Be careful not to delete any quotes (" or ') and that all lines end with a semi-colon ;

If you can't figure it out paste lines 50-54 here.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

All seems to be correct to me.

Post by MrWizard516 »

/* Database settings */
$hesk_settings['database_host'] = "localhost";
$hesk_settings['database_name'] = "hesk";
$hesk_settings['database_user'] = "Mike";

Any ideas?
Scripting Idiot!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hi,

These lines are ok, but it still doesn't work? Like said try editing the original settings file and try with that one again. Make sure you don't use any variables within other variables.

If nothing PM me the entire settings file and I will check it out (don't change anything, except you may replace passwords by *****).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

This is driving me nutsssss!

Post by MrWizard516 »

I think I am going to try using Apache server. I notice that a lot of people have never heard of the server I am using "Abyss" and it seems that a lot of apps and scripts don't work with it. Here goes nothing...Cross your fingers.
Scripting Idiot!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Yup, to be honest I never heard of it either :wink: But if you get a parse error it must be a problem with the settings file...

Anyway, let us know how it goes.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

I am really lost now..

Post by MrWizard516 »

One thing I must say is that they dont make it easy to setup Apache. I have been trying to virtual host for the last 3 hours. Can't seem to get them to work. I have no clue what I am doing wrong. Lord Help Me!!
Scripting Idiot!
Klemen
Site Admin
Posts: 10141
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Well Apache is the most widely used, isn't it? There are a lot of support forums for Apache, try asking there.

You may still send your entire settings file to me via private message so I can double-check that.

Regards
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
MrWizard516
Posts: 7
Joined: Sun Feb 05, 2006 3:53 am

THNAKS FOR ALL YOUR HELP!!!!

Post by MrWizard516 »

I just wanted to say THANK YOU VERY MUCH!!!! I am kicking myself in the butt for not installing Apache sooner. And boy what a headache...But you app works perfect. I just have to figure some the settings in Apache to make everything secure. Thanks again!
Scripting Idiot!
Post Reply