PDA


View Full Version : error while installing vba urgent


farshad123
06-23-2005, 11:25 AM
i have a problem while installing vba and thats when the installation is up to adding index to post table it takes a lot of time and after that the page can not display is coming what should i do? :confused:

Brian
06-23-2005, 01:27 PM
Go back to the first page of the install file and select the option from there to update your image paths. Once that finishes, close your forums again and run this query through phpMyAdmin:

ALTER TABLE post ADD INDEX (dateline)

Once you do that then the installation will be complete.

farshad123
06-23-2005, 04:25 PM
i dont have phpmyadmin in my cpanel but when i want to execute query in control panel of admin in my forum i have this message You are not authorized to execute SQL queries
i edit the config.php in include of my forum also and the place which says
user alow to run query i wrote 'admin' but still i have the same message
You are not authorized to execute SQL queries
what should i do .and by the way u said if u do this the instalation is complete
do i have to get any message that u have complete installing vba
and if i want to check whether it was installed completely what should i do?>

Brian
06-23-2005, 05:44 PM
You need to edit your config.php file to include your userid, not username.
If the script made it to that step then the CMPS is installed. The step that the script hung up on is just where it adds an index to your post table to optimize some of the modules.

farshad123
06-24-2005, 09:00 AM
You need to edit your config.php file to include your userid, not username.
If the script made it to that step then the CMPS is installed. The step that the script hung up on is just where it adds an index to your post table to optimize some of the modules.
i did that i ran the query in control panel of admin manualy as u said
and it gave me this 0 rows affected
now the instalation finished?

Brian
06-24-2005, 11:38 AM
Should be. :)