1
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2006/3/16 20:36

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Thanks spankee,

I've upgradedmy XOOPS to 2.0.13 and the phpgedview works perfectly now.
Many thanks for your help.

Still, I have a little issue.

I wanted to hide some of the living persons of my genealogy to public guests (by default I've set that all living persons can be seen by anyone).
Therefore, I've used the override privacy setting tool of the module. It's in the "Edit GEDCOM privacy settings" page at the box "Person Privacy settings". There I've added the persons I wanted to hide and set them to "show only to authenticated users".

However when access my website as a public guest I still can see the persons that I have hide. Strange.

Did any of you faced the same issue?
I wonder if it's related to the linkage between the phpgedview authentification system and the authentification file of Xoops.

Any idea?



2
nbecu
Re: Multisites Module/Hack
  • 2006/3/2 15:22

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Thanks for the link.
I've installed the module with no problem.

However, I just found out that, as far as I understood, I need to install a second time XOOPS and its modules on the URL of my second site.

This was not what I was looking for actually. I thought I could use the same kernel/xoops class/module files etc... and create a kind of "virtual" second site in which I could customize in a different way (than my main site) the modules that I wanted to show, the welcome page, the theme etc...

So unless I missed something I think this multisite module/hack is not what I need :(



3
nbecu
Re: Multisites Module/Hack
  • 2006/3/1 17:20

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Hi stefan88,
I'm interested in the 2.0.13.2 version of this hack.
Could you be so kind to post it here or send it to me by email.

Thanks



4
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/10/13 6:57

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Hi,
May I as on which version of XOOPS you are. Until now I couldn't make the module work and perhaps it's a problem of version. thanks



5
nbecu
max upload size in wf-downloads
  • 2005/9/29 16:34

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Hi,

I went through the forum but I still couldn't find a solution to my problem.
Several posts mention that the max upload size in wf-downloads (as well as in other modules I think) is constrained by a PHP core directive called upload_max_filesize ; which in my case is set to 2M.
My problem is that I want to increase it.

In a post (sorry I can't remmeber who it was) someone suggest to use a .htaccess file to set up this value ; and he also says that sometimes it doesn't work. In my case it doesn't work at all. All the website turns to a blank page

I then contacted my host service asking them to increase this value. They said they can't do it as it is a core parameter and that it will affect all their clients (which I can understand).
They also suggested that instead of using a Php upload function, better try a java applet such as this one. However, I'm really not willing to put a java applet in my nice and stable XOOPS website.
There must be another solution...

Would anyone have a clue?



6
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/9/29 14:31

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


OK, I think I'm clear with all the pre-conditions now and all the recommendations you gave me. My default theme is on and is running. I made sure that I don't miss any files from phpGedView. I've clear the template_c folder, I've upgraded to XOOPS 2.0.13.1 etc.. etc..

So the result is ........ still doesn't work !!! BUT, now, when I click on the link to editconfig.php (I don't get a totaly blank page anymore) I get the XOOPS admin page environnement (the module list on the left, and the XOOPS admin menu bar on top) but the content is blank except this text " {pgvsplit} ".
I've put on the debugger and checked if there was anything wrong on this page, but no there isn't.
Any idea?



7
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/9/28 17:30

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


I now tried the php (as well sql) debugger and I tried changing themes.

When I have the PHP debugger I have no warnings at all!! Not about some missing files or about anything (the only I get is some repeated value in the multiMenu module)

Now, regarding themes
- changing to x2t makes no difference (still a blank page to admin pgv links and to pgv main user page).
- I have a problem with the default theme; it doesn't show anything when I go back from the admin menu to the main page. I get a blank page with a blue rectangle at the top of the page. I can't figure out what's wrong.
- I also tried one of your theme. I picked Cloudy. And there I have a Fatal error "Call to undefined function: themeheader() in /home/..../header.php on line 57". In the header.php file the line 57 is "themeheader($xoopsOption['show_rblock']);".

Anyway, I don't think all of this is related to the problem I have.

I'm gonna try downloading phpGedView 3.3.5 once again. Perhaps I miss some files.



8
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/9/28 16:35

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Quote:
open the config.php in the pgvxoops patch, and edit the $DBNAME, $DBUSER, and $DBPASS entries to match your installation. Edit the $TBLPREFIX to be your XOOPS table prefix plus '_pgv_'. (Just replace the 'xoops' default with yours. Change the $CONFIGURED value to false, if it alreay isn't.

OK, I just tried all that and didn't make any difference. Tables are created (at installation) and removed (at uninstall) if I put the password and dbname or not.

Even more strange, I tried putting a dummy name to DBname and TBLPREFIX, but it keep on installing tables with the name xoops_pgv_...
It looks like it doesn't make any difference



9
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/9/28 16:15

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Quote:
Unless your database happens to be 'xoops' and there is no username and password - you should get some error.


Well It happens that my database is called 'xoops' . Tables are then xoops_pgv_blocks etc...

I'm gonna try the trick you suggested



10
nbecu
Re: module to integrate phpgedview into my xoops site
  • 2005/9/28 15:08

  • nbecu

  • Just popping in

  • Posts: 11

  • Since: 2005/9/16


Hi Steve,

I'm on XOOPS 2.0.13 (not 2.0.13.1 but I guess it doesn't make any difference).

Thanks for the new patch. I've installed it.

This time as well as last time the installation worked perfectly. I don't have any " database connect error message and popup " as mentionned in your readme. But the thing is that all links of the module leads me to a blank page (I've activated the module again on my website so that you can see by yourself).
(I also didn't install the themes files, thinking it wasn't compulsory. It isn't, isn't it?)
(one more thing, for uploading files on my server, I first uploaded the phpGedView 3.3.5 files, and then the pgvXoops files so that your files overwrite the others. Was I write?)
(one more thging again !! I've put all files in a folder called "pgv" , not "pgvxoops" as in your patch)

Regarding the stand-alone version of phpGedView that I installed on my website, I have those codes since I tried installing french, spanish etc... languages. I've aloready tride uninstalling them but I still have those codes. I need to get a better look at it.

Cheers

Nicolas




TopTop
(1) 2 »



Login

Who's Online

253 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 253


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