Forum Activity for @michael

michael
@michael
11/28/13 09:42:47PM
7,832 posts

Blank Page


Using Jamroom

Update: The issue appears to have been caused by the structure of the foxycart integration class. The structure was one that only became available from PHP version 5.3 + and the server was running 5.2.xx.

Anybody running into a similar issue can resolve it by making sure the server meets the requirements
michael
@michael
11/28/13 09:15:37PM
7,832 posts

Blank Page


Using Jamroom

Send me the FTP info to support [at] jamroom.net and i'll login and get it fixed up for you.
michael
@michael
11/28/13 09:05:37PM
7,832 posts

Blank Page


Using Jamroom

I've fixed it on mine, but not exactly sure what the key to it was.

Try this,
* delete your php_error_log

Then see if this location will open:
* yoursite.com/core/integrity_check

If it does open check all the checkboxes and run the integrity check. If it doesnt open, check to see if your php_error_log has been recreated and the errors that are in it.

I suspect the error will probably be the same as before:
"PHP Fatal error: Cannot redeclare j.........."

If thats the case, open up FTP and remove all the duplicate module locations off of the server. So if you have:
/modules/jrCore
/modules/jrCore-release-5.1.0
/modules/jrCore-release-5.1.3

That type of structure, move the older version off of the server, but save it to your pc just in case. but delete it from the server so there is only one version of any particular module existing.

eg:
/modules/jrCore
/modules/jrCore-release-5.1.3

Keep just the one with the highest number.

After that see if you can get to:
yoursite.com/core/integrity_check


As the integrity check should be able to fix everything up if we can get it to run.
michael
@michael
11/28/13 08:46:37PM
7,832 posts

sign up login issue


Off Topic

use the command found in the help menu to report this broken site.
michael
@michael
11/28/13 07:00:33PM
7,832 posts

Image upload-Song form field


Using Jamroom

Yeah thats getting a bit more tricky.... the first thing that comes to mind is this:

[code]
{if $SONG_LABEL_IMAGE == 'label1'}
<img src="{$JAMROOM_URL}/image.php?band_id=5&song_id=22&mode=band_image">
{elseif $SONG_LABEL_IMAGE == 'label2'}
<img src="{$JAMROOM_URL}/image.php?band_id=90&song_id=165&mode=band_image">
{elseif $SONG_LABEL_IMAGE == 'label3'}
<img src="{$JAMROOM_URL}/image.php?band_id=458&song_id=252&mode=band_image">
{/if}[/code]

So use the selection system of
label1
label2
label3

in your custom form field still, but go and get those lables image urls (the band_id and song_id that makes their image show up) then in the template put that piece of code above so that it switches the images depending on what the user has selected.


[code]
michael
@michael
11/28/13 06:52:43PM
7,832 posts

Blank Page


Using Jamroom

Thats the one.

Got it, what Im guessing is happening is the symlink from your jrAction folder has been removed and each of the versions of the file are now presenting as individual modules (which they aren't)

I think i can reproduce this here, so I'll look for a fix now and get back to you.
michael
@michael
11/28/13 06:44:58PM
7,832 posts

Blank Page


Using Jamroom

That looks like the 'debug_log'. no 'php_error_log'?
michael
@michael
11/28/13 06:40:20PM
7,832 posts

Blank Page


Using Jamroom

Take a look in the
/data/logs

folder for any file that looks like:
php_error_log

and if its there, could you post the contents of it here.
michael
@michael
11/28/13 06:21:16PM
7,832 posts

Blank Page


Using Jamroom

If you cant get into the admin area to clear the caches, try this:
* use FTP to access your jamroom directory
* locate the file /repair.php.html in the root folder
* rename it to /repair.php
* call yoursite.com/repair.php

That should allow you to reset any caches.

Alternatively you can clear out the caches yourself to see if that helps:
* login via FTP
* go to /data/cache
* delete all the folders and files in there. They will be rebuilt later.
  761