|
The Video site builder works well on many web hosts. However, different web hosting companies often use different settings on their servers that can cause problems with any script. The script is setup to work on most web hosts. If the script is not working on your web host, here are some suggestions.
Back to General Troubleshooting
Specific Web Host Changes - Host4Profit
1. Change the init.php and keywords.php permissions to 666.
2. Change the cache_xml and and templates_c folder permissions to 777.
3. If you receive the error "Warning: Call-time pass-by-reference has been deprecated in /home/pathtoyourvideopages/lib/xml2array.php on line 5",
you will need to make a change to the xml2array.php file.
On the fifth line of the /lib/xml2array file, change
xml_parse_into_struct($p, $data, &$vals, &$index);
To:
xml_parse_into_struct($p, $data, $vals, $index);
Notice the "&" have been removed.
The latest troubleshooting tips can be found at Here!
If you need help, please contact the person you bought the script from.
|