51
BlueStocking
Re: Undefined variable: g_id

Have you upgraded anything we should know about. Have you preformed the same routine previously on this same version with success?

I am thinking the timing on the server belch could be concidental and is masking the fact this function wasn't working properly, and it could possibly be a bug.

Do you know it worked before, the 500 http error?
What version XOOPS is this error related to?

BS
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



52
BlueStocking
Re: Undefined variable: g_id

A 500 http error is a server error generated number.
To see what caused that you may check your server logs, or ask your server admin for information.

Since the server failed and you were able to re access the site then the server probably just had a momentary glitch.
It is my GUESS ..and.. that is all it is, a guess, {relating to the 500 error message}, that a sudden interruption in service may have caused a database table corruption.

So for starters I would go completely out of the program and reboot so my cache wasn't giving me a faulty read, and see if the problem still exists after re-booting.

I assume this was working before the 500 error.

If the problem still exists, after reboot.. then I would go to the database and do a repair tables.

You have a groups, and groups_permission -- either of those table could be corrupt. Select operation and look for the analize and repair table section.

This is what I would do, and I could be way off base because I have not encountered that problem.

I will google and see if anything else helpful might show up...

BlueStocking

60      case "update":
  
61          if (!$GLOBALS['xoopsSecurity']->check()) {
  
62              redirect_header("admin.php?fct=groups&op=adminMain"3implode('<br />'$GLOBALS['xoopsSecurity']->getErrors()));
  
63          }
  
64          $system_catids = empty($system_catids) ? array() : $system_catids;
  
65          $admin_mids = empty($admin_mids) ? array() : $admin_mids;
  
66          $read_mids = empty($read_mids) ? array() : $read_mids;
  
67          $read_bids = empty($read_bids) ? array() : $read_bids;
  
68          $member_handler =& xoops_gethandler('member');
  
69          $group =& $member_handler->getGroup($g_id);
  
70          $group->setVar('name'$name);
  
71          $group->setVar('description'$desc);
  
72          // if this group is not one of the default groups
  
73          if (!in_array($group->getVar('groupid'), array(XOOPS_GROUP_ADMINXOOPS_GROUP_USERSXOOPS_GROUP_ANONYMOUS))) {
  
74              if (count($system_catids) > 0) {
  
75                  $group->setVar('group_type''Admin');
  
76              } else {
  
77                  $group->setVar('group_type''');
  
78              }
  
79          }
  
80          if (!$member_handler->insertGroup($group)) {
  
81              xoops_cp_header();
  
82              echo $group->getHtmlErrors();
  
83              xoops_cp_footer();
  
84


IF someone can determine from this code or experience what may have gone wrong.

Please chime in, this gentleman needs your help...
BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



53
BlueStocking
Re: define Standard Templates for theme developers - your idea

Quote:

Question: Who exactly is the "Design Team" we're hearing so much about? ...Sublime

Answer: This team will be completely functional this weekend, therefore if you are interested ... Kris_fr


DesignTeam
Aph3x, Moffawak, Pilou, Wishcraft, Ianez, Voltan, and Kris_fr Team Leader

@Kris_fr Thank you for the members list,
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



54
BlueStocking
Re: Xoops Modules (All Xoops Users Please Read)

From the Operations Manual 1.1._The_XOOPS_core

Quote:

To sum up, then, the XOOPS core comprises a lot of power hidden under calls to classes or functions, provides the functional framework, the templating engine, the handling of languages and much more. It accomplishes part this through the System module, which is the only one installed in a default XOOPS package, as it is through this module that the webmaster decides what other modules will be part of the live site.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



55
BlueStocking
Re: Xoops Modules (All Xoops Users Please Read)

Thanks for signing up to comment on the Modules Repository activity -

We have Forums

Feel free to use the Discussion tab to comment about changes you would like to see made.

BS
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



56
BlueStocking
Re: Problem with FlashGames module

Different FlashGames Added -- not the same as one linked on this thread. Moved that one to dead modules. (security risk) as it stands without patch.
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



57
BlueStocking
Re: Xoops Freelancer?

I would look into the possibility my server had a recent backup I could revert to.

They usually keep recent backups for your files and databases.

You can contact them and ask them to restore the backup you select.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



58
BlueStocking
Re: Formulize / Pageworks /MySQL

Hi,
I am an older lady myself and know what you mean about trying to learn php and smarty. That is the purpose of XOOPS, something so easy anyone can use it.

What kind of database do you have now?

How about a link to your newly made XOOPS site.
I would find it interesting to visit.

EDIT:
English - Google Translate I looked at your profile and see the page you are setting up. Very nice. As time goes on you will find just the right thing for your website, I am sure! It just takes a little experimenting.

BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



59
BlueStocking
Re: Formulize / Pageworks /MySQL

TO ALL:
Please Excuse my interruption with the placement of these links but I am working on a possible way to tie conversation past, present and future with the Wiki area so important points of board conversation may be easily found in the future.

Pageworks ~ (discuss this page on the navigation bar at the bottom of the wiki page) Talk:Pageworks

Continue on....

Working....
BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG



60
BlueStocking
Re: Xoops Modules (All Xoops Users Please Read)

@wingrider101, John and others...

Just in case I failed to mention it, and I did.... I would not had thought about downloading those files and making them available if D. J. had not mentioned to me how important he thought it was to have the modules archive backed up. I thought so too and volunteered to do my best to make it happen.

It is good knowing there are copies out there that can be re-coded and updated.

This is where my module-ability ends. We truly need those who have expertise with module building to pick up on what they can do and submit.

We need someone to set up a workable file structure, that shows what modules go with what XOOPS versions, etc.

We have the wiki so it would make sense to start making pages and relating them through categories.

As a side note, the Wiki is very forgiving on misplacing a file at first... they move from category to category with just the addition of a couple of braces and a category name. They can be put in multiple categories.

I can help YOU work with the wiki, whoever YOU are.

...BlueStocking
https://xoops.org/modules/repository .. It is time to get involved - XOOPS.ORG




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 94 »



Login

Who's Online

260 user(s) are online (153 user(s) are browsing Support Forums)


Members: 0


Guests: 260


more...

Donat-O-Meter

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

Latest GitHub Commits