Deprecated: Assigning the return value of new by reference is deprecated in /home/gigcal/public_html/includes/joomla.php on line 836

Warning: Cannot modify header information - headers already sent by (output started at /home/gigcal/public_html/includes/joomla.php:836) in /home/gigcal/public_html/includes/joomla.php on line 697
gigCalendar.net
Home arrow Forum arrow gigCalendar 1.x Forum arrow gigCalendar 1.0 arrow Canīt install gigcalendar
Canīt install gigcalendar
Welcome, Guest. Please login or register.
May 23, 2013, 09:12:28 PM
Home Help Search Login Register

+  gigCalendar Forums
|-+  gigCalendar 1.x Forum
| |-+  gigCalendar 1.0
| | |-+  Canīt install gigcalendar
« previous next »
Pages: [1] 2 Print
Author Topic: Canīt install gigcalendar  (Read 10052 times)
jemand
Jr. Member
**
Posts: 14


View Profile
« on: May 15, 2007, 04:04:15 PM »

Hello,
I would like to install the gigcalendar 4 my homepage, but it isnīt possible to install the component. If I try I get this message:

SQL Error DB function failed with error number 1067
Invalid default value for 'checked_out_time' SQL=CREATE TABLE IF NOT EXISTS `jos_gigcal_bands` ( `gigcal_bands_id` int(11) NOT NULL auto_increment, `published` tinyint(1) NOT NULL default '0', `thedefault` tinyint(1) NOT NULL default '0', `checked_out` tinyint(4) NOT NULL default '0', `checked_out_time` int(11) NOT NULL default '0000-00-00 00:00:00', `bandname` varchar(120) NOT NULL default '', `website` varchar(180) NOT NULL default '', `contactname` varchar(180) NOT NULL default '', `contactemail` varchar(180) NOT NULL default '', `contactphone` varchar(180) NOT NULL default '', `city` varchar(180) NOT NULL default '', `state` varchar(180) NOT NULL default '', `notes` text NOT NULL, PRIMARY KEY (`gigcal_bands_id`) );
SQL =

CREATE TABLE IF NOT EXISTS `jos_gigcal_bands` (
`gigcal_bands_id` int(11) NOT NULL auto_increment,
`published` tinyint(1) NOT NULL default '0',
`thedefault` tinyint(1) NOT NULL default '0',
`checked_out` tinyint(4) NOT NULL default '0',
`checked_out_time` int(11) NOT NULL default '0000-00-00 00:00:00',
`bandname` varchar(120) NOT NULL default '',
`website` varchar(180) NOT NULL default '',
`contactname` varchar(180) NOT NULL default '',
`contactemail` varchar(180) NOT NULL default '',
`contactphone` varchar(180) NOT NULL default '',
`city` varchar(180) NOT NULL default '',
`state` varchar(180) NOT NULL default '',
`notes` text NOT NULL,
PRIMARY KEY
(`gigcal_bands_id`)
);

Can somebode help me please?
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #1 on: May 16, 2007, 04:39:27 PM »

Nobody knows this problem?
Logged
rhodan
Global Moderator
Sr. Member
*****
Posts: 29


View Profile
« Reply #2 on: May 17, 2007, 04:22:26 AM »

this (error 1067) usually excists if you try to install a second time.
Make sure the tables do not excist, delete them with phpmyadmin if necessary.
search the forum for solved bugs and apply them or download the latest nightly build.

then do a clean install.

cheers
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #3 on: May 17, 2007, 04:52:44 PM »

Thank you.
But my english isnīt very well. Can you help me to delete the tables please?
Can you give some simple instructions?
After delete the calendar from the joomla backend I delete it manualy in the component/modul/bot-folders and then I tried to install the last version of gigcalendar. But it donīt work.
Logged
rhodan
Global Moderator
Sr. Member
*****
Posts: 29


View Profile
« Reply #4 on: May 19, 2007, 06:09:40 AM »

you need to go to phpmyadmin
connect to your database in the left column
select all the tables from gigCalendar in the right pane
at the bottom there is a dropdown menu
select drop
click yes

tables are deleted.

uninstall the component and modules from the jommla backend.
that should do it.
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #5 on: May 19, 2007, 01:58:39 PM »

I donīt why. but if I go to phpmyadmin and look into the sql of the site there are no entries of gig calendar?
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #6 on: May 19, 2007, 02:01:34 PM »

I deleted the gigcalendar from the backend, but if I try to install the latest version of gigcalendar: "Another component is already using directory: "C:\Programme\xampp\htdocs\rg_relaunch\components\com_gigcal\".
But no component will be displayed in the backend?
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #7 on: May 19, 2007, 02:15:46 PM »

Screenshot1
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #8 on: May 19, 2007, 02:16:31 PM »

Screenshot2
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #9 on: May 21, 2007, 12:07:44 PM »

Nobody knows? embarassed
Logged
rhodan
Global Moderator
Sr. Member
*****
Posts: 29


View Profile
« Reply #10 on: May 21, 2007, 05:46:20 PM »

after uninstalling you need to check the directory on your c disk to make sure the folders are also gone....

I would suggest to use a free hosting site like www.byethost.com instead of xampp

I have it running on a free account there too and I am moderator of the support forum. I am more active there than I am here..
Logged
jemand
Jr. Member
**
Posts: 14


View Profile
« Reply #11 on: May 22, 2007, 04:21:50 AM »

"\components\com_gigcal" is still there and "administrator\components\com_gigcal" is still there too!
Can I delete them manually?

regards
Logged
rhodan
Global Moderator
Sr. Member
*****
Posts: 29


View Profile
« Reply #12 on: May 23, 2007, 06:11:28 AM »

yes, you need to delete them as I described in my post. Cheesy
Logged
Pruitt
Newbie
*
Posts: 4


View Profile
« Reply #13 on: May 31, 2007, 08:58:38 PM »

this (error 1067) usually excists if you try to install a second time.
Make sure the tables do not excist, delete them with phpmyadmin if necessary.
search the forum for solved bugs and apply them or download the latest nightly build.

then do a clean install.

cheers

I just tried to install Gig Calender for the first time and received this same exact error. I checked the DB and the Gig Calender table does not exist. I deleted both Gig Calender directories from my website, tried to reinstall and still get the same error.

I'd really like to use this component. My site is geared towards musicians. Does anyone have any ideas how I can solve this issue?   huh
Logged
Capt. gigCal
Administrator
Sr. Member
*****
Posts: 495


View Profile
« Reply #14 on: June 02, 2007, 11:35:59 PM »

try the Nightly Builds at the JoomlaCode Development Site - let us know via this thread if that is helping with your installation. As rhodan said, be sure to start with a clean installation.
Logged

Capt. gigCalendar
Nobody plays more gigCalendar
Pages: [1] 2 Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.10 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!

Login Form

Welcome, Guest. Please login or register.
May 23, 2013, 09:12:28 PM
Username: Password:
Login with username, password and session length

Forgot your password?
Basecamp project management and collaboration