- Posts: 7
COMMUNITY FORUM
Incorect path
- one
-
Topic Author
- Offline
- New Member
Less
More
8 years 10 months ago #154980
by one
Incorect path was created by one
In server error log I see tons of warnings. It seems incorrect path but where I can correct it?
PHP Warning: include(/home/site-path/public_html/plugins/content/jw_allvideos/jw_allvideos/includes/js/quicktimeplayer/ac_quicktime.js): failed to open stream: No such file or directory in /home/site-path/public_html/plugins/content/jw_allvideos/jw_allvideos/includes/js/jwp.js.php on line 28, referer: domain.com
PHP Warning: include(/home/site-path/public_html/plugins/content/jw_allvideos/jw_allvideos/includes/js/quicktimeplayer/ac_quicktime.js): failed to open stream: No such file or directory in /home/site-path/public_html/plugins/content/jw_allvideos/jw_allvideos/includes/js/jwp.js.php on line 28, referer: domain.com
Please Log in or Create an account to join the conversation.
- Peet
-
- Offline
- New Member
Less
More
- Posts: 6
8 years 10 months ago #154982
by Peet
Replied by Peet on topic Incorect path
I just ran into this via JS console as well. The issue is this -
The JS code called: ac_quicktime.js
Is actually filename: AC_QuickTime.js
So on *nix systems or any system that is case sensitive, you get a file not found error. For now I duplicated the mixed-case file and named it all lower case, fixed my error - but JW please fix in next patch so it does not re-break.
Thanks!!
The JS code called: ac_quicktime.js
Is actually filename: AC_QuickTime.js
So on *nix systems or any system that is case sensitive, you get a file not found error. For now I duplicated the mixed-case file and named it all lower case, fixed my error - but JW please fix in next patch so it does not re-break.
Thanks!!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 10 months ago #155003
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Incorect path
Hello Peet,
Thank you for reporting this :)
This has been corrected in the upcoming version.
Thank you for reporting this :)
This has been corrected in the upcoming version.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- one
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 7
8 years 10 months ago #155008
by one
Replied by one on topic Incorect path
Great! We will wait fixes.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
8 years 10 months ago #155082
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Incorect path
Better yet you can backup and install the DEV version - github.com/joomlaworks/allvideos :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.