Advertisement:

Author Topic: 2.3.1 install script not saving dbuser in config.php and not carrying through  (Read 2331 times)

magoogle

  • Newbie
  • *
  • Posts: 1
ver 2.3.1. install scripts (fresh install,clean db)

While installing, after I input all user settings, and moving from step 2 to step 3

error:
oc-includes/osclass/classes/database/DBRecordsetClass.php on line 163
so i manually edit the config.php file while install page waits and find input missing db user name (saved as 'undefined') save file and refresh the page of install

it proceeds past the error...

 receive error:
Call to a member function result() on a non-object in ***oc-includes/osclass/model/Category.php on line 123

has to be a typo in the install script but I can not locate it?? Since it is not carrying the dbuser to the saving of config.php, I can only assume it is missing as a variable through the script or a bad cookie save/read.

Duplicated many times. Writes nothing to db.

any ideas?
« Last Edit: December 05, 2011, 09:23:44 pm by magoogle »

_CONEJO

  • Administrator
  • Hero Member
  • *****
  • Posts: 4689
Hi magoogle,


Did other software and php files normally? It could be /tmp folder run out of space, it could be that the session folder is not writable (sometimes it happened). As I could understand of your post, the file config.php is getting wrote, but with the incorrect information, is that true?