Issue Details (XML | Word | Printable)

Key: MDL-8925
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: Dan Marsden
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Sessions2 error on upgrade to 1.8

Created: 16/Mar/07 04:31 AM   Updated: 20/Jan/09 04:08 AM
Return to search
Component/s: Installation
Affects Version/s: 1.8
Fix Version/s: 2.0

File Attachments: None
Image Attachments:

1. sessionerror.gif
(18 kB)
Issue Links:
Relates
 

Participants: Dan Marsden and Petr Skoda
Security Level: None
Resolved date: 20/Jan/09
Affected Branches: MOODLE_18_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
when upgrading to 1.8 from 1.6.4 I get the following error (screenshot also attached) - it does not seem to block installation.

Session Replace: Table 'moodle.mdl_sessions2' doesn't exist

will trace and try to post more details in the next hour or so....

:-)

Dan

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Dan Marsden added a comment - 16/Mar/07 04:33 AM
seems to be coming from adodb-session2.php line 778

Petr Skoda added a comment - 16/Mar/07 05:55 AM
This warning should be ok, it will disappear when you finish the first stage of upgrade. Session is not needed in the first stage of upgrade.

Dan Marsden added a comment - 16/Mar/07 06:02 AM
yeah - I agree, it disapears pretty quick (but we should "hide" the warning for normal install!)

Dan


Petr Skoda added a comment - 16/Mar/07 06:08 AM
normal install with session data in database?

Dan Marsden added a comment - 16/Mar/07 06:30 AM
upgrade with session data in database. - yup.

Dan


Petr Skoda added a comment - 20/Jan/09 04:08 AM
It is recommended to disable db sessions before upgrading to 1.8.x or 1.9x; in 2.0 the db sessions should work fine in all cases
thanks for the report