11
TopKnot
Re: Cannot Login to Admin or User
  • 2007/7/9 12:15

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


In the root of the News module, I found "_NOPERM) in:
visit.php
submit.php
ratenews.php
print.php
makepdf.php
index.php
article.php

Below is the code from modules/news/index.php (lines 88-111 with _NOPERM in line 101)

$storytopic=0;
if(isset($_GET['storytopic'])) {
$storytopic=intval($_GET['storytopic']);
} else {
if(isset($_GET['topic_id'])) {
$storytopic=intval($_GET['topic_id']);
}
}

if ($storytopic) {
$groups = is_object($xoopsUser) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS;
$gperm_handler =& xoops_gethandler('groupperm');
if (!$gperm_handler->checkRight('news_view', $storytopic, $groups, $xoopsModule->getVar('mid'))) {
redirect_header(XOOPS_URL.'/modules/news/index.php', 3, _NOPERM);
exit();
}
$xoopsOption['storytopic'] = $storytopic;
} else {
$xoopsOption['storytopic'] = 0;
}
if (isset($_GET['storynum'])) {
$xoopsOption['storynum'] = intval($_GET['storynum']);
if ($xoopsOption['storynum'] > 30) {
$xoopsOption['storynum'] = $xoopsModuleConfig['storyhome'];



12
TopKnot
Re: Cannot Login to Admin or User
  • 2007/7/6 21:43

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


underdog:

When I get into that "loop" the address shows as:
http://ourcarolina.com/modules/news/ As you can see I'm using the news module (1.54) as my "Module for my start page" under Preferences in the Admin section.

I searched for _NOPERM and find it in many many different places. But to make it easier, I have found _NOPERM in almost every module with two instances each. This includes the News 1.54 module.

Any suggestions from this point?

Thanks for your time!!!!!!!



13
TopKnot
Re: Cannot Login to Admin or User
  • 2007/7/6 11:34

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


underdog:
Found the following BUT I had to use the server copy...not local copy.

define("_NOPERM","Sorry, you don't have the permission to access this area.");

language/english/global.php

Now what?

I'm off to my other job for the day!



14
TopKnot
Cannot Login to Admin or User
  • 2007/7/5 19:14

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Here my problem. I cannot login to my website as either an Admin/Webmaster or as a User. No one can log in at all. When trying to login as Admin or User I get caught in a loop of sorts. The page that loads says:
"Sorry You Don't have permission to access this area.
If the page does not automatically reload, please click HERE"


This page just keeps on trying to reload to another page but never gets there so it looks like I'm stuck in some sort of a look. Clicking the "Here" link does nothing.

In addition, it almost looks like I'm logged in as the admin but there is no link to the "Admin Section". So, in effect, my site cannot be updated at all.

The last updates and additions I made were to add a blog using the wordpress module on July 1st. I also added the News Module on about June 27th, 2007 and added a bunch of articles...maybe 7 articles in all on July 1st.

This problem suddenly began on July 4th, 2007 or maybe on July 3rd. I have gone to my webs hosting service and they ensured me there was no changes made to any security setting or upgrades in over one month. I also have another XOOPS website on the same server and it works just fine. The XOOPS Site that works good is a 2.0.16 version.

The broken site is running XOOPS 2.2.5
URL:http://ourcarolina.com/

If anyone has any suggestions, please let me know.



15
TopKnot
Re: Google Maps - blank page
  • 2007/6/27 1:38

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


I had problems not unlike yours. My problem had every thing to do with java script contained in my "Theme". The good part for me is I didn't need the java in my theme. Deleted the script and the Google Map module worked just fine. Great Module by the way.

To test...try using the default theme and if it works then you might look in the java problem. Hope this helps but doubt it.



16
TopKnot
Re: An investment Information module
  • 2007/5/12 9:49

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Installed the updated Inventment Module.

Problems:
1. Blank screen when installing module
2. The module did install but...
3. There is no admin panel for the module.
4. Blank screen when clicking on the main menu item for the module.

I uninstalled the module and will look into these problems in a few day.
If you have any suggestions I would be happy.

I'll let you know what I came up with next week if I can find the problems.

Suspect it's in the English translation for MySQL????



17
TopKnot
Re: An investment Information module
  • 2007/5/6 23:18

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Problems Installing Module!

Error Message: Something like:

Too big column length for column 'investment_item_trade' (max = 255). Use BLOB instead

So I:

Changed "sql/mysql.sql.php" to read:
`investment_item_trade` varchar(255) NOT NULL default '',

Nect I tried to add the following line:

`investment_item_trade` text,

But then I get the following error:

Duplicate column name 'investment_item_trade'
Unable to install investment. Error(s)

Any help on this error



18
TopKnot
Re: An investment Information module
  • 2007/5/5 12:47

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Anyone using this module? Any info, demo or link to someone using this module would be great.



19
TopKnot
Re: Looking for Major Companies Using XOOPS
  • 2007/4/8 14:16

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Thanks for your replies. I have until Moday morning to compile a list of large companies using XOOPS. I have a good list already but am looking for the "utimate list" to sell my company on XOOPS.

If anyone has any inputs, please respond!



20
TopKnot
Looking for Major Companies Using XOOPS
  • 2007/4/8 4:29

  • TopKnot

  • Just popping in

  • Posts: 70

  • Since: 2005/9/27


Hi:
I need your help. I'm trying to get the company I work for to use XOOPS for their main website. Already have made a test site and the CEO likes the site very much but....

He would like a list of major/large companies that are using XOOPS. Can anyone point me towards at least 3 large companies that use XOOPS?. The more the merrier.

Thanks for any help on this issue.




TopTop
« 1 (2) 3 4 5 6 »



Login

Who's Online

217 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 217


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