11
ibleedv20
Re: Trouble after creating backup
  • 2009/7/26 17:48

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Ahh no it is not.Should I add it from a fresh file? /class is gone altogether



12
ibleedv20
Trouble after creating backup
  • 2009/7/26 17:01

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


After creating a backup I recieve this error when trying to access my site.It seems something has gone wrong.Would anyone be willing to elaborate for me.What should be on line 97

Warning: require_once(/xxxxxxxx/xxx/xxxxxxxxxx/htdocs/xxxxxxxx/class/xoopssecurity.php) [function.require-once]: failed to open stream: No such file or directory in /xxxxxxxx/xx/xxxxxxxxxxx/htdocs/xxxxxxx/include/common.php on line 97

Fatal error: require_once() [function.require]: Failed opening required '/xxxxxxxxx/xx/xxxxxxxxx/htdocs/.omnilinkit/class/xoopssecurity.php' (include_path='.:/usr/lib/php5') in /xxxxxx/xx/xxxxxxxxx/htdocs/.omnilinkit/include/common.php on line 97

here is what I have

96 // Instantiate security object
97 require_once XOOPS_ROOT_PATH."/class/xoopssecurity.php";
98 global $xoopsSecurity;
99 $xoopsSecurity = new XoopsSecurity();
100 //Check super globals
101 $xoopsSecurity->checkSuperglobals();



13
ibleedv20
Is there ANY at all ?
  • 2009/3/22 23:21

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Are there ANY forums that will completely work with xoops.I have tried CBB and and get white pages for registered users.Xforums wont do recent posts or recent topics blocks.These seem to be fundamental aspects of a cms.What Forums do you recommend? While I am not a greatly experienced webmaster I am starting to get very frustrated at the bugginess of xoops.I have many hours invested in my site and I expected a more stable release with modules that work.



14
ibleedv20
Re: Problems viewing CBB intermittent
  • 2009/3/22 21:10

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I am using v 3.08



15
ibleedv20
Problems viewing CBB intermittent
  • 2009/3/22 20:56

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


When a person registers on my site there is a problem sometimes with them being able to viewe the forums.his results in a white page.In debug mode I am recieving this report.I would love any assistance.

Fatal error: Call to undefined method: xoopsmodule->loadlanguage() in /xxxxxxx/xx/xxxxxxx/htdocs/xxxxx/public_html/xoops/modules/newbb/include/functions.welcome.php on line 68
All errors (2) queries (14) blocks (0) extra (0) timers (3)
Errors
Notice: Only variables should be assigned by reference in file /modules/newbb/class/permission.php line 117
Notice: Only variables should be assigned by reference in file /modules/newbb/class/permission.php line 117
Queries
SELECT * FROM x635_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM x635_session WHERE sess_id = '404c6c683d5de10716eea1fa0d7a6442'
SELECT * FROM x635_users WHERE uid = '8'
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_admin' AND gperm_itemid = '1' AND (gperm_groupid = '2'))
SELECT * FROM x635_modules WHERE dirname = 'newbb'
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_read' AND gperm_itemid = '3' AND (gperm_groupid = '2'))
SELECT COUNT(*) FROM x635_group_permission WHERE (gperm_modid = '1' AND gperm_name = 'module_admin' AND gperm_itemid = '3' AND (gperm_groupid = '2'))
SELECT * FROM x635_config WHERE (conf_modid = '3') ORDER BY conf_order ASC
SELECT * FROM x635_bb_forums WHERE forum_id = '31'
SELECT COUNT(l.groupid) FROM x635_groups_users_link AS l LEFT JOIN x635_group_permission AS p ON p.gperm_groupid=l.groupid WHERE l.uid=8 AND p.gperm_modid = '1' AND p.gperm_name = 'module_admin' AND p.gperm_itemid = '3'
SELECT * FROM x635_group_permission WHERE (gperm_modid = '3' AND gperm_groupid IN (2) AND gperm_name IN ('category_access'))
SELECT COUNT(*) AS count FROM x635_bb_moderates WHERE (uid=8 OR ip IN('24','24.33','24.33.146','24.33.146.112')) AND (forum_id=0) AND (mod_end > 1237755058)
SELECT * FROM x635_group_permission WHERE (gperm_modid = '3' AND gperm_groupid IN (2) AND gperm_name IN ('forum_access','forum_view','forum_post','forum_reply','forum_edit','forum_delete','forum_addpoll','forum_vote','forum_attach','forum_noapprove'))
SELECT * FROM x635_modules WHERE dirname = 'profile'
Total: 14 queries
Blocks
Total: 0 blocks
Extra
Timers
XOOPS took 0.126 seconds to load.
XOOPS Boot took 0.080 seconds to load.
Module init took 0.046 seconds to load.


line 68 is $mod->loadLanguage();


115 ksort($categories);
116 endif;
117
118 $message = sprintf(_MD_WELCOME_MESSAGE, $user->getVar('uname'))."\n\n";
119 $message .= _PROFILE.": <a href='".XOOPS_URL . "/userinfo.php?uid=" . $user->getVar('uid')."'><strong>".$user->getVar('uname')."</strong></a> ";
$message .= " | <a href='".XOOPS_URL . "/pmlite.php?send2=1&to_userid=" . $user->getVar('uid')."'>"._MD_PM."</a>\n";
foreach($categories as $category){
if(isset($category["fields"])){
$message .= "\n\n".$category["cat_title"].":\n\n";
foreach($category["fields"] as $field){
if(empty($field["value"])) continue;
$message .=$field["title"].": ".$field["value"]."\n";



16
ibleedv20
Re: Recent topics block will not show on top page
  • 2009/2/16 18:53

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Yes the only way to allow users to see the block is to give them admin rights over the recent posts block.This is no good for reg members and anonymous users.If I can provide anything to clarify this problem or to double check the accuracy of this issue I will do so.I will try making a user group with 1 member again and give that member view only permission.



17
ibleedv20
Re: Recent topics block will not show on top page
  • 2009/2/14 15:47

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Strange recap:To get members to see recent posts block to be seen on top page.

All registered members must have System Admin Rights>Blocks ,checked and
Module Admin Rights>CBB ,checked
Block Access Rights>CBB , has no effect

Anonymous users cannot have the ability to see recent posts block because checking these 2 items has no effect,Nor can you add anonymous user to a group to give them these rights because they are anonymous and have no names in which to use.

This must be a bug!! I dont think anyone would intentionally design a cms like this.Please someone verify this for me



18
ibleedv20
Re: Recent topics block will not show on top page
  • 2009/2/14 15:16

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


Aha it seems that members and anonymous users must have block/system admin rights checked to be able to viewe recent posts.But now I am wondering what things this will allow them to do that I dont want them to do.This is strange.



19
ibleedv20
Re: Recent topics block will not show on top page
  • 2009/2/14 14:58

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I have also created a new group called nonmembers,given block access rights to them,added all members to that group and tested it that way.No luck



20
ibleedv20
Re: Recent topics block will not show on top page
  • 2009/2/14 14:50

  • ibleedv20

  • Friend of XOOPS

  • Posts: 32

  • Since: 2009/1/9 1


I have already checked and confirmed these are checked properly.




TopTop
« 1 (2) 3 4 »



Login

Who's Online

229 user(s) are online (144 user(s) are browsing Support Forums)


Members: 0


Guests: 229


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