Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Business Discussions > e-Commerce > Boss Cart Support Forums > Boss Cart - JV Series
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs
 
 

Boss Cart - JV Series Boss Cart JV Series is based on Joomla and Virtumart open source technology.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2008, 02:43 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Question Parse error

well, I cant really finish my installation because I get the following error:

Parse error: syntax error, unexpected T_ECHO in /home/darkblue/public_html/scottishtartanshop/offline.php on line 78

any suggestions

thanks
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 01-20-2008, 02:47 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1142 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 28 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

This is very strange. I have never heard about this error. Please upload the offline.php file again, there could be some problem during the file transfer. If the problem won't be solved i may have a look at your site if you fill this form.
Thanks
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 01-20-2008, 02:55 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

ok.. I did, now it says:

This site is temporarily unavailable.
Please notify the System Administrator


Could not connect to the database server

Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 01-20-2008, 03:13 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1142 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 28 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Please check if the configuration.php file exist in the installation folder. It is possible that the the install script can not create the config file because of lack of permissions. If it does exist, please check if the database realted details are correct in it.
Thanks
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #5 (permalink)  
Old 01-20-2008, 03:28 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

ok, looks like the configuration.php is missing... how do I proceed? I am not sure why I am having problems, I already installed quite a few other programs before and never really ran into any problems before...
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #6 (permalink)  
Old 01-20-2008, 03:34 PM
Bagi Zoltán's Avatar
Boss Cart consultant
1142 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 12
 
Join Date: Feb 2007
Location: Veszprém, Hungary
Posts: 1,594
Thanks: 4
Thanked 28 Times in 13 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

PHP Code:
<?php
$mosConfig_offline 
'0';
$mosConfig_host 'fill it';
$mosConfig_user 'fill it';
$mosConfig_password 'fill it';
$mosConfig_db 'fill it';
$mosConfig_dbprefix 'bc_';
$mosConfig_lang 'english';
$mosConfig_absolute_path 'fill it with the installation path';
$mosConfig_live_site 'fill it with the installation URL'
$mosConfig_sitename 'My first Online-Shop with Boss Cart';
$mosConfig_shownoauth '0';
$mosConfig_useractivation '1';
$mosConfig_uniquemail '1';
$mosConfig_offline_message 'This site is down for maintenance.<br /> Please check back again soon.';
$mosConfig_error_message 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$mosConfig_debug '0';
$mosConfig_lifetime '3600';
$mosConfig_session_life_admin '1800';
$mosConfig_session_type '0';
$mosConfig_MetaDesc 'Sample shopping cart Boss Cart';
$mosConfig_MetaKeys 'Boss Cart';
$mosConfig_MetaTitle '1';
$mosConfig_MetaAuthor '1';
$mosConfig_locale 'en_GB';
$mosConfig_offset '6';
$mosConfig_offset_user '0';
$mosConfig_hideAuthor '1';
$mosConfig_hideCreateDate '1';
$mosConfig_hideModifyDate '1';
$mosConfig_hidePdf '1';
$mosConfig_hidePrint '1';
$mosConfig_hideEmail '1';
$mosConfig_enable_log_items '0';
$mosConfig_enable_log_searches '0';
$mosConfig_enable_stats '0';
$mosConfig_sef '1';
$mosConfig_vote '0';
$mosConfig_gzip '0';
$mosConfig_multipage_toc '0';
$mosConfig_allowUserRegistration '1';
$mosConfig_link_titles '1';
$mosConfig_error_reporting = -1;
$mosConfig_list_limit '30';
$mosConfig_caching '0';
$mosConfig_cachepath 'write here the installation path/cache';
$mosConfig_cachetime '900';
$mosConfig_mailer 'mail';
$mosConfig_mailfrom '';
$mosConfig_fromname 'My first Online-Shop with Boss Cart';
$mosConfig_sendmail '/usr/sbin/sendmail';
$mosConfig_smtpauth '0';
$mosConfig_smtpuser '';
$mosConfig_smtppass '';
$mosConfig_smtphost 'localhost';
$mosConfig_back_button '0';
$mosConfig_item_navigation '0';
$mosConfig_secret 'egeHfZppur8LTq5O';
$mosConfig_pagetitles '1';
$mosConfig_readmore '1';
$mosConfig_hits '0';
$mosConfig_icons '1';
$mosConfig_favicon 'favicon.ico';
$mosConfig_fileperms '';
$mosConfig_dirperms '';
$mosConfig_helpurl '';
$mosConfig_multilingual_support '0';
$mosConfig_admin_expired '1';
$mosConfig_frontend_login '1';
$mosConfig_mbf_content '0';
$mosConfig_editor 'fckeditor';
setlocale (LC_TIME$mosConfig_locale);
?>
Please modify the code above where it is necessary and save it as configuration.php.
__________________
Time may come when you will need a shopping cart
digitális mérleg keresőoptimalizálás
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #7 (permalink)  
Old 01-20-2008, 11:15 PM
huncyrus's Avatar
Boss Cart Support
27 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Jan 2008
Location: EU
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

I think your installer and source files lost. the best way for repair the re-downloading all of your package and re-uncompress and re-uploading. If "just" the config file lost, create it, and go on!
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #8 (permalink)  
Old 01-21-2008, 10:10 AM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

thanks for the input... well I did a clean new install and ran into some different issues this time...

Warning: require_once(fill it with the installation path/includes/version.php) [function.require-once]: failed to open stream: No such file or directory in /home/darkblue/public_html/scottishtartanshop/includes/joomla.php on line 71

Fatal error: require_once() [function.require]: Failed opening required 'fill it with the installation path/includes/version.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/darkblue/public_html/scottishtartanshop/includes/joomla.php on line 71

I had to leave off, because I ran out of time to deal with it again... sigh...
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #9 (permalink)  
Old 01-21-2008, 12:55 PM
huncyrus's Avatar
Boss Cart Support
27 posts this year. i see smoke!
It looks like they have moved their luggage in.
 
Join Date: Jan 2008
Location: EU
Posts: 24
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

hmm, its insterest problem.

So, first, search the joomla.php in includes.
Second, re-check the configuration file (config.php) - search the path and directory settings.
I mean, the problem about 2 way -> bad configuration or bad package.

I have a question for u... this webserver is on your computer (so its a localhost) or on the web (free domain or main-domain)?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #10 (permalink)  
Old 01-21-2008, 01:08 PM
Junior Member
6 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jan 2008
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

well I am with bluehost and never had any real problems - their settings cover all common installs and I have plenty of options to change my settings... for one I didnt have this error the first time around...
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Webmaster Resources
UK WW SEO Tools
Find UK Hosts
 
The Forum Rules
Forum Rules - MUST READ
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
affiliates ambitious asbestos cancer bid bidding directory bid directory bid directory list bid for position business clothes contest cricket writer delisted designer discount ecommerce email list email marketing finance forum free web hosting free website hosting global business directory google handbags huge email database internet and marketing jewelry link submissions niche of mesothelioma phones electronics php file value pr7 directory replica social bookmark startup sunglasses technology wallets web web design web development website website for sale website promotion websites for sale wholesale yahoo backlink

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump