New Image Gallery?

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
4/21/2008 3:20:02 PM
Gravatar
Total Posts 9

New Image Gallery?

This is kind of a re-hash from an earlier post.

 


I pulled down the latest release and added the simple gallery. I was able to upload a single image and it shows fine as the site admin and also as a regular nonpriveleged user. I then SMB-copied a directory of images to

...site...\Data\Sites\1\GalleryImages\4\FullSizeImages

and also a different directory of images to

...site...\Data\Sites\1\FolderGalleries

 

But neither showed up on the gallery page. Only the single image I originally uploaded shows.

 

What did I miss?

 

Thanks.

 

 

4/21/2008 6:10:41 PM
Gravatar
Total Posts 18439

Re: New Image Gallery?

The FolderGalleries folder is the only folder that can be used by this feature the other folders are for the other image gallery.

Click the edit link for the folder gallery and then try clicking the save button even if it looks already correct.

The lowest folder that can be the root of the folder gallery is the FolderGalleries folder as shown in your post. However you can make the root a folder beneath that folder at any depth level. Doing so excludes files from the upper folders.

Hope it helps,

Joe

4/22/2008 9:20:45 AM
Gravatar
Total Posts 9

Re: New Image Gallery?

 

Here's something odd. I did the "edit" and "save" and got an error from the site. The Event Log on the web server said:

 

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 4/22/2008 10:18:53 AM
Event time (UTC): 4/22/2008 2:18:53 PM
Event ID: aeb27fdc6cc94491b8511a0af3cc91b4
Event sequence: 16
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1192561554/Root-2-128533470179922149
Trust level: Full
Application Virtual Path: /
Application Path: C:\Inetpub\WwwSites\www.....\
Machine name: RADIUM

Process information:
Process ID: 3520
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpUnhandledException
Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown.

Request information:
Request URL: http://192.168.1.216/Admin/PageSettings.aspx?pageid=2
Request path: /Admin/PageSettings.aspx
User host address: 192.168.1.80
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.admin_pagesettings_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\b0a1868e\bce22093\App_Web__bbsuzej.18.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)


Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

4/22/2008 9:27:04 AM
Gravatar
Total Posts 18439

Re: New Image Gallery?

That error message doesn't give any clues about the error or where in code it is happening. Can you check the mojoportal log and look for the same error? There may be more detail there. You can review it under Administration > System Log or you can access the log file directly at /Data/currentlog.config, its just a text file.

Best,

Joe

4/22/2008 1:57:14 PM
Gravatar
Total Posts 9

Re: New Image Gallery?

 

I gave up on the release I downloaded (from 8-Apr), and grabbed "mojoportal-2-2-5-3-sqllitereleasefiles.zip" from Novell, wiped out the old stuff, and added this new to the root of my web site. I didn't make any adds or changes (even using the stock admin@admin.com account), not even to the skin.

I modified the NTFS ACLs to add "Everyone - Full Control" on the whole site filesystem (this is just a test).

I added an image directory.

 

I can now see stuff.

 

I don't know what was wrong, but it's right now. mojoPortal is an awesome thing!

 

Thanks.

 

 

You must sign in to post in the forums. This thread is closed to new posts.