About Images, How can to delete some one?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/17/2005 3:23:49 AM
Gravatar
Total Posts 146

About Images, How can to delete some one?

I started off with an installation of mojoPortal in Suse Linux 10, (/usr/local/web/mojoportal), soon appeared some problems and I proved creating another directory (usr/local/web/mojoportal2), I formed VirtualHost again and worked.  The problem that I have now, is that in the first directory it creates a gallery of images, (the database is the same one), but in the second site I only can see the names of the images, but not it image in himself.  How I can solve the problem.  Or how I can erase the images of the gallery to create them again?.

Thanks in advance.  
12/17/2005 3:56:23 AM
Gravatar
Total Posts 18439

Re: About Images, How can to delete some one?

You need to copy the images from the old site to the new site. Images are stored under Web/Data/Sites/[SiteID]/GalleryImages/[moduleID]

so you would look for the folder where moduleID is a number and copy this to the same location under the new site.
12/17/2005 4:33:49 AM
Gravatar
Total Posts 146

Re: About Images, How can to delete some one?

I made the process, but now when I want to see the site, shows an error to me 404,  I have reinitiated the server suse10, and the problem persists.  The only thing that I did went to copy the GalleryImages directory to the new directory.  I want to know what would have to change in my present configuration of mono, if I want to unload the last version from svn?.  Perhaps the problem is of mono and the new version perhaps solves it?

Thanks in advance
12/17/2005 4:48:37 AM
Gravatar
Total Posts 146

Re: About Images, How can to delete some one?

I cannot understand it, I have returned to reinitiate the server, and now yes I can see the site, but images not yet I can see them.
12/17/2005 4:49:17 AM
Gravatar
Total Posts 18439

Re: About Images, How can to delete some one?

Copying just the GalleryImages folder should not have broken anything. I think maybe you copied more than you should have or overwrote something or deleted something. Or else you made another change before this and it didn't break until you restarted apache but it is unrelated to just copying image files.

You might get more clues if you look in your apache log files or in the mojoportal log files under Data/currentlog.txt
12/17/2005 5:01:40 AM
Gravatar
Total Posts 146

Re: About Images, How can to delete some one?

Ok, now I can to see the Images.

Perhaps it was a problem of permissions.  The copied archives were with other owner/groups, now I changed a to them:

chown wwwrun:www /usr/local/web/mojoportal2 -R

And all work fine...
You must sign in to post in the forums. This thread is closed to new posts.