don't worry I got access to phpmyadmin and fixed it
thanks for the help I just followed the instructions above and now all is well
Guest
Posted:
Sat Dec 06, 2003 6:18 am
Would it be because you're missing the ";" at the end of your statement?
Guest
Posted:
Sun Jan 11, 2004 9:41 pm
Raven wrote:
Modify the last line from
TYPE=MyISAM;
to
TYPE=MyISAM AUTO_INCREMENT=236;
If that errs, thenyou may need to update your version of phpMyAdmin because the syntax is correct.
For some reason if I try to edit this line it always deletes it when it is omported.
What's up with that
cujoac Nuke Cadet
Joined: Jan 11, 2004
Posts: 3
Posted:
Mon Jan 12, 2004 1:51 am
Ok, i had the same problem, but i've nuetralized it to another issue. My users were having trouble authorizing their registration, the reason is because the address that the confirmation email is sending out is this:
Don't worry about the user, it is a fake one i set up. Anyways, you'll notice that it says index.php/modules.php. If i delete the index.php from the link, everything works fine.........BUT, i don't want to have to tell every new user that. Is there a way to correct the error before it gets sent out in the email?
Guest
Posted:
Tue Jan 27, 2004 12:02 pm
I too am having this same problem as
cujoac
Quote:
Don't worry about the user, it is a fake one i set up. Anyways, you'll notice that it says index.php/modules.php. If i delete the index.php from the link, everything works fine.........BUT, i don't want to have to tell every new user that. Is there a way to correct the error before it gets sent out in the email?
How can we get rid of the index.php before the"/modules"
Thanks[/quote]
Raven General
Joined: Mar 22, 2003
Posts: 5233
Location: USA
Posted:
Tue Jan 27, 2004 12:47 pm
Check your nuke Preferences Site URL setting. That is what is prefixed to all relative paths. My guess would be that it reads
Code:
http://charlow.com/stl-web/portal/cms/index.php
and it should read
Code:
http://charlow.com/stl-web/portal/cms
This has been addressed probably several hundred times in these forums. Also, in your Forum Administration Configuration, your domain name should be
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum