Joomla Bible Study

...components for the glory of God
Welcome, Guest
Username Password: Remember me

Error Saving in anything after fresh install
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Error Saving in anything after fresh install

2 months ago Re:Error Saving in anything after fresh install #2345

Another error! I think it has something to do with my version of MYPHPAdmin. Have you seen this before?

ERROR
SQL query:

CREATE TABLE IF NOT EXISTS `jos_bsms_admin` (

`id` int( 11 ) NOT NULL ,
`podcast` text,
`series` text,
`study` text,
`teacher` text,
`media` text,
`download` text,
`main` text,
`params` text,
PRIMARY KEY ( `id` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8

Thanks,
Kevin

2 months ago Re:Error Saving in anything after fresh install #2346

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 939
Try taking out the Engine line.

I was also thinking - when you have it installed and it won't allow you to save the template - do you have access to your server error logs?

Sometimes things get stored there that don't show up with php.

That might give us a clue.

Tom
"You shall know the truth and the truth shall set you free." JC

2 months ago Re:Error Saving in anything after fresh install #2352

  • Tom
  • OFFLINE
  • Administrator
  • Posts: 939
We have found a work around that at least works for one site that cannot save template parameters. For some reason on some sites, the total number of parameters matters.

What we've done is remove the following parameters:

Tooltips
Series
Details Rows 3 & 4

Place the attached file in /administrator/components/com_biblestudy/models/templateedit.xml (might need to rename file if it is a .txt)

You should be able to control template parameters. This is a custom for 6.1.x only. If you use this method you will need to contact us to work out a custom templateedit.xml file for versions 6.2.x and higher.

Tom
"You shall know the truth and the truth shall set you free." JC
Last Edit: 2 months ago By Tom.
  • Page:
  • 1
  • 2
Time to create page: 0.36 seconds