Jus' wondering. Does the phpBB images (the logo, the forum images) get stored in the DB?
-Aled
The DB
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
- Kevin Clark
- Support Team
- Posts: 751
- Joined: Thu Feb 10, 2005 5:34 pm
- Location: UK
- Contact:
Re: The DB
Oh. I just installed phpBB3 CVS and there was a table called 'imageset' or something missing. When I got it from one of the schemas files there was no images like the logo or anything.
-Aled
-Aled
Re: The DB
You can choose to store the imagesets you created/modified in text files in imagesets/ folder or in the DB. It can be useful if the web server have no write access to the imageset folder.
-
- Registered User
- Posts: 11
- Joined: Thu Mar 02, 2006 3:20 pm
Re: The DB
Also, phpBB keeps track in a table which files are uploaded, but files themselves are not stored in the DB.