21
Tyson0317
What are the proper rights?
  • 2007/3/4 8:25

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


Hi Guys,

I would like to know what rights are "required" for users? I am running XOOPS via IIS on Win2K3 and have had quite a few permissions issues. I don’t want to leave the site unsecured for obvious purposes - is there a comprehensive write-up on what permissions are required for the IUSR and IIS_WPG users in the various folders? I know that XOOPS needs write access to certain stuff, but I want to make sure that I don’t give too much permission and get the site jacked...

Thanks,

Tyson



22
Tyson0317
Diary type module
  • 2007/3/3 20:57

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


Hi Guys,

I am running XOOPS 2.0.16 and would like to find a module that would be good for keeping a daily log on the site. Kindda like a daily diary where users can put in notes on a daily basis. Newest notes need to be at the top and older notes need to be accessable for some time. Any ideas?



23
Tyson0317
Re: Why is the script putting the slash the wrong way?!
  • 2007/3/2 20:04

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


I restored the mainfile to where it was by default - the way you showed, with the slashes the wrong way and no trailing slashes.

I also tried to empty the templates_c folder. This gave me a bunch of "file not found" PHP errors. So I put everything back... Site is still broken...



24
Tyson0317
Re: Why is the script putting the slash the wrong way?!
  • 2007/3/2 18:24

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


The mainfile by default has slashes like this / in both the path and the url statement - however note that in Windows path statements the slashes should go the other way... ie c:\inetpub\...

I tried manually changing them to \ but nothing changed. I also tried to change the slash in DIRECTORY_SEPARATOR statement, but that only made things worse, so I put everything back. Do note though, that my working XOOPS install has the slashes the wrong way in mainfile.php also and it works... The setting must be elsewhere.

Anyhow, I think that this is my problem - somehow the XOOPS installer routines are putting in the wrong slashes in various places - this has to be a setting somewhere!!



25
Tyson0317
Re: Blank screen after an all-green install
  • 2007/3/2 8:04

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


I got another post going with a better subject line, but here is the update:

I copied a working XOOPS install, which works fine. When installing any module to this, the new module install goes great, but then generates a blank screen!! This time however I can turn on debugging in XOOPS because the XOOPS core does work.

After a screen full of BS, I have this at the bottom:

Warning [PHP]: Smarty::include(C:\Inetpub\wwwroot\xoops/templates_c\%%38^38D^38D8A5E1%%db%3Axoopsmembers_searchform.html.php) [function.include]: failed to open stream: No such file or directory in file C:\Inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\xoops/templates_c\%%38^38D^38D8A5E1%%db%3Axoopsmembers_searchform.html.php' for inclusion (include_path='.;C:\php5\pear') in file C:\Inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255

Does anyone else nottice that the path statement has a slash before templates_c that is facing the wrong way?!?!?! The slash should be a \ instead of / - no wonder it cannot find the path!!

Ok, so how do I fix this?

System:
Win2k3 Std
IIS
PHP 5
MySQL 4.1



26
Tyson0317
Re: Why is the script putting the slash the wrong way?!
  • 2007/3/2 8:01

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


WTF?! How is it misleading?! The installer is doing something that placing the wrong slash into the code!!



27
Tyson0317
Why is the script putting the slash the wrong way?!
  • 2007/3/2 7:08

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


Hi guys,

When installing any module, the new module install goes great, but then when loading the module I get a blank screen!! I can turn on debugging in XOOPS because the XOOPS core does work.

After a screen full of BS, I have this at the bottom:

Warning [PHP]: Smarty::include(C:\Inetpub\wwwroot\xoops/templates_c\%%38^38D^38D8A5E1%%db%3Axoopsmembers_searchform.html.php) [function.include]: failed to open stream: No such file or directory in file C:\Inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255
Warning [PHP]: Smarty::include() [function.include]: Failed opening 'C:\Inetpub\wwwroot\xoops/templates_c\%%38^38D^38D8A5E1%%db%3Axoopsmembers_searchform.html.php' for inclusion (include_path='.;C:\php5\pear') in file C:\Inetpub\wwwroot\xoops\class\smarty\Smarty.class.php line 1255

Does anyone else nottice that the path statement has a slash before templates_c that is facing the wrong way?!?!?! The slash should be a \ instead of / - no wonder it cannot find the path!!

Ok, so how do I fix this?

System:
Win2k3 Std
IIS
PHP 5
MySQL 4.1



28
Tyson0317
Re: Blank screen after an all-green install
  • 2007/3/2 6:37

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


Yea, for the time being I gave full God rights to everyone - still nothing.



29
Tyson0317
Blank screen after an all-green install
  • 2007/3/1 21:44

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


Hi Guys,

I am trying to install another XOOPS based site on a server that already hosts other XOOPS sites.

Win 2003 Std
Xoops in IIS
PHP5
MySQL 4.1
Xoops 2.0.16

The install seems to go fine, I get all green lights all the way through. Create the admin user on the last step but when clicking "here" I get a blank page... I have tried all the steps in the "Blank Page FAQ" and none of them show any kind of an error. WTF? It is important to know that the same server/same config is running an active/working XOOPS site, so all the PHP mySQL stuff should be OK...

What gives?



30
Tyson0317
Looking for a module that can...
  • 2007/1/26 19:47

  • Tyson0317

  • Just popping in

  • Posts: 54

  • Since: 2006/4/21


I want to see if I can get XOOPS to do this for me:

I want a module that our company HR can use to keep track of things on employee records. For instance, record when an employee is late, or is written up, etc. It would be AWESOME if we could code in our own forms into this thing somehow...




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

233 user(s) are online (127 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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