1
BobbyG
Upgrade from 2.30 to 2.31
  • 2008/10/26 19:32

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


I upgraded to 2.30 with no problems at all. However, the upgrade to 2.31 is a mess. (1) After install, initial page is white page. By reloading common.php file from 2.30 pages are displayed again. (2) Calendar (extcal) no longer displays the month or submit entry in block. (3) Admin page for modules "system" and "extcal" titles are missing. Database is updated with blanks in those fields. (3) Any attempt to edit a calendar entry blanks out the entire record in the database.

I have not attempted any other database entries of any other modules, but I suspect that they will all blank out the records.



2
BobbyG
Re: Weblinks
  • 2008/7/26 13:17

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


Solved my problem by installing weblinks v1.9



3
BobbyG
Weblinks
  • 2008/7/26 2:02

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


In /modules/weblinks/class/weblinks_locate.php line 51 below is causing a problem. Anyone know how I can fix this?


$this->set_config_handler( weblinks_get_handler( 'config2_basic', $dirname ) );



4
BobbyG
Re: Most pages are blank
  • 2008/7/26 1:54

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


In /include/common.php change the (0) to (E_ALL) as highlighted below. That will show you your problem even for the white pages.


// #################### Error reporting settings ##################
if ( $xoopsConfig['debug_mode'] == 1 || $xoopsConfig['debug_mode'] == 2 ) {
error_reporting(E_ALL);
$xoopsLogger->enableRendering();
$xoopsLogger->usePopup = ( $xoopsConfig['debug_mode'] == 2 );
} else {
error_reporting(E_ALL);
$xoopsLogger->activated = false;
}
$xoopsSecurity->checkBadips();



5
BobbyG
Re: Xoops 2.3 Wishlist
  • 2008/7/25 17:25

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


I had to use "text" mode for register.php but I cannot figure how to change from image to text mode for xtcgallery. A single uniform methodology for all addons would be nice.



6
BobbyG
Re: Xoops 2.3 Wishlist
  • 2008/7/25 16:54

  • BobbyG

  • Just popping in

  • Posts: 6

  • Since: 2008/7/25


Is there any documentation or instructions on replacing captcha with recaptcha?




TopTop



Login

Who's Online

182 user(s) are online (100 user(s) are browsing Support Forums)


Members: 0


Guests: 182


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits