1
preachur
Re: 2.0.13.1 UPGRADE?
  • 2014/4/1 13:19

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


It had core hacks and module hacks.... None of the users were active anymore. I decided to just start over. I did a fresh install and updated the old theme. It looks better than ever with a clean slate.



2
preachur
2.0.13.1 UPGRADE?
  • 2014/3/20 23:41

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I have a live site running 2.0.13.1. The host has decided the registration isn't secure and they want me to upgrade it. (They keep deleting register.php.) Otherwise it is a great website. Anyone have any ideas on what steps *might* get it into useable condition again?

Thanks!



3
preachur
xdonations name
  • 2013/2/25 22:35

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


When someone makes a donation, and chooses to show their name, if they aren't a registered user it shows "Admin" in the donat-o-meter. What I want to do is replace that "custom" muser_id with the first_name from the donations_transactions table in the database. (Or first_name and last_name.)

I am not sure how I would hack that in donors.php and make it display in the donations_donatometer.html template.

(No registered users will be donating.)

Please help.

$query_Recordset1 "SELECT custom AS muser_id, option_selection1 as showname, DATE_FORMAT(payment_date, '%b %e') AS date, CONCAT('".$curr_sign."',SUM(mc_gross)) AS amt FROM ".$xoopsDB->prefix("donations_transactions")." WHERE (payment_date >= DATE_FORMAT(NOW(),'%Y-%m-".$swingd."')) GROUP BY txn_id ORDER BY payment_date DESC";     }else{         $query_Recordset1 "SELECT custom AS muser_id, option_selection1 as showname, DATE_FORMAT(payment_date, '%b-%e') AS date, CONCAT('".$curr_sign."',SUM(mc_gross)) AS amt FROM ".$xoopsDB->prefix("donations_transactions")." WHERE (payment_date < DATE_FORMAT(NOW(), '%Y-%m-".$swingd."')) AND payment_date > DATE_FORMAT(SUBDATE(NOW(),INTERVAL ".$swingd." DAY), '%Y-%m-".$swingd."') GROUP BY txn_id ORDER BY payment_date DESC";     }      $Recordset1 $xoopsDB->query($query_Recordset1);     $totalRows_Recordset1 $xoopsDB->getRowsNum($Recordset1);      $ROWS_DONATORS "";     // Fill out the donators table tag     while ($row_Recordset1 = $xoopsDB->fetchArray($Recordset1)) {         if ( $row_Recordset1['amt'] > $curr_sign.'0' ) {             $ROWS_DONATORS .= "<tr>";             $ROWS_DONATORS .= "<td style="font-weight: bold;">&nbsp; ";              $muser_id = $row_Recordset1['muser_id'];             if ( strcmp($row_Recordset1['showname'],"Yes") == 0 && ($userfoin = mgetusrinfo($muser_id))) {                 $ROWS_DONATORS .= "<a href='".XOOPS_URL."/userinfo.php?uid=".  $userfoin->getVar('uid')."'>".xdshorten($userfoin->getVar('uname'))."</a>n";



4
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/21 0:57

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Mamba, I PM'd you the administration URL + login in case you want to take a look at it.



5
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/21 0:46

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


Same issues on the brand new site. Gateway parameters go straight to white screen. It does not save to the database. Other features save, but white screens on submit. No errors in debug.

I have tried 3 versions of php. Same issues.

In the last version I tested a few days ago, the payment gateway parameter update in admin worked... However, there was an email in there already. That is no longer the case... Could it be the mySQL query on install is building the tables differently because that email is no longer there?



6
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/20 22:59

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


We have been in a winter storm here. Internet has been on and off. After the snow came the wind. I have to re-upload everything as soon as I can. (FTP kept throwing errors every time the internet shut off.)

Gotta love living on top of a mountain. (I know I do.)


......Brand new XOOPS installation finished onhttp://www.hyvosystem.com/

Oledrion 2.33 Beta 1 is uploading.


Fingers crossed.



7
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/19 23:09

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


I am uploading and installing a fresh XOOPS just to test this module again. I am also downloading this module again and uploading it to the virgin Xoops site. Will let you know how it goes. XOOPS should be done uploading by the time I finish feeding the horses.



8
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/19 22:26

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


After updating the module, I can add all the required parameters and add a product.... however, the product image does not display and I still cannot configure the payment gateway. There are still white screens after every submit operation.



9
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/19 22:09

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


When updating Oledrion with all other modules deactivated I get 1 error:

Warning: htmlspecialchars(): Invalid multibyte sequence in argument in file /class/module.textsanitizer.php line 485



10
preachur
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5
  • 2012/12/19 22:04

  • preachur

  • Just can't stay away

  • Posts: 525

  • Since: 2006/2/4 4


"Deprecated" was coming from MyAlbum, but Oledrion is still not adding products or updating the gateway. I am going to continue experimenting.




TopTop
(1) 2 3 4 ... 46 »



Login

Who's Online

169 user(s) are online (57 user(s) are browsing Support Forums)


Members: 0


Guests: 169


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