The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Query: INSERT INTO `aspcron` VALUES (1,'video','Video Queue','video_queue',10,0,0,1), (2,'video','Video Shedule','video_shedule',10,0,0,1), (3,'video','Video Shuffle','video_shuffle',10,0,0,0), (4,'video','Video Views','video_views',1440,0,0,1), (5,'video','Video Feed','video_feed',60,0,0,1), (6,'link','Backlink Check','link_check',1440,0,0,1), (7,'photo','Photo Views','photo_views',1440,0,0,1);
Error Message: Table 'analtube_asp.aspcron' doesn't exist
Error Number: 1146
Offline
Ahhh....its because you use a prefix for the tables. Probably i forgot to put #__ in front of the query. Fixing.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
even when i ocercomed the other errors i get this also so i leave up to you to o the upgrade
Query: ALTER TABLE aspmodule ADD `slugs` varchar(255) NOT NULL DEFAULT '' AFTER `description`
Error Message: Duplicate column name 'slugs'
Error Number: 1060
Last edited by ivatigoal (2014-12-11 10:50:39)
Offline
Thats because the upgrade was already run. I managed to run the upgrade (the problem was that i forgot to add the prefix for some queries). Please email me ssh root access. Admin login does not work, and i have to update a lot of settings.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Query: SELECT unique_id FROM video_csv_imported WHERE unique_id = '' LIMIT 1
Error Message:
Error Number:
Offline
Fixed and replied. Will get back later on checking some more options.
@thiva7: when do you get that error?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Ok there are many bugs need to be solved asap
1) Mobile site - videos do not play. actually the script tries to find them at media/videos/mobile but it should point to media/videos/mp4 . I tried to do the trick here http://forum.adultscriptpro.com/viewtopic.php?id=2541 but no luck
2) Mobile premium membership - when you click to upgrade your account you get a page not found
3) Mobile premium section - when you click to premium tab again you get page not found
4) Ads at video view - The video view right ad gets missplaced - if you enable one of my ads you will see what i mean
5) No results at the related videos when sphinx is enabled.
6) Upload from ftp does not work Parse error: syntax error, unexpected '$message' (T_VARIABLE) in /home/analtube/public_html/admin/modules/video/components/upload_ftp.php on line 195
Offline
Ahh, some of them not bugs.
1). Videos are in media/videos/mobile. There are the mobile videos located, maybe you've changed this in your install.
2). Like i told you before, the premium is not ready yet and not tested.
3). See 2.
4). Checking.
5). Checking.
6). Checking.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I still need the number 1 sovled. I dont use seperate mp4 for mobile videos i just used according to the mentioned thread change the code so that instead of playing the /videos/mobile to play the videos/mp4 but this trick seems not to work anymore. About 2 and 3 i know you said you did not tested it but since i did i mention the errors so you wont have to look around a lot for them. I solved number 6 with the correct code from previous file
Offline
Checking and fixing now.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Hey Adrian
i got it when i try to add videos via Csv.
Offline
Checking.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Testing now on my box and releasing 1.2.1 with all hte reported bugs fixed.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Once finished i will upload directly to your site.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
It depends, how many bugs i find. Maybe i will release today, or maybe tomorrow. In your case, its about ffmpeg, which is not installed correctly.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Your hosting company did not setup ffmpeg correctly:
root@vatigoal [/home/analtube/public_html/libraries/framework]# /usr/bin/ffprobe -v quiet -loglevel quiet -show_format -show_streams -print_format json '/home/analtube/public_html/tmp/uploads/33312sd.avi'
/usr/bin/ffprobe: error while loading shared libraries: libasound.so.2: cannot open shared object file: No such file or directory
root@vatigoal [/home/analtube/public_html/libraries/framework]#
Also the ffmpeg version is from GIT. Latest stable is recommended.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline