1
Tropics
Re: System does NOT mail new user reg notifications
  • 2006/1/31 19:15

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


that wouldn't explain why it works with notifications but not with new registrations, would it?
btw, i have the same problem, XOOPS 2.2.4.



2
Tropics
Another "server move" problem - error in PM module?
  • 2006/1/27 0:04

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


i first experienced this a few days ago, wasn't able to fix it but now this is the second time and i am sure i did nothing wrong.

standard server movement procedure, copying files, copying db, changing mainfile.php, setting permissions on some folders and clearing caches.
after that, i was able to access the site and use it - as long as i was not logged in. after logging in all i got was blank pages. so i turned on php debugging and i got the following:

This page cannot be displayed due to an internal error.

If 
you are the administrator of this siteplease visit the XOOPS Troubleshooting Page for assistance.

Helpful infomation you should provide while asking for assistance:

Error [Xoops]: Handler does not exist
Module
pm
Name
privmessage in file include/functions.php line 625


as i saw this, i thought about the other "server move" (i tried to copy a local xsas site to a website, and failed because of the above error) and i am sure this is not my fault, but a bug in the pm module! of course i am using XOOPS 2.2.4 (with 2.0.x i wouldn't have that module).

i am able to view all pages which do not contain any pm module blocks, so i was able to visit /modules/system/admin.php by typing exactly that and disabled the pm module - the site works since then.

i also tried uninstalling the pm module and reinstalling it, no change.

any ideas, things i might have missed, or maybe fixes?



3
Tropics
Re: webcam module
  • 2006/1/20 22:28

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


Quote:
<p align="center" style="margin-top: 0;"><a
<img src="http://www.brendalee4ever.com/images/catcam.jpg" width="120" height="90" border="0"></a><a
<img src="http://www.brendalee4ever.com/images/kitchen.jpg" width="120" height="90" border="0"></a><a
<img src="http://www.brendalee4ever.com/images/spycam.jpg" width="120" height="90" border="0"></a><a
<img src="http://www.brendalee4ever.com/images/couch.jpg"


i don't know the webcam module but that code doesn't make sense at all. <a is not valid there for example and the </a> closing tag isn't either. also ></p> is missing at the end.



4
Tropics
Re: What IS a sticky topic exactly?
  • 2006/1/20 1:47

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


Quote:
now erhmm my question, whats a digest topic :/


exactly what i was going to ask. maybe we should ask at the cbb forum, phppp should know the answer



5
Tropics
Re: Copying an existing xoops site to localhost ... I dont get whats wrong
  • 2006/1/20 1:39

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


i was able to pin it down to the table prefix_config. that table is too big to find out which entry is the bad one though ...

at least, my advice to users not being able to copy their site the "normal way" ... export your database again, but unselect the yourprefix_config table. if importing that to your copied site works, you are extremely close to your original site. final adjustments can be made using the XOOPS admin section (of your copied site, of course) and looking at the original table will help you find out what settings you are missing.

if that doesn't work, you can also take the long way as i did ... breaking up the sql backup in several parts which make sense to you. and trying to import one at a time.



6
Tropics
Re: Copying an existing xoops site to localhost ... I dont get whats wrong
  • 2006/1/19 0:10

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


thank you all but that didn't help either. the values in php.ini were already the ones you posted, debug_mode didn't change anything and the theme wasn't the problem, too. i didn't try different xampp versions as i think that you can install XOOPS 2.2.3 on the currently shipping xsas so copying an existing site into xsas *should* work.

i was able to pinpoint it down, though. i did the following: after downloading the database as plain-text .sql file, i opened it in my favorite editor (no, that is not notepad ) and copied and saved parts of it to other, smaller .sql files. i was able to categorize them by the the names of the sql table so i do now have 18 different files for different things on the site. this was the hardest part as the sql backup nearly has 10000 lines.

i installed a fresh XOOPS 2.2.3 site on the xsas, installed the modules i wanted, and copied the directories /themes, /images, /uploads and /modules/news/images from my online site. the site already looked quite a bit like the one that is online ...

then, of course, i made a backup of the database in its current form and then began importing the sql parts, one after the other. beginning with the files for cbb, users, polls, smilies, ranks and so on ... the site got filled with its content and without problems - until i got to the file containing system configuration entries.

that's where i am now, i know which 500 line part of the sql database makes trouble!
it contains the tables prefix_config, prefix_configcategory and prefix_configoption.



7
Tropics
Re: Copying an existing xoops site to localhost ... I dont get whats wrong
  • 2006/1/18 14:52

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


oh i just forgot to mention that in my "already tried" list



8
Tropics
Copying an existing xoops site to localhost ... I don't get what's wrong
  • 2006/1/18 11:39

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


It seemed so easy ... I just wanted to do what so many others have successfully done before. But it just won't work.

I have a XOOPS website, www.tropictech.de . No problem there. But I thought about some bigger changes which I don't want to do online, so editing a local copy would be nice. Additionally, I'll move to another server in a few weeks so I thought this would be a good test.

What I did:
1. Make backup copies of my site and the sql database. I already did that more or less regularly (daily when I changed something at the site), so no problem here.

2. I first tried Xampp, but after that, tried Xsas, both with the same end result - the default Xsas site runs perfectly though.

3. Import the downloaded database to the MySQL at localhost. No problem here either, as the database is only 1.5mb currently. One of the many instructions i read suggested i should "analyse" and "repair" the database, but that didn't change the result.

4. Copy all the files of my site backup to the local directory where the "www" directory is. I first tried a subdirectory, then the main directory, no change.

5. Adjust mainfile.php, of course, to the new settings.

All I get is a blank white page!

Other things i tried (with no other result):
- removed all php.ini and .htaccess that are somewhere in my site
- exchanged all occurences of www.tropictech.de in the database to localhost
- setting the site www.tropictech.de to phpdebug before exporting the database
- recovery.php also returns a white page
- xoopsinfo.php also returns a white page
- absolutely nothing in the apache log (besides the note that the server started, of course)
- one of the MANY threads i read about the procedure suggested installing a local xoops, overwriting the files with the real site afterwards, and exchanging the database contents. installing a local XOOPS works, but only white pages after copying over the site content.
- removed the XOOPS protector
- of course no file or directory is write-protected

xoops 2.2.3, news 1.44, cbb 2.31, wf-downloads 2.05, XOOPS protector 2.37.
There simply MUST be something i have not thought about, but I am ready to give up if nobody has an idea.



9
Tropics
Re: Two Sites using one Database - Possible?
  • 2005/2/25 2:52

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


hyperpod: that's what i thought, but why not ask
besides, i already hacked my core and some of the modules because they just didn't behave as i wanted. i try to keep track of it with a text file.

lance: thanks very much, i think that is what i searched for. i found the thread and i will decide if i really want to do it after i read it all



10
Tropics
Two Sites using one Database - Possible?
  • 2005/2/25 0:46

  • Tropics

  • Just popping in

  • Posts: 17

  • Since: 2005/1/26


I would like to have two sites, each of which would have its own installation (file wise), using a different layout, different themes, even a different language. But those sites should share some of their data: The users and some of the forums.

Site #1 forum:
- category Announcements
- category Support
- and a private category, only visible to certain users

Site #2 forum:
- only the private category
- maybe something else, haven't thought about it yet

Is this possible?




TopTop
(1) 2 »



Login

Who's Online

152 user(s) are online (76 user(s) are browsing Support Forums)


Members: 0


Guests: 152


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