_Vinny_ wrote:TO UPDATE:Vattenpistol wrote:Hi Vinny!_Vinny_ wrote:Version 1.0.4 RC1 is now live! See first post.
The MOD has undergone major changes, if you are still using 3.0.x and this MOD, let me know if you need help to update the MOD.
I currently use phpbb 3.0.12, so I would really appreciate if you could post a guide or some instructions on how to update.
Also, now I get this error code:Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/video.php on line 67: DOMDocument::load(http://gdata.youtube.com/feeds/api/videos/): failed to open stream: HTTP request failed! HTTP/1.0 410 Gone [phpBB Debug] PHP Warning: in file [ROOT]/video.php on line 67: DOMDocument::load(): I/O warning : failed to load external entity "http://gdata.youtube.com/feeds/api/videos/"
- Download the last version.
- Upload the new files.
- Openincludes/constants.php
, find:After add:Code: Select all
define('VIDEO_CAT_TABLE', $table_prefix . 'video_cat');
- OpenCode: Select all
define('VIDEO_CMNTS_TABLE', $table_prefix . 'video_cmnts');
includes/functions.php
, find:Replace with:Code: Select all
'U_VIDEO' => append_sid("{$phpbb_root_path}video.$phpEx"),
- RunCode: Select all
'U_VIDEO' => append_sid("{$phpbb_root_path}video/index.$phpEx"),
video/install.php
- Deletevideo.php
andvideo_install.php
- Purge cache.
ABOUT THE ERROR:
Be sure that your server supports allow_url_fopen, if so turn it on.
Goodmorning. I had the 1.0.1 version and I made the above changes. I run the install file and I take this
Code: Select all
Video Gallery
PHP Version: 5.3.29
DBMS: MySQL(i) 10.0.19-MariaDB
phpBB3 Version: 3.0.11
Adding new config variable: comments_per_page
ERROR: Config variable comments_per_page already exists.
EDIT
I try to uninstall the mod... but I take fail again :
Code: Select all
Removing config variable: comments_per_page
ERROR: Config variable comments_per_page does not exist.