-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't import bibtex files w/ php7. #23
Comments
Hi @maladd, still having issues? Can you please provide your exact version of PHP? |
I am using php 7.3.5 on my development server and the production server is still on 7.2.18.
From: Carlos (carcam) <[email protected]>
Sent: Tuesday, June 18, 2019 6:39 AM
To: carcam/jresearch <[email protected]>
Cc: M. A. Ladd <[email protected]>; Mention <[email protected]>
Subject: Re: [carcam/jresearch] Can't import bibtex files w/ php7. (#23)
Hi @maladd<https://github.com/maladd>, still having issues? Can you please provide your exact version of PHP?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#23?email_source=notifications&email_token=AAWYMYNUVRJUDPLUXXTMAQ3P3C3LJA5CNFSM4HLLF7W2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODX56W3I#issuecomment-503049069>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAWYMYJN52BUZCIKPWINC73P3C3LJANCNFSM4HLLF7WQ>.
|
I typo'd - my production server is using php5.6. The latest version of php the production server can use is 7.2.18. I can't move my site off php5 until Jresearch works. I am developing a site design that will run on php7.2, and we use JResearch for our staff pages and publications site. Thanks for your efforts! |
I redownloaded the latest build and installed it. I made the following changes to the BibTex.php file and my bibtex file uploaded almost successfully. administrator/components/com_jresearch/includes$ diff BibTex.php-orig BibTex.php
|
Got it. Remove the escape from line 421. $arr = explode('{', $entry); Pubs now upload as expected. |
Is anyone else having problems importing bibtex files since upgrading to Joomla 3.9 and using php 7+?
This is the error I receive
Call to undefined function split()
The problem seems to w/ Bibtex.php
The text was updated successfully, but these errors were encountered: