11
powadha
phpwiki trouble
  • 2007/4/11 20:54

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


I've used mediawiki mod and some others. I really like phpwiki for it's simplicity.
One problem though, on my testsite I can't edit pages. The install went fine. The module shows, I can click it, but editing just ends in an 404. It refers to a non excisting page like:http://:/?RecentChanges.

Any ideas?

Regards



12
powadha
Re: registration on Xoops site
  • 2006/10/13 8:27

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


I found this thread by searching on google for XOOPS catchpa:
https://xoops.org/modules/news/article.php?storyid=1715

Download points to XOOPS China which makes it kinda hard to find the right download ;) Now to see if this still works on the latest Xoops.

Thanx for the pointer!



13
powadha
registration on Xoops site
  • 2006/10/13 6:01

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


When registering on a XOOPS site you have to enter a username and password. Optional a mail is send to the registar so the user can be verified.
On some (perhaps non xoops) sites there is an aditional field. The field has to be filled with a combination of lettters and numbers shown in 'handwriting' next to it. It's supposed to stop auto registration at the site. Is something like that available for Xoops?

Regards



14
powadha
Re: Connection problem?
  • 2006/7/31 15:55

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


The script posted was (btw not XOOPS related)

#!/bin/bash

#enter the location that ninan is installed in
export NINANDIR=/path/to/ninan-install-folder

#Use this to specify the java command 
#export JAVABIN="/usr/lib/java/bin/java"
export JAVABIN="java"

#this is a breakdown of the ninan command - the java options and the command itself
#export JAVAOPT="-Xms128m -Xmx256m"
export JAVAOPT="-Xmx128m" 

#one day, i'll figur out a way of generating this bit
export NINANCMD="-Djava.awt.headless=true -classpath
./lib/ninan.jar:./lib/mysql-connector-java-3.0.14-production-bin.jar:./lib/hsqldb.jar:./lib/log4j.jar:./lib/commons-lang.jar:./lib/commons-net.jar:./lib/org.mortbay.jetty.jar:./lib/jasper-compiler.jar:./lib/jasper-runtime.jar:./lib/javax.servlet.jar:./lib/ant.jar:./lib/commons-logging.jar:./lib/commons-httpclient-2.0-rc3.jar:./lib/saxpath.jar:./lib/dom4j-1.6.jar:./lib/jaxen-full.jar:./lib/spring-core-1.2.6.jar:./lib/spring-1.2.6.jar:./config:.
dk.team.ninan.core.NinanMain"


if [ `whoami` == root ]
then
   
echo "Ninan should NOT run as root!"
   
exit -1
fi

case "$1" in

  stop
)
    
kill `cat /var/run/ninand.pid`
    echo 
Killing Process `ps -ef | grep ninan | awk '{print $2}'`
    
kill `ps -ef | grep ninan | awk '{print $2}'`
  ;;

  
start)
    /
bin/bash -'
    /bin/echo $$ > /var/run/ninand.pid ; 
    cd $NINANDIR ; 
    touch $NINANDIR/restart ; 
    while test -f $NINANDIR/restart ; 
     do rm $NINANDIR/restart ; 
     nohup $JAVABIN $JAVAOPT $NINANCMD ; 
    done' 
>/dev/null 2>/dev/null &
  ;;

  
restart)
    $
0 stop
    sleep 2
    
$0 start
  
;;

  
startl)
    $
0 start 
    sleep 2
    
$0 log
  
;;

  
log)
    
tail -f $NINANDIR/log4j.txt
  
;;

  *)
    echo 
"Usage: $0 {start|stop|log|startl}" >&2
    
exit 1
  
;;

esac


So as a user this code can't be posted..The server didn't crash btw. I was just unable to connect anymore from the location (work) at home it turned out that the server was still running. Really weird....



15
powadha
Re: Connection problem?
  • 2006/7/31 9:43

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


Besides this problem, CBB crashes apache when a member of the site submits some code between the code tags. The code is a script (can't paste is here, the server is down atm).
These are major problems, anyone any clues?



16
powadha
Connection problem?
  • 2006/7/29 19:04

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


A member of my website reports the following error:

I have just run the command...
date wget [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]

and the results are
Sat Jul 29 13:16:25 BST 2006
--13:16:25--  [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
           
=> `viewforum.php'
Resolving [url=http://www.ninan.org...]www.ninan.org...[/url] 82.168.251.8
Connecting to [url=http://www.ninan.org]www.ninan.org[/url][82.168.251.8]:80... connected.
HTTP request sent, awaiting response...
13:18:25 ERROR -1: No data received.




When I run the same command:

date wget [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
Sat Jul 29 14:34:38 CEST 2006
--14:34:38--  [url=http://www.ninan.org/modules/newbb/viewforum.php]http://www.ninan.org/modules/newbb/viewforum.php[/url]
           
=> `viewforum.php'
Resolving [url=http://www.ninan.org...]www.ninan.org...[/url] 82.168.251.8
Connecting to [url=http://www.ninan.org]www.ninan.org[/url]|82.168.251.8|:80... connected.
HTTP request sent, awaiting response... 200 OK
Lengte: 1,584 (1.5K) [text/html]

100%[====================================>] 1,584         --.--K/s

14:34:38 (36.84 MB/s) - 'viewforum.php' saved [1584/1584]




What could be the reason for this error? I connect from home to a self hosted server so even using the ip would probably result in a local connection. Can this be fixed?

Regards



17
powadha
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/10/30 23:19

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


Brilliant! The update went smooth now and I got my users back!
Thanx a lot for taking care of this so quickly. All that's left to do is see how to get the three colums back to normal and get my theme looking as it was again. But that's nothing to do with the update I guess.Just a few modules to update and all is to 2.2.



18
powadha
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/10/30 17:15

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


trying system again gives something like xoopsupdate.php did:

Unable to install SystemError(s):
Could not add nameid field in configcategory table
Could not add description field in configcategory table
Could not add module id field in configcategory table
Could not delete user configuration category
Could not insert System to database.
xoops_module_pre_update_system executed successfully.
Unknown column 'umode' in 'field list'
INSERT INTO li3Pl04DxW_user_profile (profileiduser_icquser_fromuser_siguser_viewemailuser_aimuser_yimuser_msnmuser_occurlbiouser_intrestumodeuordernotify_methodnotify_modeuser_regdatepostsattachsigtimezone_offsetuser_mailokthemeactkeylast_loginSELECT uiduser_icquser_fromuser_siguser_viewemailuser_aimuser_yimuser_msnmuser_occurlbiouser_intrestumodeuordernotify_methodnotify_modeuser_regdatepostsattachsigtimezone_offsetuser_mailokthemeactkeylast_login FROM li3Pl04DxW_users
Can
't DROP 'block_id'; check that column/key exists
Can'
t DROP 'module_id'check that column/key exists
Duplicate column name 
'pageid'
xoops_module_update_system executed successfully.

Module System updated successfully.

Back to Module Administration page


I hope you find a solution!

Thanx for trying to solve this.



19
powadha
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/10/30 17:08

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


I'm not sure anymore I'm afraid. I believe I tried the xoopsupdate.php which partly failed. Went on to update the system module and then the extended profiles.



20
powadha
Re: Problems when upgrade from 2.0.13.1 to 2.2.3 Final
  • 2005/10/30 16:49

  • powadha

  • Just popping in

  • Posts: 41

  • Since: 2005/2/27


Same trouble here.

Unable to install SystemError(s):
Could not add nameid field in configcategory table
Could not add description field in configcategory table
Could not add module id field in configcategory table
Could not delete user configuration category
Could not insert System to database.

xoops_module_pre_update_system executed successfully.
Unknown column 'umode' in 'field list'
INSERT INTO li3Pl04DxW_user_profile (profileiduser_icquser_fromuser_siguser_viewemailuser_aimuser_yimuser_msnmuser_occurlbiouser_intrestumodeuordernotify_methodnotify_modeuser_regdatepostsattachsigtimezone_offsetuser_mailokthemeactkeylast_loginSELECT uiduser_icquser_fromuser_siguser_viewemailuser_aimuser_yimuser_msnmuser_occurlbiouser_intrestumodeuordernotify_methodnotify_modeuser_regdatepostsattachsigtimezone_offsetuser_mailokthemeactkeylast_login FROM li3Pl04DxW_users
Can
't DROP 'block_id'; check that column/key exists
Can'
t DROP 'module_id'check that column/key exists
Duplicate column name 
'pageid'
xoops_module_update_system executed successfully.

Module System updated successfully.


I can get into system since I got a test site running and can copy the link to my main site.

Updating the extended users seems to work but I'm afraid to say that I lost all the users (as far as I can see for now). In the forum the post on the mainpage (CBB latest) do show usernames. Clicking them gives: ' No user selected. Please go back and try again.'
Actualy going into the forum list all post as writen by guest....

Strange third problem: lost all the right blocks and even though I can click Blocks, no blocks are shown (on the test site they do)

Any clues on how to rescue as much as possible?

Regards




TopTop
« 1 (2) 3 4 »



Login

Who's Online

210 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 210


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