Script URL: http://mixingonbeat.com/support
Version of script: 2.0
Hosting company: http://canaca.com
URL of phpinfo.php: http://mixingonbeat.com/phpinfo.php
URL of session_test.php: http://mixingonbeat.com/session_test.php
http://mixingonbeat.com/session_test2.php
What terms did you try when SEARCHING for a solution: Tried searching this sub-forum for help on this matter. But couldn't find a solution or at least a clear explanation.
Write your message below:
I updated the software from 0.94.1 to 2.0 -- followed all the update instructions and updated the install file and tweaked my version so it matches the theme of my site.
Okay, my problem right now is that when I try to update the Admin Settings. I get the following error:
Please enter your website URL. Make sure it is a valid URL (start with http:// or https://)
I do have a valid URL on that page, so I don't know what could be causing this strange error. I did CHMOD the hesk_settings.inc.php file to 666 as instructed. The only thing I am trying to enable the Admin Link feature.
Please advise.
Error when updating the Admin Settings in 2.0.
Moderator: mkoch227
Error when updating the Admin Settings in 2.0.
Last edited by MOB on Fri Feb 06, 2009 12:10 am, edited 1 time in total.
You haven't been modifying the files have you?
What is the URL you are trying to enter?
What is the URL you are trying to enter?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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
Hi Klemen,
Thank you for replying to me.
Yes, I have been modifying the css file so it matches my site color theme. I also added the following code for each of the form boxes in that page, because with my css settings from my forum template, the form boxes would be white background and white fonts--hard to read. My theme is a black-dark themed. So I added this code for each form box--since I notice it was missing it:
I added class="post" before type="text"
see code below:
modified
original
I did this so the form boxes are black background and white text--I did this before to your prior software version, and I didn't have an issue with it. Perhaps this is what's causing this at least for that page? I have tested all the other pages with the same modified code and it works. If you have time test my Support Ticket.
The URL I am entering is http://www.mixingonbeat.com
Thank you for replying to me.
Yes, I have been modifying the css file so it matches my site color theme. I also added the following code for each of the form boxes in that page, because with my css settings from my forum template, the form boxes would be white background and white fonts--hard to read. My theme is a black-dark themed. So I added this code for each form box--since I notice it was missing it:
I added class="post" before type="text"
see code below:
modified
Code: Select all
<td><input class="post" type="text" name="s"s_site_url" size="40" maxlength="255" value="<?php echo $hesk_settings['site_url']; ?>" /></td>
Code: Select all
<td><input type="text" name="s_site_url" size="40" maxlength="255" value="<?php echo $hesk_settings['site_url']; ?>" /></td>
The URL I am entering is http://www.mixingonbeat.com
Last edited by MOB on Fri Feb 06, 2009 12:11 am, edited 1 time in total.
Update:
I removed all the modified code I did to this page, but it doesn't help. Still generates the same error.
Perhaps this helps. I was also having trouble uploading attachments. But I corrected the System/root path.
By default it was showing the one below:
/home6/xxxxxx/public_html/support
and I took out the "6" from "home" and now it shows:
/home/xxxxxx/public_html/support
The one without the "6" fixed my issue with the attachment feature. Hopefully this helps?
I removed all the modified code I did to this page, but it doesn't help. Still generates the same error.
Perhaps this helps. I was also having trouble uploading attachments. But I corrected the System/root path.
By default it was showing the one below:
/home6/xxxxxx/public_html/support
and I took out the "6" from "home" and now it shows:
/home/xxxxxx/public_html/support
The one without the "6" fixed my issue with the attachment feature. Hopefully this helps?
Last edited by MOB on Mon Dec 09, 2013 5:33 am, edited 2 times in total.
Update
After paying close attention to the code above I posted. I notice that the modified version has this "name="s"s_site_url" That shouldn't be done that way, it should instead be: "name="s_site_url" (remove the first "s") I think I must have sabotaged that file when I was copy/pasting the code throughout that page. I think this issue is solved, unless I come back and report otherwise.
After paying close attention to the code above I posted. I notice that the modified version has this "name="s"s_site_url" That shouldn't be done that way, it should instead be: "name="s_site_url" (remove the first "s") I think I must have sabotaged that file when I was copy/pasting the code throughout that page. I think this issue is solved, unless I come back and report otherwise.
Last edited by MOB on Fri Feb 06, 2009 12:12 am, edited 1 time in total.
For a different question it is better to start a new thread.
It is easier for those who search the forum so the title of the thread is descriptive.
Henrie
It is easier for those who search the forum so the title of the thread is descriptive.
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.