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.
Pages: 1
May I know the step by step way to upgrade the 1.0rc4 to 1.0? I try to upload all the files in the adultscriptpro-1.0rc4-to-1.0.zip but the error is
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@pinayskin.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Please help.
Thanks
Offline
NOTE: The upgrade from 1.0rc4 to 1.0 will be available ASAP (we need to test everything a few times to make sure it works correctly).
Looks like he's still working on this upgrade. But @ OP, if you figure it out, please share I'd love to upgrade mine from RC4 to 1.0, as well, without breaking anything.
Offline
Its working. I already upgraded a few sites (minor problems after the upgrade, which is fixable). Please email me (if you already did, iwill checkin a few mins).
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Yes I already email you. Still waiting for your reply. Thanks
Its working. I already upgraded a few sites (minor problems after the upgrade, which is fixable). Please email me (if you already did, iwill checkin a few mins).
Offline
I've sent an email about upgrading. I'd love that very much!
Offline
hello, after upgrade the 1.0rc4 to 1.0 i have this error:
Query: CREATE TABLE `gu_user_premium_ips` ( `user_id` int(11) unsigned NOT NULL DEFAULT '0', `ip` int(11) unsigned NOT NULL DEFAULT '0', KEY `user_id` (`user_id`), KEY `user_ip` (`user_id`,`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Error Message: Table 'gu_user_premium_ips' already exists
Error Number: 1050
thank for your help
Offline
You've run the upgrade two times or the first time you got this error?
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Offline
Checking now.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
hmmm...you dont even have the view_time which was introduced in 1.0RC4. try this from mysql:
ALTER TABLE video_history ADD view_time int(11) not null default '0';
ALTER TABLE `video_history` ADD KEY `view_time` (`view_time`);
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Pages: 1