1
SirTanksAlot
Re: Suddenly french entries in xtremguestbook

I've seen the same thing.. (I haven't had time to track it even as far as comparing the IP addresses.) It feels like a script or something looking to exploit the module. They have been coming in at a slow enough rate that I've been able to delete them by hand.. But it needs to be looked at more deeply.



2
SirTanksAlot
Re: xoopsgallery security or sth - adminlink for notadmins




3
SirTanksAlot
Re: Error: Could not open lock file

Sorry, but I still do not have a clear picture of the behavior you are seeing. The debug info provided above gives some notifies (which are expected) but no errors.

I'd really like to help you so please excuse my slowness this morning... Can you tell me explicitly what you are expecting to happen and what is happening instead?

e.g. Every time I try to create a new album, I get a blank screen. Then, when I reload the base albums page the new ablum is not present even though the folder was created on the filesystem.



4
SirTanksAlot
Re: Problem with Xoops Gallery

Make sure that the XoopsGallery\cache, XoopsGallery\cache\albums, and XoopsGallerycache\tmp are all writable by the webserver. This most likely means changing perms to 777 on all these folders and thier contents.



5
SirTanksAlot
Re: Error: Could not open lock file

Just to make sure we are on the same page:

1) Did you get the lastest version of the XoopsGallery module from www.xoopsgallery.com? (This site also has links to NetPBM and ImageMagick binaries.)

2) Can you be a bit more specific as to which problem in this thread you are having? Why don't you go ahead and describe the problem as you are seeing it in as much detail as you can. That way we can address specifically what you are seeing.

3) Did you check out the readme_xoops.txt file and follow all of the directions there about changing permisions on folders, etc?

I know this isn't a fix.. but hopefully it will give us the info we need to help you find your fix.



6
SirTanksAlot
Re: Can't change 'Xoopsgallery's Album Permissions' as admin

A replacment user.php has been uploaded onto the bug report. This replaces the file XoopsGallery/classes/xoops2/user.php

Or you can make the rather simple change to the file by hand.

was (in 2 places):
$this->isAdmin = (!$user->isAdmin()) ? 0 : 1;

needs to be:
$this->isAdmin = (!$user->isAdmin($GLOBALS['xoopsModule']->getVar('mid'))) ? 0 : 1;

This checks to see if the current XoopsUser/Member is an admin of the specific current module (XG)



7
SirTanksAlot
Re: Can't change 'Xoopsgallery's Album Permissions' as admin

Can you post this on the XoopsGallery bug tracker (http://xoopsgallery.org/modules/mantis/main_page.php)? And we will try to take a look at it.



8
SirTanksAlot
Re: Can't change 'Xoopsgallery's Album Permissions' as admin

Is the user that is getting the undesired rights a member of a XOOPS group that has admin rights to XoopsGallery? Can you try a user that does not have admin rights to the module?



9
SirTanksAlot
Re: Since 2.0.5.2 XoopsGallery 1.3.3 does not work

Can you try turning on PHP debuging either in the XG mod itself or for XOOPS in general? Lets see if that will give us any enlightenment.



10
SirTanksAlot
Re: Can't change 'Xoopsgallery's Album Permissions' as admin

CBlue,

Can you post what kind of problems your are having on the xoopsgallery site?

I'm trying to polish out some details but I'm not having any problems with XG1.3.3.3 and X2.0.5.1.

Or PM me with details or any postings or threads on this site that you feel are relavent.




TopTop
(1) 2 3 »



Login

Who's Online

231 user(s) are online (146 user(s) are browsing Support Forums)


Members: 0


Guests: 231


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