11
mcleines
Re: large fonts in xcgal 2.02 admin section
  • 2006/11/9 7:40

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Please update to xcgal 2.0.3.

Can be downloaded here



12
mcleines
Re: Error creating new album with xcgal
  • 2006/11/8 15:30

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


You have to edit the file xcgal/delete.php row 264 and 269:

change $xoopsDB->query($query);
to $xoopsDB->queryF($query);



13
mcleines
Re: XCGallary 2.0.2 problems
  • 2006/11/2 20:22

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Do you upload to a user-gallery or to a public one?

Turn on the PHP and Mysql-Debug and report the errors when uploading the pics.



14
mcleines
Re: cannot understand News module's template code. please help.
  • 2006/11/2 11:43

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


You can activate the spotlight feature in den block settings.

$block.spotlight is true when this feature is activated!



15
mcleines
Re: Req: Module Installation Using Zip
  • 2006/10/17 12:44

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Here some information about PHP6:

http://www.php.net/~derick/meeting-notes.html#safe-mode

Quote:
Issue: safe_mode is a feature in PHP that checks whether files to be opened or included have the same GID/UID as the starting script. This can cause many problems, for example if an application generates a cache file, it will do this with the user ID that belongs to the web server (usually "nobody"). As an application is usually uploaded by the user belonging to the web account (say "client") the scripts can no longer open the files that the application. The same problems happen when for example an application generates an image.

Discussion: As safe_mode is a name that gives the wrong signals as making PHP safe, we all agreed that we should remove this function. It can never be made totally safe as there will always be ways to circumvent safe_mode through libraries. This kind of functionality also better belongs in the web server or other security scheme. open_basedir is a feature that we will keep, and we will point users to this functionality in the error message that is thrown when we detect this setting on start-up.

Conclusions:

1. We remove the safe_mode feature from PHP.
2. We throw an E_CORE_ERROR when starting PHP and when we detect the safe_mode setting.



16
mcleines
Re: xcgal2 problem
  • 2006/10/17 7:59

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Enable GD2 in the module preferences.



17
mcleines
Re: xcGallery creating 550 permission folder that user cannot upload
  • 2006/10/12 14:50

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


What are your server configs?

Is SAFE_Mode enabled?

And edit the file /xcgal/include/init.inc.php by removing the 2 slashes at row 36 (//define('SILLY_SAFE_MODE',1);) for testing.



18
mcleines
Re: XcGallery
  • 2006/10/9 7:57

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Do you get any php-debug info?



19
mcleines
Re: xcGallery foto rating
  • 2006/10/6 12:32

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


for xcgal:

edit xcgal/ratepic.php row 71 to:
"WHERE vote_time < $clean_before";



myalbum:

edit myalbum/sql/mysql*.sql
res_x int(11NOT NULL default '[color=FF0000]0[/color]',
res_y int(11NOT NULL default '[color=FF0000]0[/color]',



20
mcleines
Re: xcGallery foto rating
  • 2006/10/5 7:11

  • mcleines

  • Not too shy to talk

  • Posts: 108

  • Since: 2004/10/7


Do you have any error from the Mysql-Debug?




TopTop
« 1 (2) 3 4 5 ... 8 »



Login

Who's Online

94 user(s) are online (71 user(s) are browsing Support Forums)


Members: 0


Guests: 94


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