[x] Navigation

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

Little install problem

Dieses Forum ist gesperrt, Du kannst keine Beiträge editieren, schreiben oder beantworten.    Dieses Thema ist gesperrt, Du kannst keine Beiträge editieren oder beantworten.    Druckversion     Foren-Übersicht ›  Events 4U

Vorheriges Thema anzeigen :: Nächstes Thema anzeigen  
Autor Nachricht
dcorwin
Investigator
Investigator

Offline Offline
Dabei seit: Jun 03, 2004
Beiträge: 14

BeitragVerfasst am: 03.06.2004 09:07
Titel: Little install problem

Great site and modules!

I am getting an error when I click "Install" in Admin for Events4U:

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/eddies/public_html/modules/Events4U/cpg_inst.php on line 81

Any ideas? I followed the install instructions properly (I think!).

Thanks in advance,
Dave


dcorwin please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen
dcorwin
Investigator
Investigator

Offline Offline
Dabei seit: Jun 03, 2004
Beiträge: 14

BeitragVerfasst am: 04.06.2004 08:10
Titel: Re: Little install problem

Looks like your new cpg_install.php at cpgnuke.com did the trick. Danke!


dcorwin please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen
Ertan
Webmaster
Webmaster

Offline Offline
Dabei seit: Mar 19, 2004
Beiträge: 1264
Wohnort: Germany
BeitragVerfasst am: 04.06.2004 14:46
Titel: Re: Little install problem

zwinker


Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Nach oben
Benutzer-Profile anzeigen E-Mail an diesen Benutzer senden Website dieses Benutzers besuchen Bildergalerie
liqweed
Investigator
Investigator

Offline Offline
Dabei seit: Mai 27, 2004
Beiträge: 4

BeitragVerfasst am: 09.06.2004 18:58
Titel: Re: Little install problem

I'm having similar problems... could you please direct me to the relevant solution post?


liqweed please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen Website dieses Benutzers besuchen
liqweed
Investigator
Investigator

Offline Offline
Dabei seit: Mai 27, 2004
Beiträge: 4

BeitragVerfasst am: 09.06.2004 19:30
Titel: Re: Little install problem

ok, found it, but i can't get around the admin panel problem. If I remove the tables I created (so that I'm able to install it using the new cpg_inst.php), I can't access the admin panel. it says:
Array:
On /hevra_cpg82/admin.php?op=modules&install=Events4U
While executing query "SELECT * FROM cms_events4u_config"

the following error occured: Table 'cpg_blank.cms_events4u_config' doesn't exist

ideas?

Thanks,
Ophir


liqweed please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen Website dieses Benutzers besuchen
liqweed
Investigator
Investigator

Offline Offline
Dabei seit: Mai 27, 2004
Beiträge: 4

BeitragVerfasst am: 09.06.2004 20:32
Titel: Re: Little install problem

ok, a little advancement here... managed to run it by deleting all files related to Events4U from 'admin' folder, installing Events4U and then putting the files back in place.


liqweed please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen Website dieses Benutzers besuchen
Ertan
Webmaster
Webmaster

Offline Offline
Dabei seit: Mar 19, 2004
Beiträge: 1264
Wohnort: Germany
BeitragVerfasst am: 10.06.2004 13:16
Titel: Re: Little install problem

is the install problem solved for all ?


Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Nach oben
Benutzer-Profile anzeigen E-Mail an diesen Benutzer senden Website dieses Benutzers besuchen Bildergalerie
pander
Investigator
Investigator

Offline Offline
Dabei seit: Jun 17, 2004
Beiträge: 3

BeitragVerfasst am: 17.06.2004 01:37
Titel: Re: Little install problem

I am having exactly the same problem, and the fix is not working for me. traurig

After installation I get the following error:

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /home/gmmdi/public_html/modules/Events4U/cpg_inst.php on line 81

and then below that...

MySQL Error while executing:
INSERT INTO gmmdi_events4u_config VALUES (1, day, 10, 1, 1, 1, 0, 1, 0, 1, 0, 1, radminsuper, 15, 0, 1, 0, 0, 0, 3, 1, 0, 0, 1, '09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 19:00:00', 30, 1)

I followed the installation instructions to the letter or so I thought. I checked the database and the tables are there, not sure as to why it was having a problem inserting a record. Any ideas?

Paul.


pander please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen
Ertan
Webmaster
Webmaster

Offline Offline
Dabei seit: Mar 19, 2004
Beiträge: 1264
Wohnort: Germany
BeitragVerfasst am: 17.06.2004 12:50
Titel: Re: Little install problem

hi,


replace in cpg_inst.php

with this :

$queries[] = "INSERT INTO ".$prefix."_events4u_config VALUES (1, 'day', 10, 1, 1, 1, 0, 1, 0, 1, 0, 1, 'radminsuper', 15, 0, 1, 0, 0, 0, 3, 1, 0, 0, 1, '09:00:00, 10:00:00, 11:00:00, 12:00:00, 13:00:00, 14:00:00, 15:00:00, 16:00:00, 17:00:00, 19:00:00', 30, 1);";


new version events4u soon zwinker


Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Nach oben
Benutzer-Profile anzeigen E-Mail an diesen Benutzer senden Website dieses Benutzers besuchen Bildergalerie
pander
Investigator
Investigator

Offline Offline
Dabei seit: Jun 17, 2004
Beiträge: 3

BeitragVerfasst am: 17.06.2004 12:58
Titel: Re: Little install problem

Thanks for that! zwinker

Oooo, Oooo I see below you say new version of Events4U coming soon?

What's new in it anything, or just bug fixes? and any idea on when it will be released into the wild?

Paul.


pander please enter your server specs in your user profile! traurig
Nach oben
Benutzer-Profile anzeigen
Ertan
Webmaster
Webmaster

Offline Offline
Dabei seit: Mar 19, 2004
Beiträge: 1264
Wohnort: Germany
BeitragVerfasst am: 17.06.2004 13:03
Titel: Re: Little install problem

in new version

-$module_name bug & handling corrected
-all blocks included
-language files corrected (will inkl. all lang which will be send to me)
-faq in 3 lang

stay tuned scheu


Ertan's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Nach oben
Benutzer-Profile anzeigen E-Mail an diesen Benutzer senden Website dieses Benutzers besuchen Bildergalerie
Beiträge der letzten Zeit anzeigen:   
Dieses Forum ist gesperrt, Du kannst keine Beiträge editieren, schreiben oder beantworten.    Dieses Thema ist gesperrt, Du kannst keine Beiträge editieren oder beantworten.    Druckversion    Foren-Übersicht ›  Events 4U
Seite 1 von 1
Alle Zeitangaben sind in GMT + 1 Stunden



Gehe zu:  


Du kannst keine Beiträge schreiben.
Du kannst auf Beiträge nicht antworten.
Du kannst Deine Beiträge nicht bearbeiten.
Du kannst Deine Beiträge nicht löschen.
Du kannst an Umfragen nicht mitmachen.
Du kannst keine Dateien anhängen.
Du kannst keine Dateien herunterladen.




Interactive software released under GNU GPL, Code Credits, Privacy Policy