Quote:
Originally Posted by Ophelia
Error on upgrade.. I did this "Run the Product Management System (VB admincp: Plugin System/Manage Products) and upload /release/product_eirma_ldm.xml"
And the following error came up:
Checking environment...
Warning open_basedir is set to in your PHP installation
Refer to documentation for information on this setting
|
This isn't an error - it's a warning. When your server has a php configuration file that sets a value for <em>open_basedir</em>, this restricts the parts of the filesystem that *any* script can access. It is quite possible to set <em>open_basedir</em> and LDM's settings such as <em>file_root_prefix</em> to be incompatible, hence the warning.
Quote:
Originally Posted by Ophelia
Under settings...
On my live site the teamuploads and thumbs is under /forum/teamuploads and /forum/thumbs
I changed this in the upgrade so it should be looking at /dev_forum/teamuploads and /dev_forum/thumbs, but it doesn't appear to be updating. I have none of the files in teamuploads and only 1/4 of the thumbs but when I go to the download manager, all the thumbs are there and I can download the zip files.
|
The LDM code does not currently update its database records to change all the pointers for existing uploads and thumbs from the previous directory to the new directory. I can probably send you a straighforward bit of sql to use with, e.g., phpmyadmin, to make the update, and will add this problem to the 'to do' list.
Quote:
Originally Posted by Ophelia
The comments sections is drastically different.
It expands the comments below everything, and shows 4 comments. This takes up a lot of space. Can you set it so that it doesn't expand like this?
|
There are now (actually for some time in vb 3 also) two ways of accessing the comments system, one using the 'dropdown' method that you are probably used to, and the second using an extended 'inline' feature that you are observing. You can choose which you want on the admin/settings page. I think you've enabled them both to show simultaneously.
Quote:
Originally Posted by Ophelia
In the admin area, you have bullet points for each category
Settings
File management
Linkbits/Catbits
Mirror Sites
Media Players
etc.
I'm old. Trying to get the mouse directly over those small bullet points isn't as easy for me anymore  Can the link be extended out to the word too?
|
Probably, you ask so nicely

Quote:
The time for the local_links.php is a lot longer than the time for the forum/blog or cms to load. Anyone else seeing that too?
|
This is a matter of caching certain bits of the display in order to gain speed. It is one of those things which gets tuned as one goes along, and was not a priority for this beta release. There is however a 'display bit caching' setting on the admin/settings page which is already partially functional.