761
rabideau
login problems
  • 2003/11/2 1:25

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


When I attempt to login to my site, I am unable to access the actual site contents. I get redirected to the original login page instead.http://squareconstruction.com is the site where this occurs. This site happens to use a MySQL db that is located somewhere other than localhost... and I do not have root privs. Could these be the problem? Or am I missing something?

You may access the site using guest/linux as the username password combination to see what I mean.

Thanks!!!!



762
rabideau
Re: Install Fatal Error
  • 2003/10/31 20:30

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I just reuploaded 2.0.5 install dir. I get the same error:
Fatal error: Call to undefined function: get() in /home/sites/site33/web/install/class/dbmanager.php on line 44



763
rabideau
Re: Install Fatal Error
  • 2003/10/31 20:22

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Thank you, I will.



764
rabideau
Install Fatal Error
  • 2003/10/31 20:15

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I am performing a new install of version 2.0.5 and get the following error:

Fatal error: Call to undefined function: get()in /home/sites/site33/web/install/class/dbmanager.php on line 44

+ Database name==> squareconstr
+ password==> xxxxxx
+ database privs===> none
+ XOOPS physical path===> /home/sites/site33/web
+ XOOPS virtual path==>http://www.squareconstruction.com
+ database hostname ==> localhost and db.sqaureconstruction.com have been tried to no avail.
+ MySQL version is reported as 3.23 (the current release is 4.1.xx) XOOPS currently supports 3.23.xx, 4.0.xx, and 4.1.xx versions of MySQL, so that should not be the problem.

Any ideas what this might be?

Thanks!
...mark



765
rabideau
Re: 2.0.3---> 2.0.5 Upgrade failure
  • 2003/10/11 12:29

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Hello all,

I still have no idea what caused the problem. Here's what it took to fix it though.

I did a complete unistall of my site (deleted all files on the server).

I upgraded a backup version on my local pc. Then uploaded the new site to the server. Now it works.

I guess I should be happy that the problem's gone...

But I wish I knew what caused it. btw. another feature of the bug was that it sent email messages to one of my webmaster accounts (but not all). The email messages contained the dumps that looked like that posted earlier.



766
rabideau
2.0.3---> 2.0.5 Upgrade failure
  • 2003/10/9 19:33

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I followed the instructions of copying 2.0.5 patch onto my 2.0.3 installed site. I get many errors such as:

criteria = null, $id_as_key = false) { $ret = array(); $limit = $start = 0; $sql = 'SELECT * FROM '.$this->db->prefix('modules'); if (isset($criteria) && is_subclass_of($criteria, 'criteriaelement')) { $sql .= ' '.$criteria->renderWhere(); $sql .= ' ORDER BY weight '.$criteria->getOrder().', mid ASC'; $limit = $criteria->getLimit(); $start = $criteria->getStart(); } $result = $this->db->query($sql, $limit, $start); if (!$result) { return $ret; } while ($myrow = $this->db->fetchArray($result)) { $module = new XoopsModule(); $module->assignVars($myrow); if (!$id_as_key) { $ret[] =& $module; } else { $ret[$myrow['mid']] =& $module; } unset($module); } return $ret; } /** * Count some modules * * @param object $criteria {@link CriteriaElement} * @return int **/ function getCount($criteria = null) { $sql = 'SELECT COUNT(*) FROM '.$this->db->prefix('modules'); if (isset($criteria) && is_subclass_of($criteria, 'criteriaelement')) { $sql .= ' '.$criteria->renderWhere(); } if (!$result =& $this->db->query($sql)) { return 0; } list($count) = $this->db->fetchRow($result); return $count; } /** * returns an array of module names * * @param bool $criteria * @param boolean $dirname_as_key * if true, array keys will be module directory names * if false, array keys will be module id * @return array **/ function &getList($criteria = null, $dirname_as_key = false) { $ret = array(); $modules =& $this->getObjects($criteria, true); foreach (array_keys($modules) as $i) { if (!$dirname_as_key) { $ret[$i] =& $modules[$i]->getVar('name'); } else { $ret[$modules[$i]->getVar('dirname')] =& $modules[$i]->getVar('name'); } } return $ret; } } ?>

On the top of the page. Any ideas how this might be fixed?

...mark

samidiabmd.com



767
rabideau
Re: Questionnaire Module
  • 2003/9/8 15:52

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I use phpSurveyor. Very nice and very powerful.

phpSurveyor

Perhaps someone can make it into a XOOPS module....



768
rabideau
Re: WebSlave Project - a project managment tool
  • 2003/8/1 15:59

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


Senor Salazar,

For those of us for whom messing with style sheets is not easy...

Would you be kind enough to make the modified version available?

Thank you!



769
rabideau
Re: SiteMap Module
  • 2003/7/12 11:50

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I am also looking for a SIteMap Module for XOOPS 2...



770
rabideau
Re: Document Management System (DMS) : Error
  • 2003/6/30 14:50

  • rabideau

  • Home away from home

  • Posts: 1042

  • Since: 2003/4/25


I get the same... and have given up on the module.

Try OpenDocMan from SOurceforge, it works nicely although irt is not integrated with Xoops.




TopTop
« 1 ... 74 75 76 (77) 78 »



Login

Who's Online

156 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 156


more...

Donat-O-Meter

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

Latest GitHub Commits