11
winnesoup
Re: DMS Problems
  • 2005/5/2 21:51

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


Quote:

darkangel wrote:
Hello all..

I've read through the comments on the forum about DMS, but none seem to solve my problem.

I'm getting the error:

Error: Unable to move file.
SP:/tmp/php4CDuCY
DP:/Documents/1/1/1/1400001.dat

Which appears to be quite common.

I'm running Linux, with PHP 4.3.9.

Any suggestions very much appreciated.

Thanks


Without wanting to be killed but there are more postings concerning this problem. The killing part is in the fact that other postings are with windows.
I had the same problem on windows. Turns out to be a "double" problem.
1st -- rights: local systemaccount did not have enough priviliges to access network shares. I.e. I now have the apache service run as a account which does have rights for that directory
2nd -- php problem: php does not seem to catch windows drive-letters from about php 4.3 or so. For me it worked to only use UNC coding (\\server\sharename\directory\).

So not one, but two challenges. Might be the in the same range with Linux:
1st -- rights problem
2nd -- use full unc paths.



12
winnesoup
Re: Adding Fields in Registration
  • 2005/4/19 21:38

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


Trying to find the time to work this out. Sorry, not yet!

Also look at what our core programmers are saying about this feature for 2.0.1! Maybe we will be to late by then (gladly)



13
winnesoup
Re: Adding Fields in Registration
  • 2005/3/29 18:13

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


Thnx Alfa! Appreciate your work!

Going to try it on my test site. When I finish an english translation, I will add it to this post.



14
winnesoup
Re: Adding Fields in Registration
  • 2005/3/26 12:14

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


ok, a little translation into English.

Please keep us informed if you manage to get this thing to work!! Look out, i think i found this module already. It's called "anniversaire" and is available for E-xoops. It just adds a field to enter your birthday and display it.

IMHO XOOPS is definitely in need of a good myprofile module or something!!

Translation is added after EN:

Cheers,

Winnesoup

Installation:
EN: Installation

1.Schritt
EN: 1st step

1. Datei entzippen und ins Module verzeichnis kopieren
EN: Unzip data and copy in Module folder

2. Das Modul im Admin installieren und die Gruppenrechte setzen
EN: Install the module and apply groups

3. WICHTIG: Die sql-tabelle muss du per hand in die Datenbank per phpmyadmin o.ä. erstellen
EN: important!! The needed tables have to be added to the database by hand // phpmyadmin
--------------------------------------------



3.Schritt (Wenn du einen Link im Mitglieder-Block haben möchtest
EN: third step (hé, who has stolen number 2 ?) (When you want to have a link in the member block)

1.öffne die Datei system_blocks.php im Verzeichnis modules/system/blocks
EN: Open the file system_blocks.php in modules/system/blocks

2.unterhalb der Funktion b_system_user_show() in der Zeile 48 fügst du ein
EN: Below the function b_system_user_show() on line 48 you add


/////////nach dieser Zeile/////////////
EN: AFTER THESE LINES

$block['content'] = "<strong><big>·</big></strong>&nbsp;<a href='".XOOPS_URL."/user.php'>"._MB_SYSTEM_VACNT."</a><br />";

////////////////////////////////////////


///////////kommt diese zeile rein///////////
EN: ADD THIS LINE

$block['content'] .= "<strong><big>·</big></strong>&nbsp;<a href='".XOOPS_URL."/modules/anni/'>Geburtstag</a><br />";

////////////////////////////////////////


Für die Leute, die einen eigenen Hauptmenü-Block haben und keinen Link im Mitglieder-Block haben möchten gilt:
damit sich die Leute eintragen könne, muss ein Link im Hauptmenü anni/index.php existieren
EN: For people who have their own main-menu block and do not want to have a link in the member block the following is needed:
To have people being able to register themselves, a link in the mainmenu anni/index.php MUST exist.

Viel spass damit...
EN: Have fun



15
winnesoup
Re: Admin login problem // xoops_session table "in use"
  • 2004/11/8 21:20

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


ok Ted, no hailing then. I stick to thanx, ok ?

Maybe the following helps.

Phpmyadmin showed that the number of entries was corrected from 8 to 5 when repairing the xoops_session table. My guess is that it is something to do with MySQL and then probably in a ISP hosted environment. Offered MySQL functionalities often reside at servers that do not have, as you may call it, a well balanced load.
Having 8 entries corrected back to 5 and a myi file "in use" gives me ideas of "not completed" write actions etc.

But I also think we should jump out of this thread in case we might discuss this thing out.

Again thnx. I got my site up and running.



16
winnesoup
Re:login redirect back to login
  • 2004/11/8 21:09

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


adding a solution I found on the forums just yesterday --> repairing the Xoops_session table did the job for me.

The cookie thing is probably most valid if you use XOOPS session cookies!

Ok, I know it is solved, but adding this repairing thing makes this post a more complete one.

@ted, wasn't it you that first posted this solution ?




17
winnesoup
Re: Admin login problem // xoops_session table "in use"
  • 2004/11/7 13:20

  • winnesoup

  • Just popping in

  • Posts: 29

  • Since: 2004/10/15


tedsmith was right. I had the same problem at my site. PHPmyadmin showed that the xoops_session table was "in use". Repairing it solved my problem!!

Hail Tedsmith




TopTop
« 1 (2)



Login

Who's Online

165 user(s) are online (123 user(s) are browsing Support Forums)


Members: 0


Guests: 165


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