-
Hey there,
Same problem over here.. Config is correctly changed. There“s some kind of mal-function with the Release Change.
Regards,
Pedro Branco.
2008-09-22 14:26:57 UTC by nobody
-
You need to to configure your \inc\config.user.php file correctly.
2008-03-20 17:17:51 UTC by nobody
-
this issue was added by me without login..
so please send ur responses to my id.
2008-03-11 15:51:22 UTC by xyberdip
-
did a fresh install of the ppm, and created Db tables and set permissions as per the install notes.
but when i try to open the index.php, it shows a blank page, and in apache error-logs i see the following.
[client 10.139.201.70] PHP Notice: Undefined index: u_id in /var/www/html/projectmaster/inc/sitelib.php on line 61
[client 10.139.201.70] PHP Notice: Undefined index: ppm in...
2008-03-11 15:43:43 UTC by nobody
-
phpProjectMaster installed ok and seems to run, but clicking anything in Manage or Maintenance menus routes to /php/badaccess.php
the account I made for myself in database.sql has access_level set to 100 -- did I miss something in install?
also, should the install include a directory named /admin? Some of the scripts point at it.
2007-11-17 18:05:22 UTC by jorourke
-
An instruction to change the /db/database.sql users insert statement or how to load it may be needed install.txt. Not that hard to get around, but I was a little stumped at initial login.
insert into users (access_level, email, pwd, fname, lname, add_time)
VALUES (100, 'you@yourdomain.com', 'yourPassword', 'your fname', 'your Lname', now());
Otherwise install is VERY smooth, thanks!
2007-11-17 01:37:23 UTC by jorourke
-
Fixed in version 0.7.0925.
I've added db update, that removes demo and demo_link tables as well as changed code and removed any references to demo tables.
2007-09-25 07:16:07 UTC by osa_ua
-
yes, that's a real bug, as demo_link table is not really required.
I'll fix this soon and release new version.
Thanks,
Oleg.
2007-09-18 21:28:49 UTC by osa_ua
-
ok, no problem, I'll include patch in the next version, so it will not show warnings.
2007-09-18 21:27:44 UTC by osa_ua
-
Sure, you can run it if installed anywere, not just document root.
However you have to point your HTTP server to serve this directory.
For example, you can put all files to /var/www/html/ppm
But then, go to /var/www/html/ppm/inc/config.user.php and edit line 5 as follows:
$root_url="/ppm";
Then you should be able to access the site via: http://yourdomain/ppm
Please let me know if you...
2007-09-18 21:26:18 UTC by osa_ua