Hi all!
We have a working multisite with drupal 4.6. It has a main page which collects end shows entries from the subsites. We use only one db whith prefixes like: main_, s1_, ...s6. The node and some additional tables are common. only the user and design related tables are pivate. In the main_node table there are more than 3400 entries! Now if we want to upload images with acidfree, we lost the content of the current album. We checked the logs in Drupal, and the Apache log also, but no special indication was found to the problem.
Finaly we set up the same system but now with drupal 5.1. At the uploading of the second subsite's content we got a new problem with imce. We use it with tinymce on the old version wthout any problem. But here in 5.1 we got an error every time, we try to upload image: Invalide filename. Of course in the log there is also nothing relevant :\
It is very cuorious that with the uploading of the first subsite we had no problem with imce, but now we can't upload images into the first neither.
Is here anyone who had meet the same? Evedy help is wellcomed !
Comments
The only limit is how much
The only limit is how much space your database will allow you to use. If you are on a shared hosting there are often very low limits. But if you have your own server, it is unlikely that you will run into a limit. This site has over 150000 nodes and doesn't seem to be having many problems (except for speed)
4294967295
your problem is not related to number of nodes in drupal.
Drupal uses (unsigned int) for node id so you can possibly have 4294967295 maximum nodes. That should be enough for even a very large site.
Only 4.2 billion!?!?! There
Only 4.2 billion!?!?!
There goes my plan on making a node for every person in the world! Somewhere, in some remote corner of the world, some little kid will go nodeless because of this! ;)
On a serious note, this is a good piece of information to have. Thanks for looking in to it.
- Corey
So there is no limit
If there is no limit than what should cause the problem?
1., Why are the contents disapeard from the album on the old version?
2.,At now on the new version every subsite has the same users: an admin and a temporary user which uploads the contents from the old site. So there is 2 subdirectory in each's "files" directory, like:
/files/s1/u1 and /files/s1/u2
/files/s2/u1 and /files/s2/u2
...
and so on. These directories were created automatically by the module.
I saw the images of the first subsite, so the location is ok. Then how can it happened that the imce could't uploads now any images?