03-02-2013, 09:58 PM
06-26-2013, 08:34 PM
i followed the instructions and i cant install it properly, it seems im getting error on config.php from smarty something
06-26-2013, 09:13 PM
im getting an error like this:
[font='Times New Roman']Warning[/font][font='Times New Roman']: require_once(root/public_html/9gager/upload/smarty/libs/Smarty.class.php) [[/font][font='Times New Roman']function.require-once[/font][font='Times New Roman']]: failed to open stream: No such file or directory in[/font][font='Times New Roman']/home/a2064485/public_html/9gager/upload/include/config.php[/font][font='Times New Roman'] on line [/font][font='Times New Roman']27[/font]
PHP Error Message
[font='Times New Roman']Fatal error[/font][font='Times New Roman']: require_once() [[/font][font='Times New Roman']function.require[/font][font='Times New Roman']]: Failed opening required 'root/public_html/9gager/upload/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [/font][font='Times New Roman']/home/a2064485/public_html/9gager/upload/include/config.php[/font][font='Times New Roman'] on line [/font][font='Times New Roman']27[/font]
Screenshot link : http://gyazo.com/fac8decb700972a52bcd4044e175b59c
[font='Times New Roman']Warning[/font][font='Times New Roman']: require_once(root/public_html/9gager/upload/smarty/libs/Smarty.class.php) [[/font][font='Times New Roman']function.require-once[/font][font='Times New Roman']]: failed to open stream: No such file or directory in[/font][font='Times New Roman']/home/a2064485/public_html/9gager/upload/include/config.php[/font][font='Times New Roman'] on line [/font][font='Times New Roman']27[/font]
PHP Error Message
[font='Times New Roman']Fatal error[/font][font='Times New Roman']: require_once() [[/font][font='Times New Roman']function.require[/font][font='Times New Roman']]: Failed opening required 'root/public_html/9gager/upload/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in [/font][font='Times New Roman']/home/a2064485/public_html/9gager/upload/include/config.php[/font][font='Times New Roman'] on line [/font][font='Times New Roman']27[/font]
Screenshot link : http://gyazo.com/fac8decb700972a52bcd4044e175b59c
10-27-2013, 02:16 PM
(06-26-2013 09:13 PM)thuniel Wrote: [ -> ]im getting an error like this:Check you config.php file and check your
Warning: require_once(root/public_html/9gager/upload/smarty/libs/Smarty.class.php) [function.require-once]: failed to open stream: No such file or directory in/home/a2064485/public_html/9gager/upload/include/config.php on line 27
PHP Error Message
Fatal error: require_once() [function.require]: Failed opening required 'root/public_html/9gager/upload/smarty/libs/Smarty.class.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a2064485/public_html/9gager/upload/include/config.php on line 27
Screenshot link : http://gyazo.com/fac8decb700972a52bcd4044e175b59c
$config['basedir'] = '/home/yourdomain/public_html';
$config['baseurl'] = 'http://www.yourdomain.com';
If you've installed into subdirectory the above link should be:
$config['basedir'] = '/home/yourdomain/public_html/subdir';
$config['baseurl'] = 'http://www.yourdomain.com/subdir';
03-16-2014, 12:18 PM
(09-19-2012 02:59 PM)koner Wrote: [ -> ]in images edit sprite :)
I have the same problem but i can't understand that "In images edit sprite .. " ... can u help me please ? Thanks
03-16-2014, 12:19 PM
(09-18-2012 06:35 AM)xsonz Wrote: [ -> ]Hey guys, I just have a quick question.
I did setup everything and tested it out and it works wonderful. However, I have one little problem.
I am not able to change site logo "Your Logo". Tried the usual way of uploading the logo in 'images' but with no luck, also I tried to find a code in a script which calls for a logo but I couldn't find it. :/
Can someone give me an advice what to do ? How did you guys resolve this problem?
Thanks a lot,
Xsonz
(09-19-2012 02:59 PM)koner Wrote: [ -> ]in images edit sprite :)
I have the same problem but i can't understand that "In images edit sprite .. " ... can u help me please ? Thanks
05-12-2014, 06:20 AM
is this the latest one ?