AdamGoldsays
Cool idea, well done.
siredesignssays
Is there a way to display all posts without having to search for it?
gutierrezgcfsays
Worked perfectly using PHP v4, but there are some pieces of code that are not compatible with the v5:
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\kb\lib\pear\PEAR.php on line 569
Deprecated: Assigning the return value of new by reference is deprecated in C:\wamp\www\kb\lib\pear\PEAR.php on line 572
It would be nice if it worked on the latest version of PHP .
Nakatomisays
If you can make a archive in the homepage if you are logged in then I’m happy and buy your script.
Nakatomisays
Just one thing is, is it possible to delete users?
Because i gonna use it for projects and every project new users and the old users don’t have right to login.
Nakatomisays
What do you mean with a live server? Just my hosting?
I hosted by one.com.
Nakatomi
Nakatomisays
Sorry but i downloaded this file again from this site and i got the same problem again…
And with the older version i cant upload anything.
Nakatomi
Dear Nakatomi,
Before you can upload any files, you will have to give correct permissions to upload folder. And as I told you earlier there is path resolving issue on your server, so please use “connect.php” (in which I have set the path correctly) from old package.
Please take help of some developer, who can assist you in setting up the application on the server. There is no bug in the application.
Hope this helps.
Regards.
Nakatomisays
Hello again
,
the script works! But there is only one thing… I can upload and al the stuff only i cant download because my id is 000 and he give 0???
And just one question is it possible to ad a button for preview for jpg and gif enz.?
Regards, Nakatomi
50inchessays
Very good product, but I can’t log in to see the rest of the software, becasue the signup doesn’t work, and neither does the user and password you wrote before.
peprgbsays
I like this tool, can i restrict the reading of articles to users login only?¿ i would buy with this feature…!!
Best regards.
peprgbsays
Thanks but at this time we have cancelled a project for which the KB was focused, i’ll keep the track of new features for a future!!
Best regards.
tfm4thsays
I seem to be having a similar problem to what Nakatomi was experiencing. I just get a blank page after the install. The error log says:
failed to open stream: No such file or directory in /home/MYSITE/public_html/kb/login.php on line 3
failed to open stream: No such file or directory in /home/MYSITE/public_html/kb/login.php on line 3
Failed opening 'connect.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/MYSITE/public_html/kb/login.php on line 3
[08-Dec-2009 19:21:12] PHP Fatal error: Call to a member function display() on a non-object in /home/MYSITE/public_html/kb/login.php on line 54
I don’t seem to see that file anywhere in the download and would assume it would belong in the “smarty/libs/plugins” folder.
Hello tfm4th,
You are facing this problem due to relative URL mapping on your server. Just replace the following lines in connect.php (from line3 to line16)
session_start(); ini_set(‘include_path’, $_SERVER[‘SERVER_ROOT’].’/kb/smarty/libs’); ini_set(‘include_path’,ini_get(‘include_path’) . PATH _SEPARATOR . $_SERVER[‘SERVER_ROOT’].’/kb/lib/pear/’);
require_once ‘Smarty.class.php’; require_once ‘DB.php’;
$smarty = new Smarty;
$smarty->template_dir = ‘template’; $smarty->compile_dir = $_SERVER[‘SERVER_ROOT’] . ’/kb/smarty_files/template_c’; $smarty->cache_dir = $_SERVER[‘SERVER_ROOT’] . ’/kb/smarty_files/cache’; $smarty->config_dir = $_SERVER[‘SERVER_ROOT’] . ’/kb/smarty_files/config’; $smarty->caching = 0;
This will solve your problem. Let me know if you need further assistance.
Regards.
Hi syedabdulbaqi, I appreciate you looking into this. I now get a different error in the logs still with a blank page displaying:
(09-Dec-2009 15:34:20) PHP Warning: require_once(Smarty.class.php) (function.require-once): failed to open stream: No such file or directory in /home/MYSITE/public_html/kb/connect.php on line 17
(09-Dec-2009 15:34:20) PHP Fatal error: require_once() (function.require): Failed opening required ‘Smarty.class.php’ (include_path=’/kb/smarty/libs:/kb/lib/pear/’) in /home/MYSITE/public_html/kb/connect.php on line 17
:: I had to replace the brackets with () because this site hides things within the brackets ::
line 17 is: require_once ‘Smarty.class.php’;
siennesays
Thanks for the script, it looks great! I want to buy a copy buy just two questions. Will it be possible to add multiple files as attachment? Two, can there be option to comment on files? With this clarified, i will be happy to purchase. Thanks
17comments