This query populates the default ads format table:
INSERT INTO `phpwcms_ads_formats` (`adformat_id`, `adformat_created`, `adformat_changed`, `adformat_status`, `adformat_title`, `adformat_width`, `adformat_height`, `adformat_comment`) VALUES(1, '2007-03-19 22:30:42', '2007-03-19 22:30:42', 1 ...
Search found 96 matches
- Wed 13. May 2009, 13:56
- Forum: phpwcms Modules English
- Topic: How to set up Banner ads format ?
- Replies: 1
- Views: 18965
- Mon 11. May 2009, 13:11
- Forum: phpwcms Installation Troubleshooting English
- Topic: Missing phpwcms_glossary table
- Replies: 4
- Views: 4639
Re: Missing phpwcms_glossary table
I found it in upgrade 1.3.2. Everything seems to be fine now.
- Mon 11. May 2009, 13:10
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Re: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
In Upgrade 1.3.2 I found the glossary CREATE TABLE script ... I also found I had several other tables missing and added those. I think I'm okay now.
- Sun 10. May 2009, 03:58
- Forum: phpwcms Installation Troubleshooting English
- Topic: Missing phpwcms_glossary table
- Replies: 4
- Views: 4639
Re: Missing phpwcms_glossary table
The only initial install I've done was with 1.1 ... it's all been upgrades since then.
Where can I find the include/inc_module/mod_glossary/setup.php file?
Where can I find the include/inc_module/mod_glossary/setup.php file?
- Sat 9. May 2009, 07:24
- Forum: phpwcms Installation Troubleshooting English
- Topic: Missing phpwcms_glossary table
- Replies: 4
- Views: 4639
Missing phpwcms_glossary table
After upgrading from 1.2.5-DEV to 1.4.1 ... I get this error:
Warning: Invalid argument supplied for foreach() in /home/username/public_html/wcms/include/inc_module/mod_glossary/backend.listing.php on line 205
This is caused by a missing phpwcms_glossary table in the database. I looked in every ...
Warning: Invalid argument supplied for foreach() in /home/username/public_html/wcms/include/inc_module/mod_glossary/backend.listing.php on line 205
This is caused by a missing phpwcms_glossary table in the database. I looked in every ...
- Fri 8. May 2009, 23:42
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Re: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
This is fixed ... dumb me. The first CREATE TABLE query has different fields ... data was inserted and then the table was altered to a new structure. So ... I ran a TRUNCATE TABLE and then ran the INSERT query again and it was successful.
This problem is corrected but the MODULE --> Glossary ...
This problem is corrected but the MODULE --> Glossary ...
- Fri 8. May 2009, 13:47
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Re: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
I found where the phpwcms_country table was created: 07_27-08-2005_to_1.2.7.sql and since the table was empty, I recreated it. Then, in database upgrade 1.3.5 to 1.5, I ran the queries there and it ran successfully ... BUT ... while there is data in the INSERT statements, no data is in the table for ...
- Fri 8. May 2009, 13:18
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Re: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
I ran the queries again, starting with 1.2.1, but the changes have already been made as I get a "duplicate column" error.
I checked with phpMyAdmin ... country table exists but is empty and contains the following fields:
country_id
country_updated
country_iso
country_iso3
country_isonum
country ...
I checked with phpMyAdmin ... country table exists but is empty and contains the following fields:
country_id
country_updated
country_iso
country_iso3
country_isonum
country ...
- Fri 8. May 2009, 05:16
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Re: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
I do not know if this is related or not ...
After logging in to the backend, I looked around ... in MODULES --> Glossary, this error was displayed:
Warning: Invalid argument supplied for foreach() in /home/username/public_html/wcms/include/inc_module/mod_glossary/backend.listing.php on line 205 ...
After logging in to the backend, I looked around ... in MODULES --> Glossary, this error was displayed:
Warning: Invalid argument supplied for foreach() in /home/username/public_html/wcms/include/inc_module/mod_glossary/backend.listing.php on line 205 ...
- Fri 8. May 2009, 04:57
- Forum: phpwcms Installation Troubleshooting English
- Topic: Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
- Replies: 7
- Views: 6489
Upgrade 1.2.5-DEV to 1.4.1 database upgrade error
I am upgrading from 1.2.5-DEV to 1.4.1 ... and it has gone well. The site can be seen and it all appears normal. However ... the database updates had these errors when running the database upgrade for 1.3.5 to 1.5:
ERROR: Duplicate column name 'acat_archive' -> ALTER TABLE `phpwcms_articlecat` ADD ...
ERROR: Duplicate column name 'acat_archive' -> ALTER TABLE `phpwcms_articlecat` ADD ...
- Sun 11. Mar 2007, 20:04
- Forum: phpwcms Support English
- Topic: New 1.3.0 Install, sub-nenus not visible
- Replies: 5
- Views: 1771
- Sun 11. Mar 2007, 19:04
- Forum: phpwcms Support English
- Topic: New 1.3.0 Install, sub-nenus not visible
- Replies: 5
- Views: 1771
- Sun 11. Mar 2007, 17:49
- Forum: phpwcms Support English
- Topic: New 1.3.0 Install, sub-nenus not visible
- Replies: 5
- Views: 1771
New 1.3.0 Install, sub-nenus not visible
I'm certain I have overlooked something. This new install of 1.3.0 is my first look at it ... and I like it, although some things are different, so I'm still figuring a few things out.
Here's the problem ... the backend site structure is normal. I have menu items and sub-menus, but I cannot make ...
Here's the problem ... the backend site structure is normal. I have menu items and sub-menus, but I cannot make ...
- Sat 9. Dec 2006, 03:35
- Forum: phpwcms Support English
- Topic: Random Blocks of Text?
- Replies: 10
- Views: 3985
Random Blocks of Text?
I don't know if this is even possible. In the same way that {RANDOM} randomly selects and displays an image, is it possible to randomly select and display a block of text? I guess this would be semi-dynamic content.
- Sat 25. Nov 2006, 17:40
- Forum: phpwcms Support English
- Topic: Captcha image not displayed in new 1.2.8 install
- Replies: 6
- Views: 2094