I've tried installing the latest version on my web host's machine. Versions of phpbt < 1.0 worked previously.
The machine is a Solaris machine running Apache & MySQL. When I try to config phpbt, it tells me that magic quotes is not turned on. I don't have admin access to this machine so I tried to modify the .htaccess file which then results in server 500 errors. Any idea of the proper syntax I should use? I have put in a request to my web host to turn on magic quotes but there is no guarantee that they will do so.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My web host made a custom php.ini for my account and phpbt installed correctly. However, I do not seem to have admin access to anything. If I click on "configuration" after logging in, I receive the following message: "You do not have the permissions required for that function"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Replying to my own message, the following thread solved the permissions problem:
<http://sourceforge.net/forum/forum.php?thread_id=1348742&forum_id=47358>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've tried installing the latest version on my web host's machine. Versions of phpbt < 1.0 worked previously.
The machine is a Solaris machine running Apache & MySQL. When I try to config phpbt, it tells me that magic quotes is not turned on. I don't have admin access to this machine so I tried to modify the .htaccess file which then results in server 500 errors. Any idea of the proper syntax I should use? I have put in a request to my web host to turn on magic quotes but there is no guarantee that they will do so.
How about:
http://www.php.net/manual/en/security.magicquotes.disabling.php
and then 'On' instead of 'Off'.
If the earlier versions "worked" for you how about disabling the test in install.php?
My web host made a custom php.ini for my account and phpbt installed correctly. However, I do not seem to have admin access to anything. If I click on "configuration" after logging in, I receive the following message: "You do not have the permissions required for that function"
Replying to my own message, the following thread solved the permissions problem:
<http://sourceforge.net/forum/forum.php?thread_id=1348742&forum_id=47358>