EPrints Technical Mailing List Archive

Message: #09100


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Admin Screen JavaScript Problem


CAUTION: This e-mail originated outside the University of Southampton.
To spare the wider list of my woes I'll send this to you.

I've added:

ingredients/prototypejs

to inc.

Though I still appear to be having problems. I'll keep at it today to see where I get.

Thanks,
James

On Fri, Nov 11, 2022 at 2:23 PM James Kerwin <jkerwin2101@gmail.com> wrote:
Hi David,

Thank you so much for your response.

The files were weird. In my logs I had:

Can't copy /usr/share/eprints/lib/static/style/images/bar_24px.png to /usr/share/eprints/archives/liverpool_rdm/html/en/style/images/bar_24px.png: Permission denied

I went through and copied each one and they vanished from my error list in Chrome inspector. Not the end of my problems.

Doing the dry run of UPDATE yielded:
Dry run: Fixed subject__rindex.field collation
Dry run: Fixed eprint__rindex.field collation
Dry run: Added additional_recipients to dataset saved_search
Dry run: Fixed saved_search__rindex.field collation
Dry run: Added upload_url to dataset document
Dry run: Fixed document__rindex.field collation
Dry run: Fixed user__rindex.field collation
Dry run: Fixed request__rindex.field collation
Dry run: 0 datasets added
Dry run: 2 fields added
Dry run: 0 counters were added

So it's adding two new fields when I run it properly? upload_url in Document and additional_recipients to saved_search?

Now on to inc. I currently have:

flavours/pub_lib
ingredients/bazaar
#ingredients/jquery
#site_lib

At risk of sounding incredibly stupid, what do I need to do to add prototype here? I have seen a prototype.js file somewhere today. Do I need to point it to that?

Thanks,
James


On Fri, Nov 11, 2022 at 1:15 PM David R Newman <drn@ecs.soton.ac.uk> wrote:

Hi James,

"appeared to be some eprints updates amongst them."

Do you mean you have EPrints installed as an OS (RPM or Deb) package?  If so there may be a number of issues if EPrints source code has been updated.  The first thing I would do is check to see if there are any updates required to the database:

bin/epadmin update_dry_run REPOID

If these looks sane then run "epadmin update REPOID" to actually do the update.

If you are getting Internal server error messages you can usually see them in the webserver error log files. As I assume you have HTTPS enabled this will likely be in the ssl_error_log or a similarly named file. (Check what you have set in your archive's ssl/securevhost.conf file).

It may be that you need to tinker with the ingredients included fro EPrints.  One requirement of upgrading an existing EPrints 3.4 repository to 3.4.4 is to add the prototypejs ingredient to flavours/pub_lib/inc.  This the first step in trying to make EPrints _javascript_ API agnostic and ultimately replace EPrints underlying _javascript_ library (Prototype) either with a more commonly used JS library or just to use native JS.

I am not sure what would be causing PNG images to give internal server errors that does seem very odd.  Hopefully the error messages in the webserver log files will explain.

Regards

David Newman

On 11/11/2022 12:55, James Kerwin via Eprints-tech wrote:
CAUTION: This e-mail originated outside the University of Southampton.
Hi All,

I've just applied some Ubuntu updates and to my horror noticed there appeared to be some eprints updates amongst them.

Now the page where I login to edit an eprint or upload files etc. is messed up. All of the tabs (Preview, Details, Actions, Messages, History and Issues) show all of their content under each tab. Eg. under details I see the preview, details, actions and so on. Same if I click on another tab.

It is also not allowing me to upload files. I can go through the motions of adding a file, but when I click "upload" the page appears to refresh and do nothing.

My guess is that this has introduced some _javascript_ problems. Irritatingly I think I've fixed this same problem previously.

Can anybody offer some advice on where to look? If I "inspect" the page in Crome I can see that we can't access minus.png, plus.png, warning.png etc giving a "500 (internal server error)".

Thanks,
James

*** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
*** Archive: http://www.eprints.org/tech.php/
*** EPrints community wiki: http://wiki.eprints.org/