Ticket #19 (closed defect: fixed)
Menus do not appear on OpenSuSE 11.2
| Reported by: | anonymous | Owned by: | izzy |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | main | Keywords: | menus suse login |
| Cc: | Blocking: | ||
| Blocked By: |
Description
Successfully completed install of phpvideopro on OpenSuSE 11.2 after enabling short tags in php.ini.
phpvideopro comes up at the "Introduction for new users", and there is a bar at the head of the document saying "not logged in", but there are no menus there or on any other screens.
The javascript calls to the menus are in the page source, and javascript is enabled in Firefox. I didn't see anything in my apache2 or php5 configs about javascript except in mime.types
There is a consistent error message that comes up:
Notice: Undefined index: sess_id in /usr/share/phpvideopro/inc/vul_check.inc on line 80
I am able to use the izzysoft on-line demo of phpvideopro with this same browser without difficulty (except admin login doesn't work)
===========
[This information is included here rather than as a separate ticket since it may be related]
If I attempt to login by manually going to the login.php script, it refuses admin/video as invalid. Checked the database … the three defaults are in there. Updated with:
update pvp_users SET pwd = PASSWORD('video') where login = 'admin';
but still would not allow me in. "guest" login without a password is also refused.

